summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-08-12rpc_pipefs: convert comma to semicolonXu Wang1-1/+1
2020-08-12nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-12NFS: Don't return layout segments that are in useTrond Myklebust1-19/+15
2020-08-12NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust1-11/+1
2020-08-12NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust1-6/+36
2020-08-05NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust2-2/+10
2020-08-05NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Trond Myklebust2-2/+2
2020-08-04nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-01nfs: ensure correct writeback errors are returned on close()Scott Mayhew2-2/+8
2020-07-30NFSv4.2: xattr cache: get rid of cache discard work queueFrank van der Linden1-32/+5
2020-07-28NFS: remove redundant initialization of variable resultColin Ian King1-1/+1
2020-07-17NFSv4.0 allow nconnect for v4.0Olga Kornievskaia1-1/+1
2020-07-17freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe1-1/+1
2020-07-17Merge branch 'xattr-devel'Trond Myklebust14-41/+2163
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden7-8/+1172
2020-07-13NFSv4.2: hook in the user extended attribute handlersFrank van der Linden1-2/+121
2020-07-13NFSv4.2: add the extended attribute proc functions.Frank van der Linden2-0/+244
2020-07-13nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden2-2/+4
2020-07-13nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden3-3/+10
2020-07-13nfs: modify update_changeattr to deal with regular filesFrank van der Linden2-26/+49
2020-07-13NFSv4.2: query the extended attribute access bitsFrank van der Linden2-0/+10
2020-07-13nfs: define nfs_access_get_cached functionFrank van der Linden1-4/+16
2020-07-13NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden2-2/+372
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden3-1/+30
2020-07-13NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden5-2/+144
2020-07-12pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust1-2/+2
2020-07-12pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust1-8/+2
2020-07-12NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCTrond Myklebust1-1/+3
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+3
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov1-1/+2
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov1-0/+2
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-18/+22
2020-07-10Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+23
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds3-58/+77
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-46/+51
2020-07-10io_uring: account user memory freed when exit has been queuedJens Axboe1-3/+10
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang1-0/+1
2020-07-09btrfs: wire up iter_file_splice_writeChristoph Hellwig1-0/+1
2020-07-09btrfs: fix double put of block group with nocowJosef Bacik1-8/+1
2020-07-09cifs: update internal module version numberSteve French1-1/+1
2020-07-09cifs: fix reference leak for tlinkRonnie Sahlberg1-1/+8
2020-07-08io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang1-1/+3
2020-07-08io_uring: export cq overflow status to userspaceXiaoguang Wang1-2/+9
2020-07-08smb3: fix unneeded error message on change notifySteve French1-2/+6
2020-07-08fs: remove __vfs_readChristoph Hellwig1-22/+21
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig1-8/+5
2020-07-08fs: add a __kernel_read helperChristoph Hellwig1-0/+23
2020-07-08fs: remove __vfs_writeChristoph Hellwig1-24/+22
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig1-8/+9