summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-12gfs2: Add some missing quota lockingAndreas Gruenbacher
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu
2024-06-12f2fs: fix to cover read extent cache access with lockChao Yu
2024-06-12f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu
2024-06-12f2fs: use new ioprio Macro to get ckpt thread ioprio levelZhiguo Niu
2024-06-12f2fs: fix to don't dirty inode for readonly filesystemChao Yu
2024-06-12f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu
2024-06-12f2fs: fix to force buffered IO on inline_data inodeChao Yu
2024-06-12f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu
2024-06-12f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong
2024-06-12f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu
2024-06-12f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu
2024-06-12f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König
2024-06-12xfs: preserve i_state around inode_init_always in xfs_reinit_inodeMateusz Guzik
2024-06-12btrfs: use iget5_locked_rcuMateusz Guzik
2024-06-12vfs: add rcu-based find_inode variants for iget opsMateusz Guzik
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon
2024-06-11ksmbd: move leading slash check to smb2_get_name()Namjae Jeon
2024-06-11bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasKent Overstreet
2024-06-11Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-11dlm: implement LSFL_SOFTIRQ_SAFEAlexander Aring
2024-06-11dlm: introduce DLM_LSFL_SOFTIRQ_SAFEAlexander Aring
2024-06-11dlm: use LSFL_FS to check for kernel lockspaceAlexander Aring
2024-06-11zonefs: enable support for large foliosJohannes Thumshirn
2024-06-10bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet
2024-06-10dlm: use rcu to avoid an extra rsb struct lookupAlexander Aring
2024-06-10dlm: fix add_scan and del_scan usageDavid Teigland
2024-06-10dlm: change list and timer namesDavid Teigland
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet
2024-06-10bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet
2024-06-10bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet
2024-06-10bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet
2024-06-10bcachefs: Fix reporting of freed objects from key cache shrinkerKent Overstreet
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet
2024-06-10bcachefs: increase key cache shrinker batch sizeKent Overstreet
2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet
2024-06-10bcachefs: fix the display format for show-superHongbo Li
2024-06-10bcachefs: fix stack frame size in fsck.cKent Overstreet
2024-06-10bcachefs: Delete incorrect BTREE_ID_NR assertionKent Overstreet
2024-06-10bcachefs: Fix incorrect error handling found_btree_node_is_readable()Kent Overstreet
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang
2024-06-08Merge tag '6.10-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-06-08gfs2: Fold qd_fish into gfs2_quota_syncAndreas Gruenbacher
2024-06-08gfs2: quota need_sync cleanupAndreas Gruenbacher
2024-06-08gfs2: Fix and clean up function do_qcAndreas Gruenbacher