summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever
2022-06-06NFS: Memory allocation failures are not server fatal errorsTrond Myklebust
2022-06-06exfat: check if cluster num is validTadeusz Struk
2022-06-06xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner
2022-06-06xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-06-06xfs: fix the forward progress assertion in xfs_iwalk_run_callbacksDarrick J. Wong
2022-06-06xfs: show the proper user quota optionsKaixu Xia
2022-06-06xfs: detect overflows in bmbt recordsDarrick J. Wong
2022-06-06io_uring: fix using under-expanded itersPavel Begunkov
2022-06-06io_uring: don't re-import iovecs from callbacksPavel Begunkov
2022-06-06pipe: Fix missing lock in pipe_resize_ring()David Howells
2022-06-06pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima
2022-05-25afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells
2022-05-25nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi
2022-05-25nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi
2022-05-25fs: fix an infinite loop in iomap_fiemapGuo Xuenan
2022-05-25gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher
2022-05-25io_uring: always grab file table for deferred statxJens Axboe
2022-05-18io_uring: always use original task when preparing req identityJens Axboe
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-05-18ceph: fix setting of xattrs on async created inodesJeff Layton
2022-05-18gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher
2022-05-18nfs: fix broken handling of the softreval mount optionDan Aloni
2022-05-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-05-12NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust
2022-05-09zonefs: Clear inode information flags on inode creationDamien Le Moal
2022-05-09zonefs: Fix management of open zonesDamien Le Moal
2022-05-09cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-27ext4: fix symlink file size not match to file contentYe Bin
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2022-04-13io_uring: fix race between timeout flush and removalJens Axboe