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-28
ext4: support large block size in ext4_mpage_readpages()
Baokun Li
-5
/
+2
2025-11-28
ext4: rename 'page' references to 'folio' in multi-block allocator
Zhihao Cheng
-11
/
+11
2025-11-28
ext4: prepare buddy cache inode for BS > PS with large folios
Baokun Li
-0
/
+2
2025-11-28
ext4: support large block size in ext4_mb_init_cache()
Baokun Li
-24
/
+20
2025-11-28
ext4: support large block size in ext4_mb_get_buddy_page_lock()
Baokun Li
-20
/
+22
2025-11-28
ext4: support large block size in ext4_mb_load_buddy_gfp()
Baokun Li
-11
/
+16
2025-11-28
ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversion
Baokun Li
-0
/
+6
2025-11-28
ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
Baokun Li
-18
/
+15
2025-11-28
ext4: support large block size in ext4_readdir()
Baokun Li
-4
/
+4
2025-11-28
ext4: support large block size in ext4_calculate_overhead()
Baokun Li
-3
/
+3
2025-11-28
ext4: introduce s_min_folio_order for future BS > PS support
Baokun Li
-6
/
+10
2025-11-28
ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
Baokun Li
-2
/
+1
2025-11-28
ext4: make ext4_punch_hole() support large block size
Baokun Li
-3
/
+3
2025-11-28
ext4: remove PAGE_SIZE checks for rec_len conversion
Baokun Li
-12
/
+0
2025-11-28
ext4: remove page offset calculation in ext4_block_truncate_page()
Baokun Li
-3
/
+2
2025-11-28
ext4: remove page offset calculation in ext4_block_zero_page_range()
Zhihao Cheng
-2
/
+1
2025-11-28
afs: Fix uninit var in afs_alloc_anon_key()
David Howells
-1
/
+2
2025-11-28
ubifs: vmalloc(array_size()) -> vmalloc_array()
Qianfeng Rong
-6
/
+6
2025-11-28
ubifs: Remove unnecessary variable assignments
Xichao Zhao
-8
/
+1
2025-11-28
ubifs: Simplify the code using ubifs_crc_node
Xichao Zhao
-10
/
+3
2025-11-28
ubifs: Remove unnecessary parameters '*c'
Xichao Zhao
-3
/
+3
2025-11-28
Merge tag 'vfs-6.18-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-48
/
+55
2025-11-28
erofs: enable error reporting for z_erofs_stream_switch_bufs()
Gao Xiang
-23
/
+18
2025-11-28
erofs: improve Zstd, LZMA and DEFLATE error strings
Gao Xiang
-11
/
+20
2025-11-28
erofs: improve decompression error reporting
Gao Xiang
-37
/
+40
2025-11-28
erofs: tidy up z_erofs_lz4_handle_overlap()
Gao Xiang
-39
/
+46
2025-11-28
file: convert replace_fd() to FD_PREPARE()
Christian Brauner
-11
/
+8
2025-11-28
exec: convert begin_new_exec() to FD_ADD()
Christian Brauner
-2
/
+1
2025-11-28
xfs: convert xfs_open_by_handle() to FD_PREPARE()
Christian Brauner
-39
/
+17
2025-11-28
userfaultfd: convert new_userfaultfd() to FD_PREPARE()
Christian Brauner
-20
/
+10
2025-11-28
timerfd: convert timerfd_create() to FD_ADD()
Christian Brauner
-20
/
+9
2025-11-28
signalfd: convert do_signalfd4() to FD_ADD()
Christian Brauner
-18
/
+11
2025-11-28
open: convert do_sys_openat2() to FD_ADD()
Christian Brauner
-14
/
+3
2025-11-28
eventpoll: convert do_epoll_create() to FD_PREPARE()
Christian Brauner
-22
/
+10
2025-11-28
autofs: convert autofs_dev_ioctl_open_mountpoint() to FD_ADD()
Christian Brauner
-24
/
+6
2025-11-28
nsfs: convert ns_ioctl() to FD_PREPARE()
Christian Brauner
-23
/
+12
2025-11-28
nsfs: convert open_namespace() to FD_PREPARE()
Christian Brauner
-11
/
+1
2025-11-28
fanotify: convert fanotify_init() to FD_PREPARE()
Christian Brauner
-38
/
+22
2025-11-28
namespace: convert fsmount() to FD_PREPARE()
Christian Brauner
-40
/
+30
2025-11-28
namespace: convert open_tree_attr() to FD_PREPARE()
Christian Brauner
-13
/
+6
2025-11-28
namespace: convert open_tree() to FD_ADD()
Christian Brauner
-13
/
+1
2025-11-28
fhandle: convert do_handle_open() to FD_ADD()
Christian Brauner
-17
/
+13
2025-11-28
eventfd: convert do_eventfd() to FD_PREPARE()
Christian Brauner
-20
/
+11
2025-11-28
anon_inodes: convert to FD_ADD()
Christian Brauner
-21
/
+2
2025-11-28
afs: Fix delayed allocation of a cell's anonymous key
David Howells
-43
/
+49
2025-11-28
ovl: remove unneeded semicolon
Chen Ni
-1
/
+1
2025-11-28
ovl: fail ovl_lock_rename_workdir() if either target is unhashed
NeilBrown
-2
/
+2
2025-11-28
dcache: touch up predicts in __d_lookup_rcu()
Mateusz Guzik
-3
/
+12
2025-11-28
filelock: __fcntl_getlease: fix kernel-doc warnings
Randy Dunlap
-1
/
+2
2025-11-28
nfsd: fix end_creating() conversion
Neil Brown
-4
/
+5
[prev]
[next]