aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-1429/+1510
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+91
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2021-04-28Orangef: implement orangefs_readahead.Mike Marshall2-103/+53
2021-04-27smb3.1.1: enable negotiating stronger encryption by defaultSteve French1-1/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+4
2021-04-27seq_file: Add a seq_bprintf functionFlorent Revest1-0/+18
2021-04-27ceph: don't allow access to MDS-private inodesJeff Layton4-0/+42
2021-04-27ceph: fix up some bare fetches of i_sizeJeff Layton4-16/+16
2021-04-27ceph: convert some PAGE_SIZE invocations to thp_size()Jeff Layton1-26/+25
2021-04-27ceph: support getting ceph.dir.rsnaps vxattrYanhu Cao5-2/+18
2021-04-27ceph: drop pinned_page parameter from ceph_get_capsJeff Layton4-26/+13
2021-04-27ceph: fix inode leak on getattr error in __fh_to_dentryJeff Layton1-1/+3
2021-04-27ceph: only check pool permissions for regular filesJeff Layton1-0/+4
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li2-2/+80
2021-04-27ceph: avoid counting the same request twice or moreXiubo Li1-10/+10
2021-04-27ceph: rename the metric helpersXiubo Li6-35/+35
2021-04-27ceph: fix kerneldoc copypasta over ceph_start_io_directJeff Layton1-1/+1
2021-04-27ceph: use attach/detach_page_private for tracking snap contextJeff Layton1-11/+7
2021-04-27ceph: don't use d_add in ceph_handle_snapdirJeff Layton3-14/+25
2021-04-27ceph: don't clobber i_snap_caps on non-I_NEW inodeJeff Layton1-4/+5
2021-04-27ceph: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-04-27ceph: convert ceph_readpages to ceph_readaheadJeff Layton1-199/+31
2021-04-27ceph: convert ceph_write_begin to netfs_write_beginJeff Layton1-129/+57
2021-04-27ceph: convert ceph_readpage to netfs_readpageJeff Layton3-10/+195
2021-04-27ceph: fix fscache invalidationJeff Layton2-0/+2
2021-04-27ceph: rework PageFsCache handlingJeff Layton2-1/+9
2021-04-27ceph: rip out old fscache readpage handlingJeff Layton5-254/+3
2021-04-27Merge remote-tracking branch 'dhowells/netfs-lib'Ilya Dryomov20-6/+1931
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds3-1/+9
2021-04-27Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds10-1009/+767
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds20-6/+1931
2021-04-27Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds5-18/+13
2021-04-27Merge tag 'fs.idmapped.docs.v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-17/+12
2021-04-27Merge tag 'iomap-5.13-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-16/+22
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds67-1995/+1641
2021-04-27Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-34/+45
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds27-156/+218
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds18-30/+38
2021-04-27Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-3/+22
2021-04-27Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2021-04-27io_uring: maintain drain logic for multishot poll requestsHao Xu1-1/+5
2021-04-27io_uring: Check current->io_uring in io_uring_cancel_sqpollPalash Oswal1-0/+2
2021-04-27exfat: speed up iterate/lookup by fixing start point of traversing cluster chainHyeongseok Kim3-8/+22
2021-04-27exfat: improve write performance when dirsync enabledHyeongseok Kim6-9/+10
2021-04-27exfat: add support ioctl and FITRIM functionHyeongseok Kim4-0/+142
2021-04-27exfat: introduce bitmap_lock for cluster bitmap accessHyeongseok Kim3-8/+31
2021-04-27exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1