summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-08f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu
2024-09-08gfs2: Revert "Add quota_change type"Andreas Gruenbacher
2024-09-08fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-09-08btrfs: fix qgroup reserve leaks in cow_file_rangeBoris Burkov
2024-09-08btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo
2024-09-08btrfs: factor out stripe length calculation into a helperQu Wenruo
2024-09-08smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara
2024-09-08btrfs: tree-checker: validate dref root and objectidQu Wenruo
2024-09-04nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown
2024-09-04fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton
2024-09-04nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton
2024-09-04nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton
2024-09-04cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells
2024-09-04smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher
2024-09-04netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells
2024-09-04netfs: Fix missing iterator reset on retry of short readDavid Howells
2024-09-04netfs: Fix trimming of streaming-write folios in netfs_inval_folio()David Howells
2024-09-04netfs: Fix netfs_release_folio() to say no if folio dirtyDavid Howells
2024-09-04afs: Fix post-setattr file edit to do truncation correctlyDavid Howells
2024-09-04nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia
2024-09-04backing-file: convert to using fops->splice_writeEd Tsai
2024-09-04nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton
2024-09-04binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is definedMax Filippov
2024-09-04netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells
2024-09-04smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher
2024-09-04btrfs: run delayed iputs when flushing delallocJosef Bacik
2024-09-04btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo
2024-09-04erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang
2024-08-29ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon
2024-08-29smb3: fix broken cached reads when posix locksSteve French
2024-08-29ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon
2024-08-29smb: client: ignore unhandled reparse tagsPaulo Alcantara
2024-08-29smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui
2024-08-29cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells
2024-08-29btrfs: fix invalid mapping of extent xarray stateNaohiro Aota
2024-08-29libfs: fix infinite directory reads for offset diryangerkun
2024-08-29filelock: fix name of file_lease slab cacheOmar Sandoval
2024-08-29netfs: Fault in smaller chunks for non-large folio mappingsMatthew Wilcox (Oracle)
2024-08-29btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo
2024-08-29btrfs: tree-checker: add dev extent item checksQu Wenruo
2024-08-29btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota
2024-08-29btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana
2024-08-29btrfs: check delayed refs when we're checking if a ref existsJosef Bacik
2024-08-29btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana
2024-08-29btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo
2024-08-29fs/netfs/fscache_cookie: add missing "n_accesses" checkMax Kellermann
2024-08-29fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro
2024-08-29vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng
2024-08-29smb3: fix lock breakage for cached writesSteve French
2024-08-29fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn