summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: scrub: update last_physical after scrubbing one stripeQu Wenruo2024-09-081-0/+9
* btrfs: factor out stripe length calculation into a helperQu Wenruo2024-09-081-6/+10
* smb: client: fix FSCTL_GET_REPARSE_POINT against NetAppPaulo Alcantara2024-09-081-2/+4
* btrfs: tree-checker: validate dref root and objectidQu Wenruo2024-09-081-0/+47
* nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown2024-09-041-2/+9
* fs/nfsd: fix update of inode attrs in CB_GETATTRJeff Layton2024-09-044-10/+26
* nfsd: fix potential UAF in nfsd4_cb_getattr_releaseJeff Layton2024-09-041-1/+1
* nfsd: hold reference to delegation when updating it for cb_getattrJeff Layton2024-09-041-3/+7
* cifs: Fix FALLOC_FL_PUNCH_HOLE supportDavid Howells2024-09-041-0/+22
* smb/client: remove unused rq_iter_size from struct smb_rqstStefan Metzmacher2024-09-044-6/+0
* netfs: Fix interaction of streaming writes with zero-point trackerDavid Howells2024-09-041-0/+7
* netfs: Fix missing iterator reset on retry of short readDavid Howells2024-09-041-0/+1
* netfs: Fix trimming of streaming-write folios in netfs_inval_folio()David Howells2024-09-041-15/+35
* netfs: Fix netfs_release_folio() to say no if folio dirtyDavid Howells2024-09-041-0/+3
* afs: Fix post-setattr file edit to do truncation correctlyDavid Howells2024-09-041-3/+8
* nfsd: prevent panic for nfsv4.0 closed files in nfs4_show_openOlga Kornievskaia2024-09-041-9/+12
* backing-file: convert to using fops->splice_writeEd Tsai2024-09-041-1/+4
* nfsd: ensure that nfsd4_fattr_args.context is zeroed outJeff Layton2024-09-041-1/+3
* binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is definedMax Filippov2024-09-041-0/+3
* netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...David Howells2024-09-042-0/+8
* smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req()Stefan Metzmacher2024-09-041-1/+1
* btrfs: run delayed iputs when flushing delallocJosef Bacik2024-09-041-0/+2
* btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk()Qu Wenruo2024-09-041-8/+18
* erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially failsGao Xiang2024-09-041-1/+2
* ksmbd: fix race condition between destroy_previous_session() and smb2 operati...Namjae Jeon2024-08-294-3/+44
* smb3: fix broken cached reads when posix locksSteve French2024-08-291-3/+1
* ksmbd: the buffer of smb2 query dir response has at least 1 byteNamjae Jeon2024-08-291-1/+2
* smb: client: ignore unhandled reparse tagsPaulo Alcantara2024-08-291-4/+7
* smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui2024-08-291-2/+6
* cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells2024-08-297-23/+173
* btrfs: fix invalid mapping of extent xarray stateNaohiro Aota2024-08-291-7/+7
* libfs: fix infinite directory reads for offset diryangerkun2024-08-291-11/+24
* filelock: fix name of file_lease slab cacheOmar Sandoval2024-08-291-1/+1
* netfs: Fault in smaller chunks for non-large folio mappingsMatthew Wilcox (Oracle)2024-08-291-1/+1
* btrfs: only enable extent map shrinker for DEBUG buildsQu Wenruo2024-08-291-1/+7
* btrfs: tree-checker: add dev extent item checksQu Wenruo2024-08-291-0/+69
* btrfs: zoned: properly take lock to read/update block group's zoned variablesNaohiro Aota2024-08-291-6/+8
* btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2024-08-292-16/+16
* btrfs: check delayed refs when we're checking if a ref existsJosef Bacik2024-08-293-6/+114
* btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana2024-08-291-13/+39
* btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo2024-08-291-2/+3
* fs/netfs/fscache_cookie: add missing "n_accesses" checkMax Kellermann2024-08-291-0/+4
* fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHAREAl Viro2024-08-291-17/+13
* vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng2024-08-291-2/+37
* smb3: fix lock breakage for cached writesSteve French2024-08-291-4/+9
* fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn2024-08-291-2/+4
* netfs, ceph: Revert "netfs: Remove deprecated use of PG_private_2 as a second...David Howells2024-08-293-2/+169
* binfmt_flat: Fix corruption when not offsetting data startKees Cook2024-08-191-1/+3
* fs/ntfs3: Do copy_to_user out of run_lockKonstantin Komarov2024-08-191-3/+72
* jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li2024-08-191-0/+2