summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon2020-01-141-1/+1
* pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin2020-01-121-0/+11
* fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro2020-01-121-1/+2
* xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2020-01-121-1/+1
* nfsd4: fix up replay_matches_cache()Scott Mayhew2020-01-121-5/+10
* locks: print unsigned ino in /proc/locksAmir Goldstein2020-01-121-1/+1
* xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2020-01-121-0/+2
* filldir[64]: remove WARN_ON_ONCE() for bad directory entriesLinus Torvalds2020-01-041-2/+2
* Make filldir[64]() verify the directory entry filename is validLinus Torvalds2020-01-041-0/+40
* ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2020-01-041-2/+2
* ext4: work around deleting a file with i_nlink == 0 safelyTheodore Ts'o2020-01-041-6/+5
* fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2020-01-041-12/+17
* jbd2: Fix statistics for the number of logged blocksJan Kara2020-01-041-1/+3
* ext4: check for directory entries too close to block endJan Kara2020-01-041-0/+5
* ext4: fix ext4_empty_dir() for directories with holesJan Kara2020-01-041-14/+18
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2020-01-041-1/+1
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2020-01-041-2/+8
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2020-01-043-7/+9
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2020-01-041-1/+0
* btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2020-01-041-6/+4
* btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval2020-01-041-6/+4
* btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval2020-01-041-12/+44
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2020-01-041-1/+1
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2020-01-041-0/+2
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2020-01-041-0/+1
* btrfs: skip log replay on orphaned rootsJosef Bacik2020-01-041-2/+21
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun2019-12-211-4/+8
* reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-12-216-14/+32
* Btrfs: fix negative subv_writers counter and data space leak after buffered w...Filipe Manana2019-12-211-1/+1
* quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-12-211-4/+5
* ext2: check err when partial != NULLChengguang Xu2019-12-211-2/+5
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-212-2/+2
* btrfs: record all roots for rename exchange on a subvolJosef Bacik2019-12-211-0/+3
* Btrfs: send, skip backreference walking for extents with many referencesFilipe Manana2019-12-211-1/+24
* btrfs: Remove btrfs_bio::flags memberQu Wenruo2019-12-211-1/+0
* btrfs: check page->mapping when loading free space cacheJosef Bacik2019-12-211-0/+6
* CIFS: Fix SMB2 oplock break processingPavel Shilovsky2019-12-211-4/+3
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-211-3/+4
* fuse: verify attributesMiklos Szeredi2019-12-212-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-211-1/+2
* nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2019-12-211-2/+15
* dlm: fix invalid cluster name warningDavid Teigland2019-12-211-1/+2
* nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2019-12-211-11/+6
* dlm: NULL check before kmem_cache_destroy is not neededWen Yang2019-12-211-6/+3
* dlm: fix missing idr_destroy for recover_idrDavid Teigland2019-12-211-0/+1
* exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro2019-12-211-12/+19
* autofs: fix a leak in autofs_expire_indirect()Al Viro2019-12-211-2/+3
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2019-12-051-4/+2
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2019-12-051-4/+30