aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-03-01NFS/flexfiles: Clean up mirror DS initialisationTrond Myklebust1-35/+31
2019-03-01NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()Trond Myklebust1-15/+0
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()Trond Myklebust3-26/+10
2019-03-01NFS/flexfile: Simplify nfs4_ff_layout_ds_version()Trond Myklebust2-5/+5
2019-03-01NFS/flexfiles: Simplify ff_layout_get_ds_cred()Trond Myklebust3-8/+9
2019-03-01NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()Trond Myklebust3-10/+6
2019-03-01NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()Trond Myklebust3-16/+5
2019-03-01NFS/flexfiles: Speed up read failover when DSes are downTrond Myklebust3-12/+73
2019-03-01NFS/flexfiles: Don't invalidate DS deviceids for being unresponsiveTrond Myklebust2-21/+3
2019-03-01NFS/flexfiles: Remove bogus checks for invalid deviceidsTrond Myklebust1-20/+0
2019-03-01NFS/flexfiles: Avoid unnecessary layout invalidationsTrond Myklebust1-3/+3
2019-03-01NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()Trond Myklebust3-22/+28
2019-03-01NFSv4: Handle early exit in layoutget by returning an errorTrond Myklebust1-2/+4
2019-03-01NFS/flexfiles: Send LAYOUTERROR when failing over mirrored readsTrond Myklebust3-6/+57
2019-03-01dax: Flush partial PMDs correctlyMatthew Wilcox1-10/+9
2019-03-01NFSv4.2: Add client support for the generic 'layouterror' RPC callTrond Myklebust5-1/+269
2019-03-01NFSv4/flexfiles: Abort I/O early if the layout segment was invalidatedTrond Myklebust1-0/+17
2019-03-01NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()Trond Myklebust1-0/+3
2019-03-01NFS/flexfiles: Fix up sparse RCU annotationsTrond Myklebust1-2/+2
2019-03-01NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()Trond Myklebust1-13/+19
2019-03-01NFS: Add missing encode / decode sequence_maxsz to v4.2 operationsAnna Schumaker1-0/+10
2019-03-01NFSv4.1: Don't process the sequence op more than once.Trond Myklebust1-1/+1
2019-03-01NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust1-4/+8
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz1-0/+12
2019-03-01xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez1-0/+8
2019-03-01jbd2: jbd2_get_transaction does not need to return a valueLiu Song1-5/+3
2019-03-01jbd2: fix invalid descriptor block checksumluojiajun1-2/+4
2019-02-28ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney1-7/+10
2019-02-28Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-4/+0
2019-02-28fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino1-0/+7
2019-02-28io_uring: add io_kiocb ref countJens Axboe1-2/+6
2019-02-28io_uring: add submission pollingJens Axboe1-7/+242
2019-02-28io_uring: add file set registrationJens Axboe1-31/+280
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-13/+361
2019-02-28io_uring: batch io_kiocb allocationJens Axboe1-7/+38
2019-02-28io_uring: use fget/fput_many() for file referencesJens Axboe1-21/+121
2019-02-28fs: add fget_many() and fput_many()Jens Axboe2-7/+17
2019-02-28io_uring: support for IO pollingJens Axboe1-9/+266
2019-02-28io_uring: add fsync supportChristoph Hellwig1-0/+54
2019-02-28Add io_uring IO interfaceJens Axboe2-0/+1256
2019-02-28afs: Use fs_context to pass parameters over automountDavid Howells3-109/+80
2019-02-28afs: Add fs_context supportDavid Howells4-214/+259
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+3
2019-02-28vfs: Implement logging through fs_contextDavid Howells1-0/+30
2019-02-28vfs: Remove kern_mount_data()David Howells1-3/+3
2019-02-28hugetlbfs: Convert to fs_contextDavid Howells1-157/+199
2019-02-28kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells3-71/+92
2019-02-28proc: Add fs_context support to procfsDavid Howells3-65/+126
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells3-54/+52