summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-22io_uring: retry in case of short read on block deviceMing Lei1-1/+7
2021-09-22fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi1-2/+2
2021-09-22io_uring: allow retry for O_NONBLOCK if async is supportedJens Axboe1-5/+11
2021-09-22io_uring: ensure symmetry in handling iter types in loop_rw_iter()Jens Axboe1-3/+6
2021-09-18ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying1-2/+4
2021-09-18nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields1-2/+3
2021-09-18nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields2-3/+7
2021-09-18cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui1-1/+1
2021-09-18btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-09-18btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana1-7/+5
2021-09-18lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields1-18/+12
2021-09-18gfs2: Don't call dlm after protocol is unmountedBob Peterson1-0/+5
2021-09-18iomap: pass writeback errors to the mappingDarrick J. Wong1-1/+1
2021-09-18gfs2: Fix glock recursion in freeze_go_xmote_bhBob Peterson1-10/+7
2021-09-18userfaultfd: prevent concurrent API initializationNadav Amit1-47/+44
2021-09-18f2fs: should put a page beyond EOF when preparing a writeJaegeuk Kim1-0/+2
2021-09-18f2fs: deallocate compressed pages when error happensJaegeuk Kim1-6/+6
2021-09-18f2fs: fix to unmap pages from userspace process in punch_hole()Chao Yu1-3/+1
2021-09-18f2fs: fix unexpected ENOENT comes from f2fs_map_blocks()Chao Yu1-0/+14
2021-09-18f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-09-18fscache: Fix cookie key hashingDavid Howells3-13/+42
2021-09-18f2fs: fix to keep compatibility of fault injection interfaceChao Yu1-0/+1
2021-09-18NFSv4/pnfs: The layout barrier indicate a minimal value for the seqidTrond Myklebust1-1/+1
2021-09-18NFSv4/pNFS: Always allow update of a zero valued layout barrierTrond Myklebust1-1/+1
2021-09-18NFSv4/pNFS: Fix a layoutget livelock loopTrond Myklebust1-4/+8
2021-09-18f2fs: reduce the scope of setting fsck tag when de->name_len is zeroYangtao Li1-5/+9
2021-09-18f2fs: fix wrong checkpoint_changed value in f2fs_remount()Chao Yu1-5/+2
2021-09-18f2fs: turn back remapped address in compressed page endioDaeho Jeong1-1/+3
2021-09-18f2fs: do not submit NEW_ADDR to read node blockJaegeuk Kim1-1/+2
2021-09-18f2fs: quota: fix potential deadlockChao Yu1-36/+48
2021-09-18f2fs: compress: fix to set zstd compress level correctlyChao Yu1-1/+2
2021-09-18f2fs: fix to do sanity check for sb/cp fields correctlyChao Yu1-4/+18
2021-09-18f2fs: let's keep writing IOs on SBI_NEED_FSCKJaegeuk Kim2-1/+3
2021-09-18ceph: fix dereference of null pointer cfColin Ian King1-0/+3
2021-09-18btrfs: zoned: fix double counting of split ordered extentNaohiro Aota1-0/+8
2021-09-18btrfs: reset replace target device to allocation state on closeDesmond Cheong Zhi Xi1-0/+3
2021-09-18btrfs: fix upper limit for max_inline for page size 64KAnand Jain1-24/+24
2021-09-18btrfs: zoned: suppress reclaim error message on EAGAINNaohiro Aota1-1/+1
2021-09-18btrfs: zoned: fix block group alloc_offset calculationNaohiro Aota1-2/+5
2021-09-18btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik1-0/+14
2021-09-18btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik1-1/+1
2021-09-18btrfs: wait on async extents when flushing delallocJosef Bacik2-4/+40
2021-09-18btrfs: wake up async_delalloc_pages waiters after submitJosef Bacik1-5/+5
2021-09-18btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik2-16/+33
2021-09-18io-wq: fix race between adding work and activating a free workerJens Axboe1-26/+24
2021-09-18io-wq: fix wakeup race when adding new workJens Axboe1-4/+4
2021-09-18io_uring: fix io_try_cancel_userdata race for iowqPavel Begunkov1-1/+2
2021-09-18io_uring: add ->splice_fd_in checksPavel Begunkov1-22/+30
2021-09-18io_uring: place fixed tables under memcg limitsPavel Begunkov1-2/+2
2021-09-15fuse: wait for writepages in syncfsMiklos Szeredi3-0/+100