aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques1-1/+5
2017-05-24NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust1-1/+0
2017-05-24pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington2-8/+27
2017-05-24pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter1-0/+1
2017-05-24NFS fix COMMIT after COPYOlga Kornievskaia1-1/+1
2017-05-24reiserfs: Make flush bios explicitely syncJan Kara1-2/+2
2017-05-24gfs2: Make flush bios explicitely syncJan Kara1-1/+1
2017-05-23nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-05-21ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-05-21ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov1-9/+14
2017-05-21ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara1-1/+1
2017-05-21ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-05-21jbd2: preserve original nofs flag during journal restartTahsin Erdogan1-0/+6
2017-05-21ext4: clear lockdep subtype for quota files on quota offJan Kara1-9/+5
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2017-05-19Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-6/+6
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong1-12/+31
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein5-2/+79
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi3-6/+6
2017-05-19ovl: handle rename when upper doesn't support xattrAmir Goldstein3-19/+20
2017-05-18ovl: don't fail copy-up if upper doesn't support xattrMiklos Szeredi1-1/+5
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein4-0/+38
2017-05-18ovl: fix creds leak in copy up error pathAmir Goldstein1-5/+6
2017-05-17fuseblk: Fix warning in super_setup_bdi_name()Jan Kara1-1/+8
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2-27/+9
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong1-1/+4
2017-05-16xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang1-1/+1
2017-05-16xfs: fix warnings about unused stack variablesDarrick J. Wong1-2/+0
2017-05-16xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong1-2/+6
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-05-16btrfs: fix incorrect error return ret being passed to mapping_set_errorColin Ian King1-1/+1
2017-05-16btrfs: Make flush bios explicitely syncJan Kara1-4/+6
2017-05-16btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo1-2/+122
2017-05-15Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-49/+33
2017-05-15ovl: select EXPORTFSArnd Bergmann1-0/+1
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams3-6/+6
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-8/+36
2017-05-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-66/+50
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French5-10/+8
2017-05-12fs: cifs: transport: Use time_after for time comparisonKarim Eshapa1-1/+1
2017-05-12SMB2: Fix share type handlingChristophe JAILLET1-5/+9
2017-05-12cifs: cifsacl: Use a temporary ops variable to reduce code lengthJoe Perches via samba-technical1-16/+14
2017-05-12dax: fix PMD data corruption when fault races with writeRoss Zwisler1-14/+14
2017-05-12dax: fix data corruption when fault races with writeJan Kara1-16/+16
2017-05-12ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17
2017-05-12mm: fix data corruption due to stale mmap readsJan Kara1-1/+1
2017-05-12dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-29/+0
2017-05-12Tigran has movedAndrew Morton1-2/+2
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds6-68/+6
2017-05-12Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-21/+54