summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-07-25nfsd: netns.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-07-14nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew1-13/+11
2020-07-14nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields2-14/+43
2020-07-14nfsd: Use seq_putc() in two functionsXu Wang1-2/+2
2020-07-14nfsd: add fattr support for user extended attributesFrank van der Linden1-0/+9
2020-07-14nfsd: implement the xattr functions and en/decode logicFrank van der Linden2-0/+570
2020-07-14nfsd: add structure definitions for xattr requests / responsesFrank van der Linden1-0/+31
2020-07-14nfsd: take xattr bits into account for permission checksFrank van der Linden2-1/+19
2020-07-14nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden2-0/+237
2020-07-14nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden1-1/+4
2020-07-14nfsd: split off the write decode code into a separate functionFrank van der Linden1-30/+42
2020-07-14xattr: add a function to check if a namespace is supportedFrank van der Linden1-0/+27
2020-07-14xattr: break delegations in {set,remove}xattrFrank van der Linden1-7/+77
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-11Merge 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-09io_uring: fix memleak in __io_sqe_files_update()Yang Yingliang1-1/+3
2020-07-09io_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
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig1-0/+2
2020-07-08fs: unexport __kernel_writeChristoph Hellwig1-1/+0
2020-07-08autofs: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-08cachefiles: switch to kernel_writeChristoph Hellwig1-1/+1
2020-07-08cifs: remove the retry in cifs_poxis_lock_setyangerkun1-13/+6
2020-07-08smb3: fix access denied on change notify request to some serversSteve French1-1/+1
2020-07-08gfs2: Rework read and page fault lockingAndreas Gruenbacher2-46/+51
2020-07-08Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-25/+35
2020-07-07btrfs: discard: add missing put when grabbing block group from unused listQu Wenruo1-0/+1
2020-07-05Merge tag 'io_uring-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+22
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe1-7/+22
2020-07-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2020-07-04Merge tag '5.8-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-8/+20
2020-07-04Merge tag 'xfs-5.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-6/+6
2020-07-03Merge tag 'gfs2-v5.8-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-28/+58