aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-17proc: use __auto_type moreAlexey Dobriyan1-23/+8
2024-09-09ocfs2: cleanup return value and mlog in ocfs2_global_read_info()Joseph Qi1-6/+9
2024-09-09nilfs2: remove duplicate 'unlikely()' usageKunwu Chan1-1/+1
2024-09-09nilfs2: fix potential oob read in nilfs_btree_check_delete()Ryusuke Konishi1-2/+5
2024-09-09nilfs2: determine empty node blocks as corruptedRyusuke Konishi1-1/+1
2024-09-09nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()Ryusuke Konishi1-1/+2
2024-09-09squashfs: fix percpu address space issues in decompressor_multi_percpu.cUros Bizjak1-3/+3
2024-09-01nilfs2: refactor nilfs_segctor_thread()Ryusuke Konishi1-45/+40
2024-09-01nilfs2: use kthread_create and kthread_stop for the log writer threadRyusuke Konishi2-54/+31
2024-09-01nilfs2: remove sc_timer_taskRyusuke Konishi2-4/+1
2024-09-01nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()Ryusuke Konishi1-13/+0
2024-09-01nilfs2: eliminate the shared counter and spinlock for i_generationRyusuke Konishi3-15/+2
2024-09-01nilfs2: separate inode type information from i_state fieldRyusuke Konishi4-46/+28
2024-09-01nilfs2: use the BITS_PER_LONG macroRyusuke Konishi1-3/+2
2024-09-01nilfs2: use common implementation of file typeHuang Xiaojia1-39/+5
2024-09-01nfs make use of str_false_true helperHongbo Li1-6/+5
2024-09-01nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()Ryusuke Konishi1-1/+8
2024-09-01nilfs2: do not propagate ENOENT error from sufile during GCRyusuke Konishi1-8/+56
2024-09-01nilfs2: do not propagate ENOENT error from sufile during recoveryRyusuke Konishi1-1/+10
2024-09-01nilfs2: treat missing cpfile header block as metadata corruptionRyusuke Konishi1-10/+12
2024-09-01nilfs2: treat missing sufile header block as metadata corruptionRyusuke Konishi1-5/+18
2024-09-01ocfs2: use max() to improve ocfs2_dlm_seq_show()Thorsten Blum1-5/+2
2024-09-01ocfs2: fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()qasdev1-2/+2
2024-09-01ocfs2: fix unexpected zeroing of virtual diskChi Zhiling1-1/+1
2024-09-01ocfs2: remove custom swap functions in favor of built-in sort swapKuan-Wei Chiu3-33/+7
2024-09-01nilfs2: fix missing initial short descriptions of kernel-doc commentsRyusuke Konishi4-39/+32
2024-09-01nilfs2: fix inconsistencies in kernel-doc comments in segment.hRyusuke Konishi1-3/+4
2024-09-01nilfs2: describe the members of nilfs_bmap_operations structureRyusuke Konishi1-1/+14
2024-09-01nilfs2: add missing description of nilfs_btree_path structureRyusuke Konishi1-0/+1
2024-09-01nilfs2: fix incorrect kernel-doc declaration of nilfs_palloc_req structureRyusuke Konishi1-1/+1
2024-09-01nilfs2: improve kernel-doc comments for b-tree node helpersRyusuke Konishi1-9/+54
2024-09-01nilfs2: add missing argument descriptions for ioctl-related helpersRyusuke Konishi1-2/+15
2024-09-01nilfs2: add missing argument description for __nilfs_error()Ryusuke Konishi1-0/+4
2024-09-01nilfs2: do not output warnings when clearing dirty buffersRyusuke Konishi4-23/+10
2024-09-01nilfs2: add support for FS_IOC_SETFSLABELRyusuke Konishi1-0/+65
2024-09-01nilfs2: add support for FS_IOC_GETFSLABELRyusuke Konishi2-0/+39
2024-09-01nilfs2: add support for FS_IOC_GETFSSYSFSPATHRyusuke Konishi1-0/+1
2024-09-01nilfs2: add support for FS_IOC_GETUUIDRyusuke Konishi1-0/+3
2024-09-01fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko1-15/+0
2024-09-01ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-45/+93
2024-09-01Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefsLinus Torvalds5-116/+68
2024-08-31bcachefs: Mark more errors as autofixKent Overstreet1-5/+5
2024-08-31bcachefs: Revert lockless buffered IO pathKent Overstreet2-110/+40
2024-09-01Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+9
2024-09-01Merge tag 'xfs-6.11-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-48/+114
2024-08-30nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party leaseNeilBrown1-2/+9
2024-08-30Merge tag 'execve-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2024-08-30dcache: keep dentry_hashtable or d_hash_shift even when not usedStephen Brennan1-2/+7
2024-08-28cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells1-2/+14