index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-11
lockd: fix nlm_close_files
Jeff Layton
1
-5
/
+4
2022-07-11
Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+3
2022-07-11
lockd: set fl_owner when unlocking files
Jeff Layton
1
-2
/
+3
2022-07-11
NFSD: Decode NFSv4 birth time attribute
Chuck Lever
2
-1
/
+11
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
1
-1
/
+1
2022-07-10
NFS: Fix case insensitive renames
Trond Myklebust
1
-0
/
+4
2022-07-10
pNFS/files: Handle RDMA connection errors correctly
Trond Myklebust
1
-0
/
+2
2022-07-10
pNFS/flexfiles: Report RDMA connection errors to the server
Trond Myklebust
1
-0
/
+4
2022-07-10
Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING"
Trond Myklebust
1
-1
/
+0
2022-07-10
Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+3
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
11
-29
/
+12
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
16
-104
/
+121
2022-07-09
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
23
-83
/
+95
2022-07-09
xfs: removed useless condition in function xfs_attr_node_get
Andrey Strachuk
1
-1
/
+1
2022-07-09
xfs: add selinux labels to whiteout inodes
Eric Sandeen
3
-7
/
+21
2022-07-09
Merge tag 'xfs-perag-conv-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeA
Darrick J. Wong
40
-522
/
+486
2022-07-09
Merge tag 'xfs-cil-scale-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs into xfs-5.20-mergeA
Darrick J. Wong
8
-151
/
+446
2022-07-09
io_uring: check that we have a file table when allocating update slots
Jens Axboe
1
-0
/
+3
2022-07-08
Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
3
-7
/
+26
2022-07-09
erofs: avoid consecutive detection for Highmem memory
Gao Xiang
1
-6
/
+10
2022-07-09
erofs: wake up all waiters after z_erofs_lzma_head ready
Yuwen Chen
1
-0
/
+1
2022-07-08
Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2022-07-08
btrfs: zoned: drop optimization of zone finish
Naohiro Aota
1
-15
/
+6
2022-07-08
btrfs: zoned: fix a leaked bioc in read_zone_info
Christoph Hellwig
1
-5
/
+8
2022-07-08
btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents
Filipe Manana
1
-1
/
+13
2022-07-08
ovl: turn of SB_POSIXACL with idmapped layers temporarily
Christian Brauner
1
-1
/
+24
2022-07-07
io_uring: explicit sqe padding for ioctl commands
Pavel Begunkov
1
-1
/
+1
2022-07-07
xfs: rework xfs_buf_incore() API
Dave Chinner
5
-37
/
+41
2022-07-07
xfs: make is_log_ag() a first class helper
Dave Chinner
8
-17
/
+18
2022-07-07
xfs: replace xfs_ag_block_count() with perag accesses
Dave Chinner
3
-13
/
+11
2022-07-07
xfs: Pre-calculate per-AG agino geometry
Dave Chinner
10
-81
/
+95
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
17
-82
/
+115
2022-07-07
xfs: pass perag to xfs_alloc_read_agfl
Dave Chinner
4
-19
/
+20
2022-07-07
xfs: pass perag to xfs_alloc_put_freelist
Dave Chinner
5
-18
/
+10
2022-07-07
xfs: pass perag to xfs_alloc_get_freelist
Dave Chinner
5
-22
/
+13
2022-07-07
xfs: pass perag to xfs_read_agf
Dave Chinner
2
-16
/
+14
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
4
-43
/
+40
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
20
-83
/
+70
2022-07-07
xfs: kill xfs_alloc_pagf_init()
Dave Chinner
7
-41
/
+19
2022-07-07
xfs: pass perag to xfs_ialloc_read_agi()
Dave Chinner
7
-36
/
+31
2022-07-07
xfs: kill xfs_ialloc_pagi_init()
Dave Chinner
3
-36
/
+16
2022-07-07
xfs: make last AG grow/shrink perag centric
Dave Chinner
4
-41
/
+40
2022-07-07
xfs: xlog_sync() manually adjusts grant head space
Dave Chinner
3
-17
/
+41
2022-07-07
xfs: avoid cil push lock if possible
Dave Chinner
1
-3
/
+11
2022-07-07
xfs: move CIL ordering to the logvec chain
Dave Chinner
2
-5
/
+12
2022-07-07
xfs: convert log vector chain to use list heads
Dave Chinner
6
-35
/
+43
2022-07-07
xfs: convert CIL to unordered per cpu lists
Dave Chinner
2
-21
/
+17
2022-07-07
xfs: Add order IDs to log items in CIL
Dave Chinner
3
-8
/
+33
2022-07-07
xfs: convert CIL busy extents to per-cpu
Dave Chinner
1
-6
/
+20
2022-07-07
xfs: track CIL ticket reservation in percpu structure
Dave Chinner
2
-4
/
+13
[prev]
[next]