summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2026-01-13do_filp_open(): DTRT when getting ERR_PTR() as pathnameAl Viro-0/+2
2026-01-13ksmbd_vfs_rename(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro-5/+0
2026-01-13ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as nameAl Viro-3/+0
2026-01-13move_mount(): filename_lookup() accepts ERR_PTR() as filenameAl Viro-6/+0
2026-01-13file_setattr(): filename_lookup() accepts ERR_PTR() as filenameAl Viro-3/+0
2026-01-13file_getattr(): filename_lookup() accepts ERR_PTR() as filenameAl Viro-3/+0
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro-6/+6
2026-01-13allow incomplete imports of filenamesAl Viro-5/+61
2026-01-13switch __getname_maybe_null() to CLASS(filename_flags)Al Viro-7/+5
2026-01-13fs: hide names_cache behind runtime const machineryMateusz Guzik-6/+10
2026-01-13struct filename: saner handling of long namesAl Viro-54/+33
2026-01-13struct filename: use names_cachep only for getname() and friendsAl Viro-16/+31
2026-01-13getname_flags() massage, part 2Al Viro-27/+29
2026-01-13getname_flags() massage, part 1Al Viro-17/+16
2026-01-13ntfs: ->d_compare() must not blockAl Viro-24/+20
2026-01-13get rid of audit_reusename()Al Viro-8/+3
2026-01-13do_readlinkat(): import pathname only onceAl Viro-3/+3
2026-01-13do_sys_truncate(): import pathname only onceAl Viro-1/+4
2026-01-13user_statfs(): import pathname only onceAl Viro-1/+3
2026-01-13chroot(2): import pathname only onceAl Viro-1/+3
2026-01-13chdir(2): import pathname only onceAl Viro-1/+3
2026-01-13do_utimes_path(): import pathname only onceAl Viro-6/+7
2026-01-13do_fchownat(): import pathname only onceAl Viro-5/+6
2026-01-13do_fchmodat(): import pathname only onceAl Viro-4/+4
2026-01-13do_faccessat(): import pathname only onceAl Viro-3/+4
2026-01-13init_link(): turn into a trivial wrapper for do_linkat()Al Viro-31/+2
2026-01-13init_symlink(): turn into a trivial wrapper for do_symlinkat()Al Viro-13/+2
2026-01-13init_mkdir(): turn into a trivial wrapper for do_mkdirat()Al Viro-18/+1
2026-01-13init_mknod(): turn into a trivial wrapper for do_mknodat()Al Viro-21/+3
2026-01-13Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster-5/+6
2026-01-13xfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)-1/+1
2026-01-13xfs: improve the assert at the top of xfs_log_coverChristoph Hellwig-3/+5
2026-01-13xfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig-1/+2
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig-27/+25
2026-01-13xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)-1/+1
2026-01-13ext4: convert to new fserror helpersDarrick J. Wong-4/+11
2026-01-13xfs: translate fsdax media errors into file "data lost" errors when convenientDarrick J. Wong-0/+4
2026-01-13xfs: report fs metadata errors via fsnotifyDarrick J. Wong-0/+18
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong-1/+40
2026-01-13fs: report filesystem and file I/O errors to fsnotifyDarrick J. Wong-1/+198
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong-15/+0
2026-01-13romfs: check sb_set_blocksize() return valueDeepanshu Kartikey-1/+4
2026-01-13fuse: add setlease file operationJeff Layton-0/+1
2026-01-12ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filenameThorsten Blum-14/+4
2026-01-12NFS: Don't immediately return directory delegations when disabledAnna Schumaker-1/+1
2026-01-12fs: add immutable rootfsChristian Brauner-12/+143
2026-01-12fs: add init_pivot_root()Christian Brauner-47/+72
2026-01-12fs: ensure that internal tmpfs mount gets mount id zeroChristian Brauner-1/+1
2026-01-12btrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang-2/+6