index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-13
get rid of audit_reusename()
Al Viro
1
-8
/
+3
2026-01-13
do_readlinkat(): import pathname only once
Al Viro
1
-3
/
+3
2026-01-13
do_sys_truncate(): import pathname only once
Al Viro
1
-1
/
+4
2026-01-13
user_statfs(): import pathname only once
Al Viro
1
-1
/
+3
2026-01-13
chroot(2): import pathname only once
Al Viro
1
-1
/
+3
2026-01-13
chdir(2): import pathname only once
Al Viro
1
-1
/
+3
2026-01-13
do_utimes_path(): import pathname only once
Al Viro
1
-6
/
+7
2026-01-13
do_fchownat(): import pathname only once
Al Viro
1
-5
/
+6
2026-01-13
do_fchmodat(): import pathname only once
Al Viro
1
-4
/
+4
2026-01-13
do_faccessat(): import pathname only once
Al Viro
1
-3
/
+4
2026-01-13
init_link(): turn into a trivial wrapper for do_linkat()
Al Viro
1
-31
/
+2
2026-01-13
init_symlink(): turn into a trivial wrapper for do_symlinkat()
Al Viro
1
-13
/
+2
2026-01-13
init_mkdir(): turn into a trivial wrapper for do_mkdirat()
Al Viro
1
-18
/
+1
2026-01-13
init_mknod(): turn into a trivial wrapper for do_mknodat()
Al Viro
3
-21
/
+3
2026-01-13
Merge tag 'gfs2-for-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
1
-1
/
+1
2026-01-13
xfs: set max_agbno to allow sparse alloc of last full inode chunk
Brian Foster
1
-5
/
+6
2026-01-13
xfs: Fix xfs_grow_last_rtg()
Nirjhar Roy (IBM)
1
-1
/
+1
2026-01-13
xfs: improve the assert at the top of xfs_log_cover
Christoph Hellwig
1
-3
/
+5
2026-01-13
xfs: fix an overly long line in xfs_rtgroup_calc_geometry
Christoph Hellwig
1
-1
/
+2
2026-01-13
xfs: mark __xfs_rtgroup_extents static
Christoph Hellwig
2
-27
/
+25
2026-01-13
xfs: Fix the return value of xfs_rtcopy_summary()
Nirjhar Roy (IBM)
1
-1
/
+1
2026-01-13
ext4: convert to new fserror helpers
Darrick J. Wong
2
-4
/
+11
2026-01-13
xfs: translate fsdax media errors into file "data lost" errors when convenient
Darrick J. Wong
1
-0
/
+4
2026-01-13
xfs: report fs metadata errors via fsnotify
Darrick J. Wong
2
-0
/
+18
2026-01-13
iomap: report file I/O errors to the VFS
Darrick J. Wong
3
-1
/
+40
2026-01-13
fs: report filesystem and file I/O errors to fsnotify
Darrick J. Wong
3
-1
/
+198
2026-01-13
uapi: promote EFSCORRUPTED and EUCLEAN to errno.h
Darrick J. Wong
7
-15
/
+0
2026-01-13
romfs: check sb_set_blocksize() return value
Deepanshu Kartikey
1
-1
/
+4
2026-01-13
fuse: add setlease file operation
Jeff Layton
1
-0
/
+1
2026-01-12
ecryptfs: Replace memcpy + NUL termination in ecryptfs_copy_filename
Thorsten Blum
1
-14
/
+4
2026-01-12
NFS: Don't immediately return directory delegations when disabled
Anna Schumaker
1
-1
/
+1
2026-01-12
fs: add immutable rootfs
Christian Brauner
4
-12
/
+143
2026-01-12
fs: add init_pivot_root()
Christian Brauner
3
-47
/
+72
2026-01-12
fs: ensure that internal tmpfs mount gets mount id zero
Christian Brauner
1
-1
/
+1
2026-01-12
btrfs: fix memory leaks in create_space_info() error paths
Jiasheng Jiang
1
-2
/
+6
2026-01-12
btrfs: invalidate pages instead of truncate after reflinking
Filipe Manana
1
-10
/
+13
2026-01-12
btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTAL
Qu Wenruo
1
-1
/
+5
2026-01-12
Revert "gfs2: Fix use of bio_chain"
Andreas Gruenbacher
1
-1
/
+1
2026-01-12
xfs: enable non-blocking timestamp updates
Christoph Hellwig
1
-6
/
+12
2026-01-12
xfs: implement ->sync_lazytime
Christoph Hellwig
2
-29
/
+20
2026-01-12
fs: refactor file_update_time_flags
Christoph Hellwig
1
-16
/
+15
2026-01-12
fs: add support for non-blocking timestamp updates
Christoph Hellwig
7
-11
/
+50
2026-01-12
fs: add a ->sync_lazytime method
Christoph Hellwig
1
-2
/
+11
2026-01-12
fs: factor out a sync_lazytime helper
Christoph Hellwig
4
-14
/
+20
2026-01-12
fs: refactor ->update_time handling
Christoph Hellwig
14
-142
/
+135
2026-01-12
fat: cleanup the flags for fat_truncate_time
Christoph Hellwig
7
-51
/
+44
2026-01-12
nfs: split nfs_update_timestamps
Christoph Hellwig
1
-16
/
+15
2026-01-12
fs: allow error returns from generic_update_time
Christoph Hellwig
4
-12
/
+7
2026-01-12
fs: remove inode_update_time
Christoph Hellwig
1
-15
/
+8
2026-01-12
writeback: fix 100% CPU usage when dirtytime_expire_interval is 0
Laveesh Bansal
1
-4
/
+10
[prev]
[next]