summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik2019-12-311-0/+2
* btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik2019-12-311-0/+1
* btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-311-2/+21
* btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik2019-12-311-2/+8
* btrfs: send: remove WARN_ON for readonly mountAnand Jain2019-12-311-6/+0
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-314-9/+36
* btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik2019-12-311-2/+0
* btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik2019-12-311-6/+4
* CIFS: Close open handle after interrupted closePavel Shilovsky2019-12-213-15/+63
* CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky2019-12-211-0/+7
* cifs: Don't display RDMA transport on reconnectLong Li2019-12-211-0/+5
* cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li2019-12-211-1/+1
* cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li2019-12-211-2/+4
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-12-211-2/+5
* cifs: Fix potential softlockups while refreshing DFS cachePaulo Alcantara (SUSE)2019-12-171-12/+29
* gfs2: fix glock reference problem in gfs2_trans_remove_revokeBob Peterson2019-12-174-4/+12
* mm, thp, proc: report THP eligibility for each vmaMichal Hocko2019-12-171-0/+2
* ext4: fix a bug in ext4_wait_for_tail_page_commityangerkun2019-12-171-4/+8