aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-06-13vfs: partially sanitize i_state zeroing on inode creationMateusz Guzik1-10/+3
2024-06-13sysctl: Warn on an empty procname elementJoel Granados1-0/+2
2024-06-13sysctl: Remove ctl_table sentinel code commentsJoel Granados1-1/+1
2024-06-13sysctl: Remove "child" sysctl code commentsJoel Granados1-16/+10
2024-06-13sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados1-4/+4
2024-06-13sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados1-8/+6
2024-06-13sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados1-1/+1
2024-06-12Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds22-220/+344
2024-06-12dlm: remove DLM_LSFL_SOFTIRQ from exflagsAlexander Aring1-1/+2
2024-06-12fs: dlm: remove unused struct 'dlm_processed_nodes'Dr. David Alan Gilbert1-6/+0
2024-06-12gfs2: Add some missing quota lockingAndreas Gruenbacher1-29/+53
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-2/+3
2024-06-12f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu3-9/+42
2024-06-12f2fs: fix to cover read extent cache access with lockChao Yu3-35/+25
2024-06-12f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu1-2/+4
2024-06-12f2fs: use new ioprio Macro to get ckpt thread ioprio levelZhiguo Niu1-6/+6
2024-06-12f2fs: fix to don't dirty inode for readonly filesystemChao Yu1-0/+3
2024-06-12f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu1-1/+2
2024-06-12f2fs: fix to force buffered IO on inline_data inodeChao Yu1-0/+2
2024-06-12f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu1-1/+0
2024-06-12f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong1-1/+2
2024-06-12f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu1-0/+1
2024-06-12f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu3-3/+21
2024-06-12f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu1-0/+10
2024-06-12netfs: Switch debug logging to pr_debug()Uwe Kleine-König15-113/+78
2024-06-12xfs: preserve i_state around inode_init_always in xfs_reinit_inodeMateusz Guzik1-0/+2
2024-06-12btrfs: use iget5_locked_rcuMateusz Guzik1-1/+1
2024-06-12vfs: add rcu-based find_inode variants for iget opsMateusz Guzik1-17/+80
2024-06-11ksmbd: fix missing use of get_write in in smb2_set_ea()Namjae Jeon4-11/+19
2024-06-11ksmbd: move leading slash check to smb2_get_name()Namjae Jeon1-9/+6
2024-06-11bcachefs: Fix rcu_read_lock() leak in drop_extra_replicasKent Overstreet1-2/+1
2024-06-11Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-90/+206
2024-06-11dlm: implement LSFL_SOFTIRQ_SAFEAlexander Aring5-84/+126
2024-06-11dlm: introduce DLM_LSFL_SOFTIRQ_SAFEAlexander Aring1-0/+3
2024-06-11dlm: use LSFL_FS to check for kernel lockspaceAlexander Aring3-12/+19
2024-06-11zonefs: enable support for large foliosJohannes Thumshirn1-0/+1
2024-06-10bcachefs: Add missing bch_inode_info.ei_flags initKent Overstreet1-0/+2
2024-06-10dlm: use rcu to avoid an extra rsb struct lookupAlexander Aring3-16/+96
2024-06-10dlm: fix add_scan and del_scan usageDavid Teigland1-22/+35
2024-06-10dlm: change list and timer namesDavid Teigland9-219/+182
2024-06-10bcachefs: Add missing synchronize_srcu_expedited() call when shutting downKent Overstreet1-1/+3
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet8-47/+135
2024-06-10bcachefs: Replace bucket_valid() asserts in bucket lookup with proper checksKent Overstreet4-2/+10
2024-06-10bcachefs: Fix snapshot_create_lock lock orderingKent Overstreet1-12/+5
2024-06-10bcachefs: Fix refcount leak in check_fix_ptrs()Kent Overstreet1-116/+133
2024-06-10bcachefs: Leave a buffer in the btree key cache to avoid lock thrashingKent Overstreet1-0/+8
2024-06-10bcachefs: Fix reporting of freed objects from key cache shrinkerKent Overstreet1-8/+5
2024-06-10bcachefs: set sb->s_shrinker->seeks = 0Kent Overstreet1-0/+1
2024-06-10bcachefs: increase key cache shrinker batch sizeKent Overstreet1-1/+2
2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet4-14/+18