summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattrJeff Mahoney2020-01-231-2/+6
* btrfs: fix memory leak in qgroup accountingJohannes Thumshirn2020-01-231-1/+5
* btrfs: do not delete mismatched root refsJosef Bacik2020-01-231-4/+6
* btrfs: fix invalid removal of root refJosef Bacik2020-01-231-8/+19
* btrfs: rework arguments of btrfs_unlink_subvolJosef Bacik2020-01-231-26/+20
* ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-171-0/+8
* f2fs: fix potential overflowChao Yu2020-01-172-2/+2
* NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust2020-01-171-1/+3
* NFSv2: Fix a typo in encode_sattr()Trond Myklebust2020-01-171-1/+1
* btrfs: simplify inode locking for RWF_NOWAITGoldwyn Rodrigues2020-01-171-2/+3
* afs: Fix missing cell comparison in afs_test_super()David Howells2020-01-171-0/+1
* cifs: Adjust indentation in smb2_open_fileNathan Chancellor2020-01-171-1/+1
* f2fs: check if file namelen exceeds max valueSheng Yong2020-01-171-1/+2
* f2fs: check memory boundary by insane namelenJaegeuk Kim2020-01-171-1/+11
* f2fs: Move err variable to function scope in f2fs_fill_dentries()Ben Hutchings2020-01-171-2/+3
* chardev: Avoid potential use-after-free in 'chrdev_open()'Will Deacon2020-01-141-1/+1
* fs: avoid softlockups in s_inodes iteratorsEric Sandeen2020-01-124-1/+10
* btrfs: Fix error messages in qgroup_rescan_initNikolay Borisov2020-01-121-2/+2
* ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng2020-01-091-7/+27
* xfs: periodically yield scrub threads to the schedulerDarrick J. Wong2020-01-091-1/+8
* bdev: Refresh bdev size for disks without partitioningJan Kara2020-01-091-9/+10
* bdev: Factor out bdev revalidation into a common helperJan Kara2020-01-091-12/+14
* fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro2020-01-091-1/+2
* xfs: don't check for AG deadlock for realtime files in bunmapiOmar Sandoval2020-01-091-1/+1
* nfsd4: fix up replay_matches_cache()Scott Mayhew2020-01-091-5/+10
* locks: print unsigned ino in /proc/locksAmir Goldstein2020-01-091-1/+1
* pstore/ram: Write new dumps to start of recycled zonesAleksandr Yashkin2020-01-091-0/+11
* xfs: fix mount failure crash on invalid iclog memory accessBrian Foster2020-01-091-0/+2
* afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells2020-01-091-0/+3
* afs: Fix SELinux setting security label on /afsDavid Howells2020-01-091-1/+0
* afs: Fix afs_find_server lookups for ipv4 peersMarc Dionne2020-01-091-13/+8
* 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
* userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORKMike Rapoport2020-01-041-7/+11
* ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2020-01-041-2/+2
* fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2020-01-041-12/+17
* f2fs: fix to update dir's i_pino during cross_renameChao Yu2020-01-041-3/+12
* jbd2: Fix statistics for the number of logged blocksJan Kara2020-01-041-1/+3
* ext4: iomap that extends beyond EOF should be marked dirtyMatthew Bobrowski2020-01-041-1/+7
* ext4: update direct I/O read lock pattern for IOCB_NOWAITMatthew Bobrowski2020-01-041-1/+7
* f2fs: fix to update time in lazytime modeChao Yu2020-01-042-9/+20
* ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-311-2/+2
* ext4: check for directory entries too close to block endJan Kara2019-12-311-0/+5
* ext4: fix ext4_empty_dir() for directories with holesJan Kara2019-12-311-14/+18
* btrfs: return error pointer from alloc_test_extent_bufferDan Carpenter2019-12-313-6/+8
* btrfs: don't prematurely free work in scrub_missing_raid56_worker()Omar Sandoval2019-12-311-2/+1
* btrfs: don't prematurely free work in reada_start_machine_worker()Omar Sandoval2019-12-311-6/+4
* btrfs: don't prematurely free work in run_ordered_work()Omar Sandoval2019-12-311-12/+44
* btrfs: don't prematurely free work in end_workqueue_fn()Omar Sandoval2019-12-311-1/+1
* Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana2019-12-311-1/+1