summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-09-19btrfs: use the correct superblock to compare fsid in btrfs_validate_superAnand Jain1-3/+2
2023-09-19btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-09-19btrfs: set page extent mapped after read_folio in relocate_one_pageJosef Bacik1-3/+9
2023-09-19btrfs: don't start transaction when joining with TRANS_JOIN_NOSTARTFilipe Manana1-3/+4
2023-09-19btrfs: free qgroup rsv on io failureBoris Burkov1-0/+7
2023-09-19btrfs: fix start transaction qgroup rsv double freeBoris Burkov1-3/+16
2023-09-19btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2-23/+36
2023-09-19fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi1-1/+9
2023-09-19f2fs: avoid false alarm of circular lockingJaegeuk Kim2-10/+17
2023-09-19f2fs: flush inode if atomic file is abortedJaegeuk Kim1-0/+2
2023-09-19ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques1-0/+4
2023-09-19ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian3-8/+17
2023-09-19jbd2: correct the end of the journal recovery scan rangeZhang Yi1-9/+3
2023-09-19jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng1-0/+2
2023-09-19jbd2: fix checkpoint cleanup performance regressionZhang Yi1-6/+14
2023-09-19smb: propagate error code of extract_sharename()Katya Orlova1-1/+1
2023-09-19cifs: use fs_context for automountsPaulo Alcantara1-60/+40
2023-09-19gfs2: low-memory forced flush fixesAndreas Gruenbacher2-6/+6
2023-09-19gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher1-12/+5
2023-09-19NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin1-1/+1
2023-09-19NFS: Fix a potential data corruptionTrond Myklebust1-1/+19
2023-09-19cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-09-19send channel sequence number in SMB3 requests after reconnectsSteve French5-1/+45
2023-09-13udf: initialize newblock to 0Tom Rix1-3/+1
2023-09-13NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker5-13/+14
2023-09-13NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker1-2/+10
2023-09-13pstore/ram: Check start of empty przs during initEnlin Mu1-1/+1
2023-09-13fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers1-0/+16
2023-09-13dlm: fix plock lookup when using multiple lockspacesAlexander Aring1-3/+3
2023-09-13procfs: block chmod on /proc/thread-self/commAleksa Sarai1-1/+2
2023-09-13Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu1-6/+6
2023-09-13f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo1-5/+5
2023-09-13f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li1-6/+5
2023-09-13f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2-6/+20
2023-09-13pNFS: Fix assignment of xprtdata.credAnna Schumaker1-1/+1
2023-09-13NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia1-2/+3
2023-09-13NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2-2/+2
2023-09-13NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever3-14/+29
2023-09-13fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3
2023-09-13jfs: validate max amount of blocks before allocation.Alexei Filippov1-0/+5
2023-09-13ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng1-0/+3
2023-09-13nfs/blocklayout: Use the passed in gfp flagsDan Carpenter1-2/+2
2023-09-13NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker1-3/+9
2023-09-13NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker1-3/+4
2023-09-13NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker1-2/+1
2023-09-13NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2-7/+14
2023-09-13ext4: avoid potential data overflow in next_linear_groupKemeng Shi1-2/+3
2023-09-13ext4: correct grp validation in ext4_mb_good_groupKemeng Shi1-1/+1
2023-09-13quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-09-13quota: add new helper dquot_active()Baokun Li1-9/+14