Age | Commit message (Expand) | Author | Files | Lines |
2021-03-08 | new helper: inode_wrong_type() | Al Viro | 1 | -3/+3 |
2021-02-28 | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2021-02-26 | block: Add bio_max_segs | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2021-02-26 | Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 12 | -190/+261 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -27/+45 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+0 |
2021-02-21 | Merge tag 'nfsd-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 4 | -0/+36 |
2021-02-17 | NFS: Support the '-owrite=' option in /proc/self/mounts and mountinfo | Trond Myklebust | 1 | -0/+7 |
2021-02-16 | NFS: Set the stable writes flag when initialising the super block | Trond Myklebust | 1 | -0/+2 |
2021-02-16 | NFS: Add mount options supporting eager writes | Trond Myklebust | 1 | -0/+33 |
2021-02-16 | NFS: Add support for eager writes | Trond Myklebust | 2 | -7/+29 |
2021-02-09 | NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache | Trond Myklebust | 1 | -0/+14 |
2021-02-08 | NFS: Always clear an invalid mapping when attempting a buffered write | Trond Myklebust | 2 | -43/+56 |
2021-02-08 | NFS: Optimise sparse writes past the end of file | Trond Myklebust | 2 | -11/+13 |
2021-02-08 | NFS: Fix documenting comment for nfs_revalidate_file_size() | Trond Myklebust | 1 | -1/+1 |
2021-02-08 | NFSv4: Fixes for nfs4_bitmask_adjust() | Trond Myklebust | 1 | -7/+8 |
2021-02-01 | NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async() | Dave Wysochanski | 2 | -80/+61 |
2021-02-01 | NFS: Call readpage_async_filler() from nfs_readpage_async() | Dave Wysochanski | 1 | -17/+11 |
2021-02-01 | NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdesc | Dave Wysochanski | 1 | -32/+30 |
2021-02-01 | NFS: In nfs_readpage() only increment NFSIOS_READPAGES when read succeeds | Dave Wysochanski | 1 | -1/+1 |
2021-02-01 | NFS: Clean up nfs_readpage() and nfs_readpages() | Dave Wysochanski | 1 | -22/+23 |
2021-02-01 | nfs: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 5 | -0/+7 |
2021-02-01 | fs/nfs: remove duplicate include | Menglong Dong | 1 | -4/+0 |
2021-01-30 | nfs: use change attribute for NFS re-exports | J. Bruce Fields | 1 | -0/+18 |
2021-01-28 | NFSv4_2: SSC helper should use its own config. | Dai Ngo | 2 | -0/+16 |
2021-01-27 | nfs/blocklayout: remove cruft in bl_alloc_init_bio | Christoph Hellwig | 1 | -5/+0 |
2021-01-25 | SUNRPC: Make trace_svc_process() display the RPC procedure symbolically | Chuck Lever | 1 | -0/+2 |
2021-01-24 | pNFS/NFSv4: Improve rejection of out-of-order layouts | Trond Myklebust | 1 | -6/+16 |
2021-01-24 | pNFS/NFSv4: Update the layout barrier when we schedule a layoutreturn | Trond Myklebust | 1 | -18/+21 |
2021-01-24 | pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() | Trond Myklebust | 1 | -2/+7 |
2021-01-24 | pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process() | Trond Myklebust | 1 | -0/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 6 | -24/+39 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 2 | -2/+2 |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -0/+3 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-10 | NFS: nfs_igrab_and_active must first reference the superblock | Trond Myklebust | 1 | -5/+7 |
2021-01-10 | NFS: nfs_delegation_find_inode_server must first reference the superblock | Trond Myklebust | 1 | -5/+7 |
2021-01-10 | NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter | Trond Myklebust | 1 | -0/+1 |
2021-01-10 | NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit() | Trond Myklebust | 1 | -3/+5 |
2021-01-10 | NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request | Trond Myklebust | 1 | -9/+5 |
2021-01-10 | pNFS: Stricter ordering of layoutget and layoutreturn | Trond Myklebust | 1 | -22/+21 |
2021-01-10 | pNFS: Clean up pnfs_layoutreturn_free_lsegs() | Trond Myklebust | 1 | -5/+4 |
2021-01-10 | pNFS: We want return-on-close to complete when evicting the inode | Trond Myklebust | 3 | -26/+16 |
2021-01-10 | pNFS: Mark layout for return if return-on-close was not sent | Trond Myklebust | 1 | -0/+6 |
2021-01-10 | NFS: Adjust fs_context error logging | Scott Mayhew | 2 | -5/+25 |
2021-01-06 | NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock | Dave Wysochanski | 1 | -1/+1 |
2020-12-17 | Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 22 | -524/+922 |
2020-12-16 | NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read() | Trond Myklebust | 1 | -1/+1 |
2020-12-16 | pNFS/flexfiles: Avoid spurious layout returns in ff_layout_choose_ds_for_read | Trond Myklebust | 1 | -5/+1 |
2020-12-16 | NFSv4/pnfs: Add tracing for the deviceid cache | Trond Myklebust | 3 | -8/+92 |