index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2025-11-26
ext4: fix string copying in parse_apply_sb_mount_options()
Fedor Pchelkin
-2
/
+3
2025-11-26
jbd2: store more accurate errno in superblock when possible
Wengang Wang
-11
/
+15
2025-11-26
jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corru...
Ye Bin
-5
/
+14
2025-11-26
kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_node
Will Rosenberg
-1
/
+4
2025-11-26
fs/kernfs: raise sb->maxbytes to MAX_LFS_FILESIZE
Jane Chu
-0
/
+1
2025-11-26
sysfs: attribute_group: enable const variants of is_visible()
Thomas Weißschuh
-2
/
+8
2025-11-26
fs: inline step_into() and walk_component()
Mateusz Guzik
-3
/
+28
2025-11-26
fs: tidy up step_into() & friends before inlining
Mateusz Guzik
-13
/
+18
2025-11-26
orangefs: use inode_update_timestamps directly
Christoph Hellwig
-1
/
+3
2025-11-26
btrfs: fix the comment on btrfs_update_time
Christoph Hellwig
-2
/
+2
2025-11-26
btrfs: use vfs_utimes to update file timestamps
Christoph Hellwig
-7
/
+4
2025-11-26
fs: export vfs_utimes
Christoph Hellwig
-0
/
+1
2025-11-26
fs: lift the FMODE_NOCMTIME check into file_update_time_flags
Christoph Hellwig
-2
/
+2
2025-11-26
fs: refactor file timestamp update logic
Christoph Hellwig
-37
/
+17
2025-11-26
gfs2: fix freeze error handling
Alexey Velichayshiy
-3
/
+1
2025-11-26
gfs2: Prevent recursive memory reclaim
Andreas Gruenbacher
-2
/
+21
2025-11-26
fuse: Uninitialized variable in fuse_epoch_work()
Dan Carpenter
-3
/
+2
2025-11-26
fuse: fix io-uring list corruption for terminated non-committed requests
Joanne Koong
-0
/
+1
2025-11-26
Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-5
/
+5
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
-0
/
+4
2025-11-25
smb: client: fix memory leak in cifs_construct_tcon()
Paulo Alcantara
-0
/
+1
2025-11-25
hfs/hfsplus: move on-disk layout declarations into hfs_common.h
Viacheslav Dubeyko
-717
/
+12
2025-11-25
hfsplus: fix volume corruption issue for generic/101
Viacheslav Dubeyko
-33
/
+65
2025-11-25
NFSD: Add trace point for SCSI fencing operation.
Dai Ngo
-1
/
+42
2025-11-25
NFSD: use correct reservation type in nfsd4_scsi_fence_client
Dai Ngo
-1
/
+2
2025-11-25
NFSD: don't start nfsd if sv_permsocks is empty
Olga Kornievskaia
-23
/
+5
2025-11-25
fs: push list presence check into inode_io_list_del()
Mateusz Guzik
-5
/
+9
2025-11-25
fs: cosmetic fixes to lru handling
Mateusz Guzik
-25
/
+27
2025-11-25
fs: rework I_NEW handling to operate without fences
Mateusz Guzik
-50
/
+64
2025-11-25
iomap: allocate s_dio_done_wq for async reads as well
Christoph Hellwig
-5
/
+5
2025-11-25
iomap: fix iomap_read_end() for already uptodate folios
Joanne Koong
-18
/
+19
2025-11-25
iomap: invert the polarity of IOMAP_DIO_INLINE_COMP
Christoph Hellwig
-19
/
+14
2025-11-25
iomap: support write completions from interrupt context
Christoph Hellwig
-11
/
+48
2025-11-25
iomap: rework REQ_FUA selection
Christoph Hellwig
-30
/
+48
2025-11-25
iomap: always run error completions in user context
Christoph Hellwig
-1
/
+12
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
-60
/
+2
2025-11-25
iomap: use find_next_bit() for uptodate bitmap scanning
Joanne Koong
-20
/
+32
2025-11-25
iomap: use find_next_bit() for dirty bitmap scanning
Joanne Koong
-20
/
+41
2025-11-25
fs/splice.c: trivial fix: pipes -> pipe's
Askar Safin
-1
/
+1
2025-11-25
fs: mark lookup_slow() as noinline
Mateusz Guzik
-1
/
+1
2025-11-25
fs: add predicts based on nd->depth
Mateusz Guzik
-6
/
+7
2025-11-25
fs/namespace: fix reference leak in grab_requested_mnt_ns
Andrei Vagin
-3
/
+4
2025-11-25
btrfs: remove unnecessary inode key in btrfs_log_all_parents()
Filipe Manana
-8
/
+4
2025-11-25
btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()
Filipe Manana
-13
/
+0
2025-11-25
btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
David Sterba
-176
/
+105
2025-11-25
btrfs: send: do not allocate memory for xattr data when checking it exists
Filipe Manana
-4
/
+8
2025-11-25
btrfs: send: add unlikely to all unexpected overflow checks
Filipe Manana
-9
/
+9
2025-11-25
btrfs: reduce arguments to btrfs_del_inode_ref_in_log()
Filipe Manana
-8
/
+8
2025-11-25
btrfs: remove root argument from btrfs_del_dir_entries_in_log()
Filipe Manana
-3
/
+2
2025-11-25
btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()
Filipe Manana
-7
/
+4
[prev]
[next]