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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
xfs: speed up write operations by using non-overlapped lookups when possible
Darrick J. Wong
2
-17
/
+36
2022-04-28
Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
1
-4
/
+0
2022-04-28
Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-36
/
+38
2022-04-28
ovl: support idmapped layers
Christian Brauner
2
-5
/
+1
2022-04-28
ovl: handle idmappings in ovl_xattr_{g,s}et()
Christian Brauner
1
-4
/
+6
2022-04-28
ovl: handle idmappings in layer open helpers
Christian Brauner
2
-4
/
+7
2022-04-28
ovl: handle idmappings in ovl_permission()
Christian Brauner
1
-3
/
+6
2022-04-28
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
5
-29
/
+47
2022-04-28
ovl: store lower path in ovl_inode
Amir Goldstein
5
-8
/
+27
2022-04-28
ovl: handle idmappings for layer lookup
Christian Brauner
3
-11
/
+18
2022-04-28
ovl: handle idmappings for layer fileattrs
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
6
-65
/
+111
2022-04-28
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
6
-28
/
+37
2022-04-28
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
5
-7
/
+37
2022-04-28
ovl: pass layer mnt to ovl_open_realfile()
Amir Goldstein
3
-9
/
+28
2022-04-28
ovl: pass ofs to setattr operations
Christian Brauner
3
-10
/
+13
2022-04-28
ovl: handle idmappings in creation operations
Christian Brauner
1
-11
/
+11
2022-04-28
ovl: add ovl_upper_mnt_userns() wrapper
Christian Brauner
1
-0
/
+5
2022-04-28
ovl: pass ofs to creation operations
Christian Brauner
6
-97
/
+121
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
8
-54
/
+75
2022-04-28
exportfs: support idmapped mounts
Christian Brauner
1
-2
/
+3
2022-04-28
fs: add two trivial lookup helpers
Christian Brauner
1
-10
/
+60
2022-04-28
gfs2: No short reads or writes upon glock contention
Andreas Gruenbacher
1
-4
/
+0
2022-04-27
btrfs: skip compression property for anything other than files and dirs
Filipe Manana
3
-0
/
+47
2022-04-27
btrfs: do not BUG_ON() on failure to update inode when setting xattr
Filipe Manana
1
-2
/
+4
2022-04-27
btrfs: always log symlinks in full mode
Filipe Manana
1
-1
/
+13
2022-04-27
btrfs: do not allow compression on nodatacow files
Chung-Chiang Cheng
3
-7
/
+14
2022-04-27
btrfs: export a helper for compression hard check
Chung-Chiang Cheng
2
-13
/
+13
2022-04-27
x86/aperfmperf: Replace aperfmperf_get_khz()
Thomas Gleixner
1
-5
/
+1
2022-04-27
xfs: speed up rmap lookups by using non-overlapped lookups when possible
Darrick J. Wong
1
-14
/
+38
2022-04-27
xfs: simplify xfs_rmap_lookup_le call sites
Darrick J. Wong
3
-59
/
+28
2022-04-27
xfs: capture buffer ops in the xfs_buf tracepoints
Darrick J. Wong
1
-1
/
+4
2022-04-27
kernfs: fix NULL dereferencing in kernfs_remove
Minchan Kim
1
-1
/
+6
2022-04-27
Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs
Linus Torvalds
1
-5
/
+41
2022-04-27
kernfs: Remove reference counting for kernfs_open_node.
Imran Khan
1
-14
/
+9
2022-04-26
io_uring: check reserved fields for recv/recvmsg
Jens Axboe
1
-0
/
+2
2022-04-26
io_uring: check reserved fields for send/sendmsg
Jens Axboe
1
-0
/
+2
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
3
-0
/
+49
2022-04-26
fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
Guo Ren
1
-1
/
+1
2022-04-26
Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
Linus Torvalds
1
-1
/
+1
2022-04-26
Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
9
-28
/
+75
2022-04-26
afs: Prefer struct_size over open coded arithmetic
Len Baker
1
-2
/
+1
2022-04-26
gfs2: Don't re-check for write past EOF unnecessarily
Andreas Gruenbacher
1
-1
/
+1
2022-04-26
io_uring: add io_uring_get_opcode
Dylan Yudaken
1
-0
/
+101
2022-04-26
xfs: revert "xfs: actually bump warning counts when we send warnings"
Eric Sandeen
1
-1
/
+0
2022-04-26
xfs: fix soft lockup via spinning in filestream ag selection loop
Brian Foster
1
-3
/
+4
2022-04-26
xfs: improve __xfs_set_acl
Yang Xu
2
-5
/
+5
2022-04-25
NFSv4: Don't invalidate inode attributes on delegation return
Trond Myklebust
1
-1
/
+11
2022-04-25
io_uring: fix compile warning for 32-bit builds
Jens Axboe
1
-1
/
+1
2022-04-25
f2fs: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-14
/
+13
[prev]
[next]