summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-12-17cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)1-12/+29
2019-12-17gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson4-4/+12
2019-12-17mm, thp, proc: report THP eligibility for each vmaMichal Hocko1-0/+2
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun1-4/+8
2019-12-17splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong1-3/+11
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o1-6/+5
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney6-14/+32
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara1-2/+11
2019-12-17quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov1-4/+5
2019-12-17ext2: check err when partial != NULLChengguang Xu1-2/+5
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov2-2/+2
2019-12-17ovl: relax WARN_ON() on rename to selfAmir Goldstein1-1/+1
2019-12-17ovl: fix corner case of non-unique st_dev;st_inoAmir Goldstein1-1/+7
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik1-0/+3
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana1-1/+24
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo1-1/+0
2019-12-17btrfs: Avoid getting stuck during cyclic writebacksTejun Heo1-11/+1
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana1-1/+1
2019-12-17Btrfs: fix metadata space leak on fixup worker failure to set range as delallocFilipe Manana1-1/+5
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik1-3/+10
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik1-0/+6
2019-12-13xfs: add missing error check in xfs_prepare_shift()Brian Foster1-0/+2
2019-12-13iomap: partially revert 4721a601099 (simulated directio short read on EFAULT)Darrick J. Wong1-9/+0
2019-12-13splice: don't read more than available pipe spaceDarrick J. Wong1-1/+6
2019-12-13iomap: Fix pipe page leakage during splicingJan Kara1-1/+8
2019-12-13kernfs: fix ino wrap-around detectionTejun Heo1-3/+2
2019-12-13CIFS: Fix SMB2 oplock break processingPavel Shilovsky1-4/+3
2019-12-13CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky1-3/+4
2019-12-13fuse: verify attributesMiklos Szeredi2-7/+19
2019-12-13fuse: verify nlinkMiklos Szeredi1-1/+2
2019-12-13nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin1-2/+15
2019-12-13pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook1-1/+1
2019-12-13dlm: fix invalid cluster name warningDavid Teigland1-1/+2
2019-12-13nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew1-11/+6
2019-12-13dlm: NULL check before kmem_cache_destroy is not neededWen Yang1-6/+3
2019-12-13lockd: fix decoding of TEST resultsJ. Bruce Fields2-32/+12
2019-12-13f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala1-2/+1
2019-12-13f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song1-1/+1
2019-12-13f2fs: fix count of seg_freed to make sec_freed correctYunlong Song1-3/+4
2019-12-13f2fs: fix to account preflush command for noflush_merge modeChao Yu1-0/+2
2019-12-13iomap: readpages doesn't zero page tail beyond EOFDave Chinner1-3/+8
2019-12-13iomap: dio data corruption and spurious errors when pipes fillDave Chinner1-3/+19
2019-12-13iomap: sub-block dio needs to zeroout beyond EOFDave Chinner1-1/+8
2019-12-13iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner1-5/+6
2019-12-13xfs: extent shifting doesn't fully invalidate page cacheDave Chinner1-7/+1
2019-12-13dlm: fix missing idr_destroy for recover_idrDavid Teigland1-0/+1
2019-12-13dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev1-1/+1
2019-12-13exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro1-12/+19
2019-12-13autofs: fix a leak in autofs_expire_indirect()Al Viro1-2/+3
2019-12-05ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2-9/+27