summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust2017-06-141-3/+10
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-06-141-7/+6
* xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara2017-06-071-1/+1
* xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen2017-06-071-1/+1
* xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong2017-06-071-12/+31
* xfs: xfs_trans_alloc_emptyChristoph Hellwig2017-06-072-0/+24
* xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang2017-06-071-1/+1
* xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong2017-06-071-2/+6
* xfs: fix indlen accounting error on partial delalloc conversionBrian Foster2017-06-071-3/+4
* xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan2017-06-071-2/+2
* xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong2017-06-073-9/+37
* xfs: wait on new inodes during quotaoff dquot releaseBrian Foster2017-06-071-1/+2
* xfs: update ag iterator to support wait on new inodesBrian Foster2017-06-072-8/+53
* xfs: support ability to wait on new inodesBrian Foster2017-06-072-2/+7
* xfs: fix up quotacheck buffer list error handlingBrian Foster2017-06-073-6/+26
* xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster2017-06-071-2/+3
* xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen2017-06-071-2/+8
* xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig2017-06-071-1/+1
* xfs: drop iolock from reclaim context to appease lockdepBrian Foster2017-06-072-9/+8
* xfs: actually report xattr extents via iomapDarrick J. Wong2017-06-071-2/+2
* xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-06-071-2/+3
* xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-06-073-1/+10
* xfs: fix kernel memory exposure problemsDarrick J. Wong2017-06-071-1/+1
* xfs: rework the inline directory verifiersDarrick J. Wong2017-06-075-56/+66
* xfs: verify inline directory data forksDarrick J. Wong2017-06-076-18/+122
* xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan2017-06-071-1/+1
* xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2017-06-072-15/+28
* xfs: Fix missed holes in SEEK_HOLE implementationJan Kara2017-06-071-20/+9
* fs/ufs: Set UFS default maximum bytes per fileRichard Narron2017-06-071-3/+2
* nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields2017-05-251-4/+4
* nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-251-1/+2
* NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington2017-05-251-4/+11
* NFS: Fix use after free in write error pathFred Isaman2017-05-251-1/+1
* NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust2017-05-251-1/+3
* fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers2017-05-253-5/+5
* f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim2017-05-254-20/+31
* proc: Fix unbalanced hard link numbersTakashi Iwai2017-05-251-0/+1
* fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-05-251-8/+18
* pstore: Shut down worker when unregisteringKees Cook2017-05-201-1/+9
* fscrypt: fix context consistency check when key(s) unavailableEric Biggers2017-05-201-19/+68
* CIFS: add misssing SFM mapping for doublequoteBjörn Jacke2017-05-202-0/+7
* cifs: fix CIFS_IOC_GET_MNT_INFO oopsDavid Disseldorp2017-05-201-0/+2
* CIFS: fix oplock break deadlocksRabin Vincent2017-05-204-5/+18
* cifs: fix CIFS_ENUMERATE_SNAPSHOTS oopsDavid Disseldorp2017-05-201-0/+2
* cifs: fix leak in FSCTL_ENUM_SNAPS response handlingDavid Disseldorp2017-05-201-0/+1
* CIFS: fix mapping of SFM_SPACE and SFM_PERIODBjörn Jacke2017-05-201-2/+2
* SMB3: Work around mount failure when using SMB3 dialect to MacsSteve French2017-05-201-3/+11
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-201-0/+3
* Fix match_prepath()Sachin Prabhu2017-05-201-8/+6
* fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin2017-05-201-6/+5