summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-12-31ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter
2019-12-31ext4: check for directory entries too close to block endJan Kara
2019-12-31ext4: fix ext4_empty_dir() for directories with holesJan Kara
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik
2019-12-31btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter
2019-12-31btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval
2019-12-31btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval
2019-12-31btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval
2019-12-31btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana
2019-12-31btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-31btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik
2019-12-31btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2019-12-17gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson
2019-12-17ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun
2019-12-17ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o
2019-12-17reiserfs: fix extended attributes on the root directoryJeff Mahoney
2019-12-17ext4: Fix credit estimate for final inode freeingJan Kara
2019-12-17quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov
2019-12-17ext2: check err when partial != NULLChengguang Xu
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov
2019-12-17ovl: relax WARN_ON() on rename to selfAmir Goldstein
2019-12-17btrfs: record all roots for rename exchange on a subvolJosef Bacik
2019-12-17Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana
2019-12-17btrfs: Remove btrfs_bio::flags memberQu Wenruo
2019-12-17Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana
2019-12-17btrfs: use refcount_inc_not_zero in kill_all_nodesJosef Bacik
2019-12-17btrfs: check page->mapping when loading free space cacheJosef Bacik
2019-12-17iomap: Fix pipe page leakage during splicingJan Kara
2019-12-17kernfs: fix ino wrap-around detectionTejun Heo
2019-12-17CIFS: Fix SMB2 oplock break processingPavel Shilovsky
2019-12-17CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky
2019-12-17fuse: verify attributesMiklos Szeredi
2019-12-17fuse: verify nlinkMiklos Szeredi
2019-12-17nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin
2019-12-17pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook
2019-12-17dlm: fix invalid cluster name warningDavid Teigland
2019-12-17nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew
2019-12-17dlm: NULL check before kmem_cache_destroy is not neededWen Yang
2019-12-17lockd: fix decoding of TEST resultsJ. Bruce Fields
2019-12-17f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala
2019-12-17f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song
2019-12-17f2fs: fix count of seg_freed to make sec_freed correctYunlong Song
2019-12-17iomap: sub-block dio needs to zeroout beyond EOFDave Chinner
2019-12-17dlm: fix missing idr_destroy for recover_idrDavid Teigland
2019-12-17dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev
2019-12-17exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro