summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* userfaultfd: fix SIGBUS resulting from false rwsem wakeupsAndrea Arcangeli2017-06-171-2/+35
* proc: add a schedule point in proc_pid_readdir()Eric Dumazet2017-06-171-0/+2
* romfs: use different way to generate fsid for BLOCK or MTDColy Li2017-06-171-1/+22
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-06-171-0/+1
* FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-06-171-0/+1
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-06-172-0/+11
* fscache: Fix dead object requeueDavid Howells2017-06-171-2/+24
* gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu2017-06-171-11/+17
* btrfs: fix memory leak in update_space_info failure pathJeff Mahoney2017-06-141-0/+1
* btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba2017-06-141-2/+2
* ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-141-1/+3
* ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-141-1/+2
* ufs: set correct ->s_maxsizeAl Viro2017-06-141-0/+18
* ufs: restore maintaining ->i_blocksAl Viro2017-06-142-1/+26
* fix ufs_isblockset()Al Viro2017-06-141-3/+7
* ufs: restore proper tail allocationAl Viro2017-06-141-1/+1
* fs: add i_blocksize()Fabian Frederick2017-06-1425-48/+48
* ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-06-142-0/+7
* ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-06-141-43/+37
* ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-06-141-2/+3
* ext4: fix SEEK_HOLEJan Kara2017-06-141-36/+14
* 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