summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-06-17romfs: use different way to generate fsid for BLOCK or MTDColy Li1-1/+22
2017-06-17nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-06-17FS-Cache: Initialise stores_lock in netfs cookieDavid Howells1-0/+1
2017-06-17fscache: Clear outstanding writes when disabling a cookieDavid Howells2-0/+11
2017-06-17fscache: Fix dead object requeueDavid Howells1-2/+24
2017-06-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu1-11/+17
2017-06-14btrfs: fix memory leak in update_space_info failure pathJeff Mahoney1-0/+1
2017-06-14btrfs: use correct types for page indices in btrfs_page_exists_in_rangeDavid Sterba1-2/+2
2017-06-14ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-14ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-14ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-14ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-06-14fix ufs_isblockset()Al Viro1-3/+7
2017-06-14ufs: restore proper tail allocationAl Viro1-1/+1
2017-06-14fs: add i_blocksize()Fabian Frederick25-48/+48
2017-06-14ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2-0/+7
2017-06-14ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara1-43/+37
2017-06-14ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov1-2/+3
2017-06-14ext4: fix SEEK_HOLEJan Kara1-36/+14
2017-06-14nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust1-3/+10
2017-06-14nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-06-07xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara1-1/+1
2017-06-07xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen1-1/+1
2017-06-07xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong1-12/+31
2017-06-07xfs: xfs_trans_alloc_emptyChristoph Hellwig2-0/+24
2017-06-07xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang1-1/+1
2017-06-07xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong1-2/+6
2017-06-07xfs: fix indlen accounting error on partial delalloc conversionBrian Foster1-3/+4
2017-06-07xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan1-2/+2
2017-06-07xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong3-9/+37
2017-06-07xfs: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2017-06-07xfs: update ag iterator to support wait on new inodesBrian Foster2-8/+53
2017-06-07xfs: support ability to wait on new inodesBrian Foster2-2/+7
2017-06-07xfs: fix up quotacheck buffer list error handlingBrian Foster3-6/+26
2017-06-07xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster1-2/+3
2017-06-07xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen1-2/+8
2017-06-07xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-06-07xfs: drop iolock from reclaim context to appease lockdepBrian Foster2-9/+8
2017-06-07xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-06-07xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-06-07xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster3-1/+10
2017-06-07xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-06-07xfs: rework the inline directory verifiersDarrick J. Wong5-56/+66
2017-06-07xfs: verify inline directory data forksDarrick J. Wong6-18/+122
2017-06-07xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan1-1/+1
2017-06-07xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster2-15/+28
2017-06-07xfs: Fix missed holes in SEEK_HOLE implementationJan Kara1-20/+9
2017-06-07fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-05-25nfsd: encoders mustn't use unitialized values in error casesJ. Bruce Fields1-4/+4
2017-05-25nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi1-1/+2