summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: avoid false alarm of circular lockingJaegeuk Kim2023-09-192-10/+17
* f2fs: flush inode if atomic file is abortedJaegeuk Kim2023-09-191-0/+2
* ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques2023-09-191-0/+4
* ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian2023-09-193-8/+17
* jbd2: correct the end of the journal recovery scan rangeZhang Yi2023-09-191-9/+3
* jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng2023-09-191-0/+2
* jbd2: fix checkpoint cleanup performance regressionZhang Yi2023-09-191-6/+14
* smb: propagate error code of extract_sharename()Katya Orlova2023-09-191-1/+1
* cifs: use fs_context for automountsPaulo Alcantara2023-09-191-60/+40
* gfs2: low-memory forced flush fixesAndreas Gruenbacher2023-09-192-6/+6
* gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher2023-09-191-12/+5
* NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin2023-09-191-1/+1
* NFS: Fix a potential data corruptionTrond Myklebust2023-09-191-1/+19
* cifs: update desired access while requesting for directory leaseBharath SM2023-09-191-1/+1
* send channel sequence number in SMB3 requests after reconnectsSteve French2023-09-195-1/+45
* udf: initialize newblock to 0Tom Rix2023-09-131-3/+1
* NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker2023-09-135-13/+14
* NFSv4.2: Fix a potential double free with READ_PLUSAnna Schumaker2023-09-131-2/+10
* pstore/ram: Check start of empty przs during initEnlin Mu2023-09-131-1/+1
* fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers2023-09-131-0/+16
* dlm: fix plock lookup when using multiple lockspacesAlexander Aring2023-09-131-3/+3
* procfs: block chmod on /proc/thread-self/commAleksa Sarai2023-09-131-1/+2
* Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu2023-09-131-6/+6
* f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo2023-09-131-5/+5
* f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONEDYangtao Li2023-09-131-6/+5
* f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-09-132-6/+20
* pNFS: Fix assignment of xprtdata.credAnna Schumaker2023-09-131-1/+1
* NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia2023-09-131-2/+3
* NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2023-09-132-2/+2
* NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever2023-09-133-14/+29
* fs: lockd: avoid possible wrong NULL parameterSu Hui2023-09-131-0/+3
* jfs: validate max amount of blocks before allocation.Alexei Filippov2023-09-131-0/+5
* ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng2023-09-131-0/+3
* nfs/blocklayout: Use the passed in gfp flagsDan Carpenter2023-09-131-2/+2
* NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker2023-09-131-3/+9
* NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker2023-09-131-3/+4
* NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker2023-09-131-2/+1
* NFSv4.2: Rework scratch handling for READ_PLUSAnna Schumaker2023-09-132-7/+14
* ext4: avoid potential data overflow in next_linear_groupKemeng Shi2023-09-131-2/+3
* ext4: correct grp validation in ext4_mb_good_groupKemeng Shi2023-09-131-1/+1
* quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li2023-09-131-18/+78
* quota: add new helper dquot_active()Baokun Li2023-09-131-9/+14
* quota: rename dquot_active() to inode_quota_active()Baokun Li2023-09-131-10/+10
* quota: factor out dquot_write_dquot()Baokun Li2023-09-131-23/+16
* fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-09-131-0/+4
* vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-09-131-1/+22
* iomap: Remove large folio handling in iomap_invalidate_folio()Matthew Wilcox (Oracle)2023-09-131-5/+0
* fs: Fix error checking for d_hash_and_lookup()Wang Ming2023-09-131-1/+1
* eventfd: prevent underflow for eventfd semaphoresWen Yang2023-09-131-1/+1
* reiserfs: Check the return value from __getblk()Matthew Wilcox2023-09-131-1/+3