summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-161-4/+4
|\
| * nfs: make the rpc_stat per net namespaceJosef Bacik2024-03-091-1/+3
| * nfs: expose /proc/net/sunrpc/nfs in net namespacesJosef Bacik2024-03-091-4/+2
* | mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-1/+1
|/
* nfs: convert to new timestamp accessorsJeff Layton2023-10-181-15/+15
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* nfs: convert to ctime accessor functionsJeff Layton2023-07-241-10/+10
* nfs: don't report STATX_BTIME in ->getattrJeff Layton2023-06-191-1/+1
* Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-291-15/+99
|\
| * NFSv3: handle out-of-order write replies.NeilBrown2023-04-111-15/+97
| * NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski2023-04-111-0/+2
* | nfs: use vfs setgid helperChristian Brauner2023-03-301-3/+1
|/
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-3/+3
|\
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | nfs: report the inode version in getattr if requestedJeff Layton2023-01-261-4/+12
|/
* NFS: make sure open context mode have FMODE_EXEC when file open for execChenXiaoSong2022-12-061-1/+2
* Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-10-131-3/+3
|\
| * nfs: remove unnecessary (void*) conversions.yuzhe2022-10-031-3/+3
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-8/+4
|\ \ | |/ |/|
| * freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-8/+4
* | NFS: Fix another fsync() issue after a server rebootTrond Myklebust2022-08-131-0/+1
|/
* Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-081-1/+0
|\
| * Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2022-03-291-1/+0
* | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-291-43/+43
|\|
| * NFS: Don't ask for readdirplus unless it can help nfs_getattr()Trond Myklebust2022-03-021-20/+25
| * NFS: Improve heuristic for readdirplusTrond Myklebust2022-03-021-2/+2
| * NFS: Remove unnecessary XATTR cache invalidation in nfs_fhget()Trond Myklebust2022-02-251-2/+0
| * NFS: Remove unused flag NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-251-3/+2
| * NFS: Replace last uses of NFS_INO_REVAL_PAGECACHETrond Myklebust2022-02-251-13/+11
| * NFS: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-3/+3
| * NFS: Charge open/lock file contexts to kmemcgTrond Myklebust2022-02-251-2/+2
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* NFS: Do not report writeback errors in nfs_getattr()Trond Myklebust2022-02-161-6/+3
* nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-9/+2
* NFS: Add a tracepoint to show the results of nfs_set_cache_invalid()Benjamin Coddington2021-11-171-0/+1
* NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker2021-11-051-11/+9
* NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker2021-11-051-2/+2
* NFS: Remove the nfs4_label from the nfs_setattrresAnna Schumaker2021-11-051-1/+1
* NFS: Remove the nfs4_label from the nfs4_getattr_resAnna Schumaker2021-11-051-15/+5
* NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker2021-11-051-0/+17
* NFS: Always initialise fattr->label in nfs_fattr_alloc()Trond Myklebust2021-11-051-1/+3
* NFSv4: Remove unnecessary 'minor version' checkTrond Myklebust2021-11-051-6/+2
* NFS: Save some space in the inodeTrond Myklebust2021-10-201-8/+18
* NFS: Instrument i_size_write()Chuck Lever2021-10-101-6/+3
* NFS: Remove unnecessary page cache invalidationsTrond Myklebust2021-10-031-6/+1
* NFS: Don't set NFS_INO_DATA_INVAL_DEFER and NFS_INO_INVALID_DATATrond Myklebust2021-10-031-2/+7
* NFS: Default change_attr_type to NFS4_CHANGE_TYPE_IS_UNDEFINEDTrond Myklebust2021-10-031-1/+3
* NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust2021-10-031-2/+2
* Merge branch 'leases-devel'Trond Myklebust2021-06-291-0/+4
|\