summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-12-08iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-11/+11
2023-12-08smb3: fix caching of ctime on setxattrSteve French1-1/+4
2023-12-08fs: add ctime accessors infrastructureJeff Layton1-0/+16
2023-12-08smb3: fix touch -h of symlinkSteve French1-0/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel1-0/+2
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-12-03proc: sysctl: prevent aliased sysctls from getting passed to initKrister Johansen1-0/+7
2023-12-03ext4: make sure allocate pending entry not failZhang Yi1-34/+89
2023-12-03ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li1-14/+30
2023-12-03ext4: using nofail preallocation in ext4_es_insert_extent()Baokun Li1-12/+26
2023-12-03ext4: using nofail preallocation in ext4_es_insert_delayed_block()Baokun Li1-11/+22
2023-12-03ext4: using nofail preallocation in ext4_es_remove_extent()Baokun Li1-2/+11
2023-12-03ext4: use pre-allocated es in __es_remove_extent()Baokun Li1-13/+13
2023-12-03ext4: use pre-allocated es in __es_insert_extent()Baokun Li1-7/+12
2023-12-03ext4: factor out __es_alloc_extent() and __es_free_extent()Baokun Li1-11/+19
2023-12-03ext4: add a new helper to check if es must be keptBaokun Li1-13/+21
2023-12-03afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-12-03afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-12-03afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-12-03afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-11-28ext4: add missed brelse in update_backupsKemeng Shi1-1/+3
2023-11-28ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocksKemeng Shi1-7/+2
2023-11-28ext4: correct the start block of counting reserved clustersZhang Yi1-2/+2
2023-11-28ext4: correct return value of ext4_convert_meta_bgKemeng Shi1-3/+1
2023-11-28ext4: correct offset of gdb backup in non meta_bg group to update_backupsKemeng Shi1-2/+4
2023-11-28ext4: apply umask if ACL support is disabledMax Kellermann1-0/+5
2023-11-28nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-28f2fs: avoid format-overflow warningSu Hui1-1/+1
2023-11-28ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon1-3/+26
2023-11-28quota: explicitly forbid quota files from being encryptedEric Biggers1-0/+14
2023-11-28jbd2: fix potential data lost in recovering journal raced with synchronizing ...Zhihao Cheng1-0/+8
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar1-1/+1
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik1-3/+0
2023-11-28watchdog: move softlockup_panic back to early_paramKrister Johansen1-1/+0
2023-11-28xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()Li Zetao1-1/+6
2023-11-28xfs: fix memory leak in xfs_errortag_initZeng Heng1-2/+7
2023-11-28xfs: fix exception caused by unexpected illegal bestcount in leaf dirGuo Xuenan1-2/+7
2023-11-28xfs: avoid a UAF when log intent item recovery failsDarrick J. Wong1-2/+7
2023-11-28xfs: fix inode reservation space for removing transactionhexiaole1-1/+1
2023-11-28xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R1-35/+163
2023-11-28xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang1-1/+4
2023-11-28xfs: fix intermittent hang during quotacheckDarrick J. Wong1-0/+7
2023-11-28xfs: don't leak memory when attr fork loading failsDarrick J. Wong1-0/+1
2023-11-28xfs: fix use-after-free in xattr node block inactivationDarrick J. Wong1-5/+3
2023-11-28xfs: flush inode gc workqueue before clearing agi bucketZhang Yi1-0/+1
2023-11-28xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong1-2/+7
2023-11-28xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia1-2/+2