summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix hang when loading existing inode cache off diskFilipe Manana2020-01-291-0/+1
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-291-1/+1
* ext4: set error return correctly when ext4_htree_store_dirent failsColin Ian King2020-01-291-1/+1
* cifs: fix rmmod regression in cifs.ko caused by force_sig changesSteve French2020-01-291-0/+1
* signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sigEric W. Biederman2020-01-291-1/+1
* jfs: fix bogus variable self-initializationArnd Bergmann2020-01-291-2/+1
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2020-01-291-1/+1
* exportfs: fix 'passing zero to ERR_PTR()' warningYueHaibing2020-01-291-0/+1
* xfs: Sanity check flags of Q_XQUOTARM callJan Kara2020-01-291-0/+3
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-231-0/+8
* 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