summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-18f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim
2024-06-18f2fs: enable atgc dynamically if conditions are metZhiguo Niu
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds
2024-06-17pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-06-17fs/configfs: Add a callback to determine attribute visibilityTom Lendacky
2024-06-17NFSD: grab nfsd_mutex in nfsd_nl_rpc_status_get_dumpit()Lorenzo Bianconi
2024-06-17xfs: fix unlink vs cluster buffer instantiation raceDave Chinner
2024-06-16Merge tag 'char-misc-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-15Merge tag 'xfs-6.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-06-15Merge tag '6.10-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger()Joseph Qi
2024-06-15ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty()Joseph Qi
2024-06-14ovl: fix encoding fid for lower only rootMiklos Szeredi
2024-06-13btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn
2024-06-13btrfs: retry block group reclaim without infinite loopBoris Burkov
2024-06-13Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2024-06-13dlm: add rcu_barrier before destroy kmem cacheAlexander Aring
2024-06-13hostfs: Add const qualifier to host_root in hostfs_fill_super()Nathan Chancellor
2024-06-13bcachefs: remove now spurious i_state initializationMateusz Guzik
2024-06-13xfs: remove now spurious i_state initialization in xfs_inode_allocMateusz Guzik
2024-06-13vfs: partially sanitize i_state zeroing on inode creationMateusz Guzik
2024-06-13sysctl: Warn on an empty procname elementJoel Granados
2024-06-13sysctl: Remove ctl_table sentinel code commentsJoel Granados
2024-06-13sysctl: Remove "child" sysctl code commentsJoel Granados
2024-06-13sysctl: Remove superfluous empty allocations from sysctl internalsJoel Granados
2024-06-13sysctl: Replace nr_entries with ctl_table_size in new_linksJoel Granados
2024-06-13sysctl: Remove check for sentinel element in ctl_table arraysJoel Granados
2024-06-12Merge tag 'bcachefs-2024-06-12' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-06-12dlm: remove DLM_LSFL_SOFTIRQ from exflagsAlexander Aring
2024-06-12fs: dlm: remove unused struct 'dlm_processed_nodes'Dr. David Alan Gilbert
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