aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | gfs2: Make sure not to return short direct writesAndreas Gruenbacher2022-03-241-1/+1
| * | | | | | | | | | | gfs2: Remove dead code in gfs2_file_read_iterAndreas Gruenbacher2022-03-241-6/+3
| * | | | | | | | | | | gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher2022-03-241-0/+1
| * | | | | | | | | | | gfs2: Minor retry logic cleanupAndreas Gruenbacher2022-03-231-18/+16
| * | | | | | | | | | | gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher2022-03-231-1/+3
| * | | | | | | | | | | gfs2: Fix should_fault_in_pages() logicAndreas Gruenbacher2022-03-231-8/+9
| * | | | | | | | | | | gfs2: Remove return value for gfs2_indirect_initBob Peterson2022-03-031-4/+3
| * | | | | | | | | | | gfs2: Initialize gh_error in gfs2_glock_nqAndreas Gruenbacher2022-02-152-2/+1
| * | | | | | | | | | | gfs2: Make use of list_is_firstAndreas Gruenbacher2022-02-151-1/+1
| * | | | | | | | | | | gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher2022-02-151-22/+27
| * | | | | | | | | | | gfs2: cancel timed-out glock requestsAndreas Gruenbacher2022-02-151-0/+10
| * | | | | | | | | | | gfs2: Expect -EBUSY after canceling dlm locking requestsAndreas Gruenbacher2022-02-151-1/+14
| * | | | | | | | | | | gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher2022-02-156-8/+9
| * | | | | | | | | | | gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-02-151-4/+5
* | | | | | | | | | | | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-3130-1474/+1510
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-182-4/+4
| * | | | | | | | | | | | netfs: Split some core bits out into their own fileDavid Howells2022-03-184-12/+26
| * | | | | | | | | | | | netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-183-418/+429
| * | | | | | | | | | | | netfs: Rename read_helper.c to io.cDavid Howells2022-03-183-9/+9
| * | | | | | | | | | | | netfs: Prepare to split read_helper.cDavid Howells2022-03-182-2/+7
| * | | | | | | | | | | | netfs: Add a function to consolidate beginning a readDavid Howells2022-03-183-74/+73
| * | | | | | | | | | | | netfs: Add a netfs inode contextDavid Howells2022-03-1823-238/+176
| * | | | | | | | | | | | ceph: Make ceph_init_request() check caps on readaheadDavid Howells2022-03-181-28/+41
| * | | | | | | | | | | | netfs: Change ->init_request() to return an error codeDavid Howells2022-03-184-27/+40
| * | | | | | | | | | | | netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-183-17/+26
| * | | | | | | | | | | | netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-183-20/+34
| * | | | | | | | | | | | netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-183-16/+33
| * | | | | | | | | | | | netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
| * | | | | | | | | | | | netfs: Split netfs_io_* object handling outDavid Howells2022-03-184-118/+147
| * | | | | | | | | | | | netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-185-51/+52
| * | | | | | | | | | | | netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-187-126/+126
| * | | | | | | | | | | | fscache: export fscache_end_operation()Jeffle Xu2022-03-183-27/+0
* | | | | | | | | | | | | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | kbuild: unify cmd_copy and cmd_shippedMasahiro Yamada2022-02-141-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | fs: fix fd table size alignment properlyLinus Torvalds2022-03-291-2/+1
* | | | | | | | | | | | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2932-578/+1012
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | NFSv4/pNFS: Fix another issue with a list iterator pointing to the headTrond Myklebust2022-03-283-18/+22
| * | | | | | | | | | | | NFS: Don't loop forever in nfs_do_recoalesce()Trond Myklebust2022-03-251-0/+1
| * | | | | | | | | | | | NFSv4.1: don't retry BIND_CONN_TO_SESSION on session errorOlga Kornievskaia2022-03-241-0/+1
| * | | | | | | | | | | | NFS: replace usage of found with dedicated list iterator variableJakob Koschel2022-03-241-7/+6
| * | | | | | | | | | | | pNFS/files: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-221-1/+1
| * | | | | | | | | | | | pNFS/flexfiles: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-221-29/+21
| * | | | | | | | | | | | NFSv4/pnfs: Ensure pNFS allocation modes are consistent with nfsiodTrond Myklebust2022-03-222-23/+18
| * | | | | | | | | | | | NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2022-03-222-7/+13
| * | | | | | | | | | | | NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-03-223-17/+22
| * | | | | | | | | | | | NFS: Fix revalidation of empty readdir pagesTrond Myklebust2022-03-221-2/+7
| * | | | | | | | | | | | NFS: Don't deadlock when cookie hashes collideTrond Myklebust2022-03-221-11/+18
| * | | | | | | | | | | | NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia2022-03-212-1/+10
| * | | | | | | | | | | | NFS: swap-out must always use STABLE writes.NeilBrown2022-03-131-4/+6
| * | | | | | | | | | | | NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-03-132-16/+30