aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-11-15ovl: Optimize override/revert credsVinicius Costa Gomes2-3/+11
2024-11-14ocfs2: uncache inode which has failed entering the groupDmitry Antipov1-0/+2
2024-11-14fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter1-1/+3
2024-11-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore1-0/+3
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski43-164/+275
2024-11-14jffs2: remove redundant check on outpos > posColin Ian King1-5/+0
2024-11-14fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane1-4/+4
2024-11-14jffs2: Correct some typos in commentsShen Lichuan2-2/+2
2024-11-14jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-11-14jffs2: Use str_yes_no() helper functionThorsten Blum1-4/+5
2024-11-14ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-11-14ubifs: xattr: remove unused anonymous enumPascal Eberhard1-13/+0
2024-11-14Merge tag 'bcachefs-2024-11-13' of git://evilpiepirate.org/bcachefsLinus Torvalds14-19/+72
2024-11-14ubifs: Reduce kfree() calls in ubifs_purge_xattrs()Markus Elfring1-4/+2
2024-11-14ubifs: Call iput(xino) only once in ubifs_purge_xattrs()Markus Elfring1-3/+1
2024-11-14ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-11-14ubifs: Convert to use ERR_CAST()Shen Lichuan1-2/+2
2024-11-14ubifs: add support for FS_IOC_GETFSSYSFSPATHHongbo Li1-0/+2
2024-11-14ubifs: remove unused ioctl flags GETFLAGS/SETFLAGSHongbo Li1-6/+0
2024-11-14ubifs: Display the inode number when orphan twice happensLiu Mingrui1-1/+1
2024-11-14ubifs: Remove ineffective function ubifs_evict_xattr_inode()Zhihao Cheng3-27/+0
2024-11-14ubifs: ubifs_jnl_write_inode: Only check once for the limitation of xattr countZhihao Cheng1-6/+6
2024-11-14statmount: retrieve security mount optionsChristian Brauner1-14/+60
2024-11-14btrfs: fix incorrect comparison for delayed refsJosef Bacik1-1/+1
2024-11-14ovl: pass an explicit reference of creators creds to callersAmir Goldstein1-12/+22
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas5-2/+24
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton1-0/+2
2024-11-14vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik1-1/+1
2024-11-14configfs: improve item creation performanceSeamus Connor2-10/+34
2024-11-14configfs: remove unused configfs_hash_and_removeDr. David Alan Gilbert2-27/+0
2024-11-13btrfs: validate queue limitsChristoph Hellwig1-0/+6
2024-11-13jbd2: Fix comment describing journal_init_common()Daniel Martín Gómez1-3/+4
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe1-7/+13
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum1-3/+2
2024-11-13ext4: annotate struct fname with __counted_by()Thorsten Blum1-1/+1
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum1-1/+1
2024-11-13fsnotify: fix sending inotify event with unexpected filenameAmir Goldstein1-10/+13
2024-11-13Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...Linus Torvalds5-11/+11
2024-11-13libfs: kill empty_dir_getattr()Al Viro1-11/+0
2024-11-13fs: Simplify getattr interface function checking AT_GETATTR_NOSEC flagStefan Berger4-27/+8
2024-11-13fs/stat.c: switch to CLASS(fd_raw)Al Viro1-9/+4
2024-11-13kill getname_statx_lookup_flags()Al Viro2-5/+2
2024-11-13statmount: add flag to retrieve unescaped optionsMiklos Szeredi1-1/+46
2024-11-13dquot.c: get rid of include ../internal.hAl Viro1-1/+0
2024-11-13Merge patch series "two little writeback cleanups v2"Christian Brauner1-4/+28
2024-11-13fs: add the ability for statmount() to report the sb_sourceJeff Layton1-1/+35
2024-11-12ext4: prevent delalloc to nodelalloc on remountNicolas Bretz1-0/+7
2024-11-12jbd2: make b_frozen_data allocation always succeedZhihao Cheng2-11/+1
2024-11-12ext4: cleanup variable name in ext4_fc_del()Dan Carpenter1-2/+2
2024-11-12ext4: use string choices helpersR Sundar1-1/+1