summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2 daysxattr: switch to CLASS(fd)Al Viro1-17/+10
2 daysRevert "xattr: switch to CLASS(fd)"Tomasz Kramkowski1-6/+21
6 daysbtrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
6 daysbtrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
6 daysbtrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
6 dayserofs: fix "BUG: Bad page state in z_erofs_do_read_page"Gao Xiang1-0/+1
6 daysxfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
6 daysxfs: avoid dereferencing log items after push callbacksYuto Ohnuki3-11/+52
6 daysxattr: switch to CLASS(fd)Al Viro1-21/+6
6 daysgfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-5/+5
6 daysksmbd: fix memory leaks and NULL deref in smb2_lock()Werner Kasselman1-9/+18
6 daysksmbd: fix use-after-free and NULL deref in smb_grant_oplock()Werner Kasselman1-27/+45
6 daysext4: always drain queued discard work in ext4_mb_release()Theodore Ts'o1-7/+5
6 daysext4: fix iloc.bh leak in ext4_fc_replay_inode() error pathsBaokun Li1-5/+8
6 daysext4: fix the might_sleep() warnings in kvfree()Zqiang2-13/+5
6 daysext4: fix use-after-free in update_super_work when racing with umountJiayuan Chen3-1/+11
6 daysext4: reject mount if bigalloc with s_first_data_block != 0Helen Koike1-0/+7
6 daysext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()Ye Bin1-1/+5
6 daysext4: avoid infinite loops caused by residual dataEdward Adam Davis1-2/+6
6 daysext4: replace BUG_ON with proper error handling in ext4_read_inline_folioYuto Ohnuki1-1/+9
6 daysext4: make recently_deleted() properly work with lazy itable initializationJan Kara1-0/+6
6 daysext4: fix fsync(2) for nojournal modeJan Kara1-2/+14
6 daysext4: fix stale xarray tags after writebackJan Kara1-2/+8
6 daysext4: convert inline data to extents when truncate exceeds inline sizeDeepanshu Kartikey1-0/+12
6 daysext4: fix journal credit check when setting fscrypt contextSimon Weber1-1/+8
6 daysxfs: fix ri_total validation in xlog_recover_attri_commit_pass2Long Li1-2/+2
6 daysxfs: stop reclaim before pushing AIL during unmountYuto Ohnuki1-3/+4
6 daysjbd2: gracefully abort on checkpointing state corruptionsMilos Nikic1-2/+13
6 dayserofs: add GFP_NOIO in the bio completion if neededJiucheng Xu1-0/+3
6 daysksmbd: do not expire session on binding failureHyunwoo Kim1-2/+8
6 daysksmbd: fix potencial OOB in get_file_all_info() for compound requestsNamjae Jeon1-2/+14
6 daysksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len()Namjae Jeon1-8/+12
6 daysbtrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov1-0/+7
14 daysksmbd: fix use-after-free in durable v2 replay of active file handlesHyunwoo Kim1-1/+5
14 daysksmbd: fix use-after-free of share_conf in compound requestHyunwoo Kim1-0/+2
14 daysbtrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang1-1/+1
14 daysbtrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana1-0/+6
14 daysnfsd: fix heap overflow in NFSv4.0 LOCK replay cacheJeff Layton2-7/+19
14 daysbtrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana1-0/+19
14 daysbtrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana3-2/+64
14 daysbtrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana1-0/+16
14 daysksmbd: unset conn->binding on failed binding requestNamjae Jeon1-0/+1
14 dayssmb: client: fix krb5 mount with username optionPaulo Alcantara1-0/+4
14 daysNFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fdChuck Lever1-2/+12
14 daysbinfmt_misc: restore write access before closing files opened by open_exec()Zilin Guan1-1/+3
14 daysf2fs: zone: fix to avoid inconsistence in between SIT and SSAChao Yu1-0/+3
14 daysbtrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo3-26/+2
14 daysiomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
14 daysext4: always allocate blocks only from groups inode can useJan Kara1-4/+16
14 dayspNFS: Fix a deadlock when returning a delegation during open()Trond Myklebust3-30/+51