aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-28xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2-17/+36
2022-04-28Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-4/+0
2022-04-28Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-36/+38
2022-04-28ovl: support idmapped layersChristian Brauner2-5/+1
2022-04-28ovl: handle idmappings in ovl_xattr_{g,s}et()Christian Brauner1-4/+6
2022-04-28ovl: handle idmappings in layer open helpersChristian Brauner2-4/+7
2022-04-28ovl: handle idmappings in ovl_permission()Christian Brauner1-3/+6
2022-04-28ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner5-29/+47
2022-04-28ovl: store lower path in ovl_inodeAmir Goldstein5-8/+27
2022-04-28ovl: handle idmappings for layer lookupChristian Brauner3-11/+18
2022-04-28ovl: handle idmappings for layer fileattrsChristian Brauner1-1/+1
2022-04-28ovl: use ovl_path_getxattr() wrapperChristian Brauner6-65/+111
2022-04-28ovl: use ovl_lookup_upper() wrapperChristian Brauner6-28/+37
2022-04-28ovl: use ovl_do_notify_change() wrapperChristian Brauner5-7/+37
2022-04-28ovl: pass layer mnt to ovl_open_realfile()Amir Goldstein3-9/+28
2022-04-28ovl: pass ofs to setattr operationsChristian Brauner3-10/+13
2022-04-28ovl: handle idmappings in creation operationsChristian Brauner1-11/+11
2022-04-28ovl: add ovl_upper_mnt_userns() wrapperChristian Brauner1-0/+5
2022-04-28ovl: pass ofs to creation operationsChristian Brauner6-97/+121
2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein8-54/+75
2022-04-28exportfs: support idmapped mountsChristian Brauner1-2/+3
2022-04-28fs: add two trivial lookup helpersChristian Brauner1-10/+60
2022-04-28gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher1-4/+0
2022-04-27btrfs: skip compression property for anything other than files and dirsFilipe Manana3-0/+47
2022-04-27btrfs: do not BUG_ON() on failure to update inode when setting xattrFilipe Manana1-2/+4
2022-04-27btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-04-27btrfs: do not allow compression on nodatacow filesChung-Chiang Cheng3-7/+14
2022-04-27btrfs: export a helper for compression hard checkChung-Chiang Cheng2-13/+13
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner1-5/+1
2022-04-27xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong1-14/+38
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong3-59/+28
2022-04-27xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong1-1/+4
2022-04-27kernfs: fix NULL dereferencing in kernfs_removeMinchan Kim1-1/+6
2022-04-27Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds1-5/+41
2022-04-27kernfs: Remove reference counting for kernfs_open_node.Imran Khan1-14/+9
2022-04-26io_uring: check reserved fields for recv/recvmsgJens Axboe1-0/+2
2022-04-26io_uring: check reserved fields for send/sendmsgJens Axboe1-0/+2
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren3-0/+49
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-1/+1
2022-04-26Merge tag 'gfs2-v5.18-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2022-04-26Merge tag 'for-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds9-28/+75
2022-04-26afs: Prefer struct_size over open coded arithmeticLen Baker1-2/+1
2022-04-26gfs2: Don't re-check for write past EOF unnecessarilyAndreas Gruenbacher1-1/+1
2022-04-26io_uring: add io_uring_get_opcodeDylan Yudaken1-0/+101
2022-04-26xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen1-1/+0
2022-04-26xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster1-3/+4
2022-04-26xfs: improve __xfs_set_aclYang Xu2-5/+5
2022-04-25NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust1-1/+11
2022-04-25io_uring: fix compile warning for 32-bit buildsJens Axboe1-1/+1
2022-04-25f2fs: replace usage of found with dedicated list iterator variableJakob Koschel1-14/+13