aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2026-01-13init_link(): turn into a trivial wrapper for do_linkat()Al Viro1-31/+2
2026-01-13init_symlink(): turn into a trivial wrapper for do_symlinkat()Al Viro1-13/+2
2026-01-13init_mkdir(): turn into a trivial wrapper for do_mkdirat()Al Viro1-18/+1
2026-01-13init_mknod(): turn into a trivial wrapper for do_mknodat()Al Viro3-21/+3
2026-01-13Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster1-5/+6
2026-01-13xfs: Fix xfs_grow_last_rtg()Nirjhar Roy (IBM)1-1/+1
2026-01-13xfs: improve the assert at the top of xfs_log_coverChristoph Hellwig1-3/+5
2026-01-13xfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig1-1/+2
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig2-27/+25
2026-01-13xfs: Fix the return value of xfs_rtcopy_summary()Nirjhar Roy (IBM)1-1/+1
2026-01-13ext4: convert to new fserror helpersDarrick J. Wong2-4/+11
2026-01-13xfs: translate fsdax media errors into file "data lost" errors when convenientDarrick J. Wong1-0/+4
2026-01-13xfs: report fs metadata errors via fsnotifyDarrick J. Wong2-0/+18
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong3-1/+40
2026-01-13fs: report filesystem and file I/O errors to fsnotifyDarrick J. Wong3-1/+198
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong7-15/+0
2026-01-13romfs: check sb_set_blocksize() return valueDeepanshu Kartikey1-1/+4
2026-01-13fuse: add setlease file operationJeff Layton1-0/+1
2026-01-12ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filenameThorsten Blum1-14/+4
2026-01-12NFS: Don't immediately return directory delegations when disabledAnna Schumaker1-1/+1
2026-01-12fs: add immutable rootfsChristian Brauner4-12/+143
2026-01-12fs: add init_pivot_root()Christian Brauner3-47/+72
2026-01-12fs: ensure that internal tmpfs mount gets mount id zeroChristian Brauner1-1/+1
2026-01-12btrfs: fix memory leaks in create_space_info() error pathsJiasheng Jiang1-2/+6
2026-01-12btrfs: invalidate pages instead of truncate after reflinkingFilipe Manana1-10/+13
2026-01-12btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTALQu Wenruo1-1/+5
2026-01-12Revert "gfs2: Fix use of bio_chain"Andreas Gruenbacher1-1/+1
2026-01-12xfs: enable non-blocking timestamp updatesChristoph Hellwig1-6/+12
2026-01-12xfs: implement ->sync_lazytimeChristoph Hellwig2-29/+20
2026-01-12fs: refactor file_update_time_flagsChristoph Hellwig1-16/+15
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig7-11/+50
2026-01-12fs: add a ->sync_lazytime methodChristoph Hellwig1-2/+11
2026-01-12fs: factor out a sync_lazytime helperChristoph Hellwig4-14/+20
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig14-142/+135
2026-01-12fat: cleanup the flags for fat_truncate_timeChristoph Hellwig7-51/+44
2026-01-12nfs: split nfs_update_timestampsChristoph Hellwig1-16/+15
2026-01-12fs: allow error returns from generic_update_timeChristoph Hellwig4-12/+7
2026-01-12fs: remove inode_update_timeChristoph Hellwig1-15/+8
2026-01-12writeback: fix 100% CPU usage when dirtytime_expire_interval is 0Laveesh Bansal1-4/+10
2026-01-12readdir: require opt-in for d_type flagsAmir Goldstein1-0/+3
2026-01-12fs: remove simple_nosetlease()Jeff Layton12-33/+0
2026-01-12filelock: default to returning -EINVAL when ->setlease operation is NULLJeff Layton1-2/+1
2026-01-12xfs: add setlease file operationJeff Layton1-0/+3
2026-01-12ufs: add setlease file operationJeff Layton2-0/+4
2026-01-12udf: add setlease file operationJeff Layton2-0/+4
2026-01-12tmpfs: add setlease file operationJeff Layton1-0/+2
2026-01-12squashfs: add setlease file operationJeff Layton2-1/+5
2026-01-12overlayfs: add setlease file operationJeff Layton2-0/+4
2026-01-12orangefs: add setlease file operationJeff Layton2-1/+4