summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04ovl: generalize ovl_create_workdir()Amir Goldstein
2017-07-04ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein
2017-07-04ovl: get exclusive ownership on upper/work dirsAmir Goldstein
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
2017-07-04ovl: move cache and version to ovl_inodeMiklos Szeredi
2017-07-04ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04ovl: compare inodesMiklos Szeredi
2017-07-04ovl: use i_private only as a keyMiklos Szeredi
2017-07-04ovl: simplify getting inodeMiklos Szeredi
2017-07-04ovl: allocate an ovl_inode structAmir Goldstein
2017-07-04ovl: fix nlink leak in ovl_rename()Amir Goldstein
2017-07-04Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...Miklos Szeredi
2017-06-28ovl: don't set origin on broken lower hardlinkMiklos Szeredi
2017-06-28ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi
2017-06-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-06-23fs/exec.c: account for argv/envp pointersKees Cook
2017-06-23ocfs2: fix deadlock caused by recursive locking in xattrEric Ren
2017-06-23fs/dax.c: fix inefficiency in dax_writeback_mapping_range()Jan Kara
2017-06-23autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAILNeilBrown
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-22Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-21CIFS: Fix some return values in case of error in 'crypt_message'Christophe Jaillet
2017-06-20cifs: remove redundant return in cifs_creation_time_getColin Ian King
2017-06-20CIFS: Improve readdir verbosityPavel Shilovsky
2017-06-20CIFS: check if pages is null rather than bv for a failed allocationColin Ian King
2017-06-20CIFS: Set ->should_dirty in cifs_user_readv()Dan Carpenter
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-06-17ufs: fix the logics for tail relocationAl Viro
2017-06-17ufs_iget(): fail with -ESTALE on deleted inodeAl Viro
2017-06-17fix signedness of timestamps on ufs1Al Viro
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro