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