summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-09gfs2: use i_lock spin_lock for inode qadataBob Peterson1-12/+20
2022-06-09rxrpc, afs: Fix selection of abort codesDavid Howells1-3/+5
2022-06-09btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-06-09btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-06-09cifs: when extending a file with falloc we should make files not-sparseRonnie Sahlberg1-1/+1
2022-06-09binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel1-1/+26
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust1-0/+1
2022-06-06exfat: check if cluster num is validTadeusz Struk3-10/+14
2022-06-06xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner3-24/+49
2022-06-06xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong3-20/+26
2022-06-06xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong1-1/+1
2022-06-06xfs: show the proper user quota optionsKaixu Xia1-4/+6
2022-06-06xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2022-06-06io_uring: fix using under-expanded itersPavel Begunkov1-2/+6
2022-06-06io_uring: don't re-import iovecs from callbacksPavel Begunkov1-39/+0
2022-06-06pipe: Fix missing lock in pipe_resize_ring()David Howells1-13/+18
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima1-1/+1
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+13
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi5-21/+92
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi10-50/+154
2022-05-25fs: fix an infinite loop in iomap_fiemapGuo Xuenan1-1/+1
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher1-1/+3
2022-05-25io_uring: always grab file table for deferred statxJens Axboe1-5/+1
2022-05-18io_uring: always use original task when preparing req identityJens Axboe1-1/+1
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust1-0/+1
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton1-3/+13
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-18nfs: fix broken handling of the softreval mount optionDan Aloni1-1/+1
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport1-2/+0
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust1-1/+11
2022-05-09zonefs: Clear inode information flags on inode creationDamien Le Moal1-0/+1
2022-05-09zonefs: Fix management of open zonesDamien Le Moal1-5/+40
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg1-0/+8
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin1-5/+10
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-27ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong3-9/+32
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-9/+10
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson1-4/+5
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0