summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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 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-07dax: fix race between colliding PMD & PTE entriesRoss Zwisler1-0/+23
2017-06-07fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-05-25nfsd: Fix up the "supattr_exclcreat" attributesTrond Myklebust1-3/+8
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
2017-05-25NFSv4: Fix an rcu lock leakTrond Myklebust1-2/+4
2017-05-25pNFS/flexfiles: Check the result of nfs4_pnfs_ds_connectTrond Myklebust1-1/+1
2017-05-25NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington1-4/+11
2017-05-25NFS: Fix use after free in write error pathFred Isaman1-1/+1
2017-05-25NFSv4: Fix a hang in OPEN related to server rebootTrond Myklebust1-1/+3
2017-05-25dax: fix data corruption when fault races with writeJan Kara1-16/+16
2017-05-25proc: Fix unbalanced hard link numbersTakashi Iwai1-0/+1
2017-05-25fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein1-8/+18
2017-05-20pstore: Shut down worker when unregisteringKees Cook1-1/+9
2017-05-20pstore: Use dynamic spinlock initializerKees Cook1-1/+1
2017-05-20fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers3-5/+5
2017-05-20fscrypt: fix context consistency check when key(s) unavailableEric Biggers1-19/+68
2017-05-20f2fs: Make flush bios explicitely syncJan Kara3-3/+3
2017-05-20f2fs: check entire encrypted bigname when finding a dentryJaegeuk Kim4-20/+31
2017-05-20f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong1-7/+6
2017-05-20f2fs: fix fs corruption due to zero inode pageJaegeuk Kim2-11/+11
2017-05-20Revert "f2fs: put allocate_segment after refresh_sit_entry"Jaegeuk Kim1-5/+4
2017-05-20f2fs: fix wrong max cost initializationJaegeuk Kim1-1/+1
2017-05-20dax: fix PMD data corruption when fault races with writeRoss Zwisler1-14/+14
2017-05-20ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17
2017-05-20mm: fix data corruption due to stale mmap readsJan Kara1-1/+1
2017-05-20dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-29/+0