summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
3 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-2/+24
3 daysMerge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-5/+8
3 daysMerge tag 'for-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds63-1402/+2409
3 daysMerge tag 'ext4_for_linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds23-279/+380
3 daysMerge tag 'pull-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-52/+14
3 daysMerge tag 'pull-ufs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-336/+222
3 daysMerge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-194/+331
3 daysMerge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds33-632/+342
3 daysMerge tag 'vfs-6.13.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-125/+105
3 daysMerge tag 'vfs-6.13.untorn.writes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-21/+209
3 daysMerge tag 'vfs-6.13.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-10/+36
3 daysMerge tag 'vfs-6.13.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+83
3 daysMerge tag 'vfs-6.13.ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-25/+111
3 daysMerge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds12-192/+192
3 daysMerge tag 'vfs-6.13.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-45/+64
3 daysMerge tag 'vfs-6.13.pagecache' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-36/+32
3 daysMerge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
3 daysMerge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds30-84/+321
3 daysMerge tag 'vfs-6.13.mount.api' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-1432/+1346
3 daysMerge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-64/+375
5 daysMerge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds2-1/+5
6 daysMerge tag 'for-6.12-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
7 daysocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
7 daysfs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter1-1/+3
7 daysMerge tag 'bcachefs-2024-11-13' of git://evilpiepirate.org/bcachefsLinus Torvalds14-19/+72
7 daysstatmount: retrieve security mount optionsChristian Brauner1-14/+60
7 daysbtrfs: fix incorrect comparison for delayed refsJosef Bacik1-1/+1
7 daysMerge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas5-2/+24
7 daysfs: reduce pointer chasing in is_mgtime() testJeff Layton1-0/+2
7 daysvfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik1-1/+1
8 daysbtrfs: validate queue limitsChristoph Hellwig1-0/+6
8 daysjbd2: Fix comment describing journal_init_common()Daniel Martín Gómez1-3/+4
8 daysext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe1-7/+13
8 daysext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum1-3/+2
8 daysext4: annotate struct fname with __counted_by()Thorsten Blum1-1/+1
8 daysext4: use str_yes_no() helper functionThorsten Blum1-1/+1
8 daysMerge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds5-11/+11
8 dayslibfs: kill empty_dir_getattr()Al Viro1-11/+0
8 daysfs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger4-27/+8
8 daysfs/stat.c: switch to CLASS(fd_raw)Al Viro1-9/+4
8 dayskill getname_statx_lookup_flags()Al Viro2-5/+2
8 daysstatmount: add flag to retrieve unescaped optionsMiklos Szeredi1-1/+46
8 daysMerge patch series "two little writeback cleanups v2"Christian Brauner1-4/+28
8 daysfs: add the ability for statmount() to report the sb_sourceJeff Layton1-1/+35
9 daysext4: prevent delalloc to nodelalloc on remountNicolas Bretz1-0/+7
9 daysjbd2: make b_frozen_data allocation always succeedZhihao Cheng2-11/+1
9 daysext4: cleanup variable name in ext4_fc_del()Dan Carpenter1-2/+2
9 daysext4: use string choices helpersR Sundar1-1/+1
9 daysjbd2: remove the 'success' parameter from the jbd2_do_replay() functionYe Bin1-9/+12