aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-07-06NFS: Add sysfs support for per-container identifierTrond Myklebust4-0/+135
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust2-4/+15
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initTrond Myklebust3-8/+13
2019-07-06NFS: Create a root NFS directory in /sys/fs/nfsTrond Myklebust4-1/+94
2019-07-06NFSv4: Handle the special Linux file open access modeTrond Myklebust2-1/+2
2019-07-06NFSv4: Handle open for execute correctlyTrond Myklebust1-8/+20
2019-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-07-05Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2019-07-05xfs: disable map_sync for async flushPankaj Gupta1-3/+6
2019-07-05ext4: disable map_sync for async flushPankaj Gupta1-4/+6
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferDarrick J. Wong1-1/+5
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong2-10/+63
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong2-9/+26
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong2-9/+72
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong2-3/+13
2019-07-05btrfs: fix memory leak of path on error return pathColin Ian King1-2/+1
2019-07-05fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven1-1/+0
2019-07-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+26
2019-07-05Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-5/+4
2019-07-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2019-07-05fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers1-16/+26
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro1-0/+2
2019-07-04constify ksys_mount() string argumentsAl Viro1-2/+2
2019-07-04don't bother with registering rootfsAl Viro1-6/+1
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro1-5/+1
2019-07-04vfs: Convert openpromfs to use the new mount APIDavid Howells1-5/+15
2019-07-04vfs: Convert efivarfs to use the new mount APIDavid Howells1-10/+15
2019-07-04vfs: Convert configfs to use the new mount APIDavid Howells1-5/+15
2019-07-04vfs: Convert binfmt_misc to use the new mount APIDavid Howells1-5/+15
2019-07-04convenience helper: get_tree_single()Al Viro2-1/+9
2019-07-04convenience helper get_tree_nodev()Al Viro3-2/+10
2019-07-04fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()Al Viro1-4/+6
2019-07-04__detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymoreAl Viro1-1/+1
2019-07-04nfs: dget_parent() never returns NULLAl Viro1-4/+2
2019-07-04ceph: don't open-code the check for dead lockrefAl Viro1-1/+1
2019-07-04btrfs: move the subvolume reservation stuff out of extent-tree.cJosef Bacik2-54/+56
2019-07-04btrfs: migrate the delalloc space stuff to it's own homeJosef Bacik12-499/+526
2019-07-04btrfs: migrate btrfs_trans_release_chunk_metadataJosef Bacik4-19/+19
2019-07-04btrfs: migrate the delayed refs rsv codeJosef Bacik4-183/+184
2019-07-04btrfs: Evaluate io_tree in find_lock_delalloc_range()Goldwyn Rodrigues3-19/+19
2019-07-04gfs2: Remove unused gfs2_iomap_alloc argumentAndreas Gruenbacher1-5/+4
2019-07-04xfs: allow single bulkstat of special inodesDarrick J. Wong2-1/+31
2019-07-04xfs: specify AG in bulk reqDarrick J. Wong7-12/+69
2019-07-04orangefs: fix build warning from debugfs cleanup patchGreg Kroah-Hartman3-21/+6
2019-07-04ubifs: fix build warning after debugfs cleanup patchGreg Kroah-Hartman1-1/+1
2019-07-03xfs: wire up the v5 inumbers ioctlDarrick J. Wong4-0/+62
2019-07-03xfs: wire up new v5 bulkstat ioctlsDarrick J. Wong4-1/+123
2019-07-03xfs: introduce v5 inode group structureDarrick J. Wong7-9/+42
2019-07-03xfs: introduce new v5 bulkstat structureDarrick J. Wong9-30/+125
2019-07-03xfs: rename bulkstat functionsDarrick J. Wong3-18/+19