index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-22
btrfs: rework error handling of run_delalloc_nocow()
Qu Wenruo
1
-59
/
+61
2025-09-22
btrfs: add mount option for ref_tracker
Leo Martins
3
-0
/
+23
2025-09-22
btrfs: print leaked references in kill_all_delayed_nodes()
Leo Martins
2
-0
/
+9
2025-09-22
btrfs: implement ref_tracker for delayed_nodes
Leo Martins
3
-55
/
+191
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
22
-76
/
+72
2025-09-22
btrfs: move ref-verify under CONFIG_BTRFS_DEBUG
Leo Martins
7
-32
/
+11
2025-09-22
btrfs: use PTR_ERR_OR_ZERO() to simplify code inbtrfs_control_ioctl()
Xichao Zhao
1
-4
/
+1
2025-09-22
btrfs: simplify support block size check
Qu Wenruo
4
-21
/
+41
2025-09-22
btrfs: use blocksize to check if compression is making things larger
Qu Wenruo
2
-2
/
+4
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
6
-25
/
+18
2025-09-22
btrfs: zoned: refine extent allocator hint selection
Naohiro Aota
1
-2
/
+4
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
5
-3
/
+97
2025-09-22
btrfs: remove duplicate inclusion of linux/types.h
Jiapeng Chong
1
-1
/
+0
2025-09-22
btrfs: zoned: return error from btrfs_zone_finish_endio()
Johannes Thumshirn
3
-9
/
+15
2025-09-22
btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_wor...
Johannes Thumshirn
1
-1
/
+5
2025-09-22
btrfs: collapse unaccount_log_buffer() into clean_log_buffer()
Filipe Manana
1
-30
/
+21
2025-09-22
btrfs: use local key variable to pass arguments in replay_one_extent()
Filipe Manana
1
-3
/
+1
2025-09-22
btrfs: process inline extent earlier in replay_one_extent()
Filipe Manana
1
-164
/
+163
2025-09-22
btrfs: exit early when replaying hole file extent item from a log tree
Filipe Manana
1
-135
/
+126
2025-09-22
btrfs: abort transaction where errors happen during log tree replay
Filipe Manana
1
-51
/
+186
2025-09-22
btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()
Filipe Manana
1
-1
/
+1
2025-09-22
btrfs: use local variable for the transaction handle in replay_one_buffer()
Filipe Manana
1
-17
/
+11
2025-09-22
btrfs: abort transaction in the process_one_buffer() log tree walk callback
Filipe Manana
1
-4
/
+16
2025-09-22
btrfs: abort transaction on specific error places when walking log tree
Filipe Manana
1
-5
/
+28
2025-09-22
btrfs: replace double boolean parameters of cow_file_range()
Qu Wenruo
1
-15
/
+17
2025-09-21
smb: client: handle unlink(2) of files open by different clients
Paulo Alcantara
1
-11
/
+88
2025-09-21
smb: server: use disable_work_sync in transport_rdma.c
Stefan Metzmacher
1
-3
/
+3
2025-09-21
smb: server: don't use delayed_work for post_recv_credits_work
Stefan Metzmacher
1
-10
/
+8
2025-09-21
nfsd: Don't force CRYPTO_LIB_SHA256 to be built-in
Eric Biggers
1
-1
/
+1
2025-09-21
nfsd: nfserr_jukebox in nlm_fopen should lead to a retry
Olga Kornievskaia
1
-0
/
+15
2025-09-21
NFSD: Reduce DRC bucket size
Chuck Lever
1
-1
/
+1
2025-09-21
NFSD: Delay adding new entries to LRU
Chuck Lever
1
-13
/
+0
2025-09-21
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
4
-11
/
+6
2025-09-21
NFS: Remove rpcbind cleanup for NFSv4.0 callback
Chuck Lever
1
-5
/
+3
2025-09-21
NFSD: Drop redundant conversion to bool
Xichao Zhao
1
-1
/
+1
2025-09-21
nfsd: decouple the xprtsec policy check from check_nfsd_access()
Scott Mayhew
3
-26
/
+83
2025-09-21
NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
Thorsten Blum
1
-1
/
+1
2025-09-21
nfsd: Eliminate an allocation in nfs4_make_rec_clidname()
Eric Biggers
2
-12
/
+7
2025-09-21
nfsd: Replace open-coded conversion of bytes to hex
Eric Biggers
1
-16
/
+2
2025-09-21
lockd: Remove space before newline
Colin Ian King
1
-1
/
+1
2025-09-21
nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation
Jeff Layton
3
-3
/
+69
2025-09-21
nfsd: fix timestamp updates in CB_GETATTR
Jeff Layton
1
-6
/
+5
2025-09-21
nfsd: fix SETATTR updates for delegated timestamps
Jeff Layton
3
-14
/
+44
2025-09-21
nfsd: track original timestamps in nfs4_delegation
Jeff Layton
2
-3
/
+13
2025-09-21
nfsd: use ATTR_CTIME_SET for delegated ctime updates
Jeff Layton
2
-4
/
+5
2025-09-21
vfs: add ATTR_CTIME_SET flag
Jeff Layton
1
-25
/
+19
2025-09-21
nfsd: ignore ATTR_DELEG when checking ia_valid before notify_change()
Jeff Layton
1
-1
/
+1
2025-09-21
nfsd: fix assignment of ia_ctime.tv_nsec on delegated mtime update
Jeff Layton
1
-1
/
+1
2025-09-21
NFSD: Fix last write offset handling in layoutcommit
Sergey Bashirov
2
-18
/
+17
2025-09-21
NFSD: Implement large extent array support in pNFS
Sergey Bashirov
7
-46
/
+78
[prev]
[next]