summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2020-01-231-1/+1
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2020-01-232-8/+27
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2020-01-231-23/+33
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2020-01-231-30/+1
* 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
* 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
* 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-042-4/+6
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2020-01-041-1/+0
* 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
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* 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
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-212-2/+2
* 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
* fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-12-211-1/+1
* proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2019-12-211-2/+5
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2019-12-211-0/+8
* fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2019-12-211-4/+5
* 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
* 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: Align compat attrlist_by_handle with native implementation.Nick Bowler2019-12-051-0/+6
* gfs2: take jdata unstuff into account in do_growBob Peterson2019-12-051-0/+2
* btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2019-12-051-3/+0
* xfs: require both realtime inodes to mountDarrick J. Wong2019-12-051-3/+1
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2019-11-283-10/+1
* dlm: don't leak kernel pointer to userspaceTycho Andersen2019-11-281-1/+1
* dlm: fix invalid freeTycho Andersen2019-11-281-2/+3