summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi
2020-07-14fuse: ignore 'data' argument of mount(..., MS_REMOUNT)Miklos Szeredi
2020-07-14fuse: use ->reconfigure() instead of ->remount_fs()Miklos Szeredi
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi
2020-07-14udf: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden
2020-07-13NFSv4.2: hook in the user extended attribute handlersFrank van der Linden
2020-07-13NFSv4.2: add the extended attribute proc functions.Frank van der Linden
2020-07-13nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden
2020-07-13nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden
2020-07-13nfs: modify update_changeattr to deal with regular filesFrank van der Linden
2020-07-13NFSv4.2: query the extended attribute access bitsFrank van der Linden
2020-07-13nfs: define nfs_access_get_cached functionFrank van der Linden
2020-07-13NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden
2020-07-13NFSv4.2: query the server for extended attribute supportFrank van der Linden
2020-07-13NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden
2020-07-13nfsd: avoid a NULL dereference in __cld_pipe_upcall()Scott Mayhew
2020-07-13nfsd4: a client's own opens needn't prevent delegationsJ. Bruce Fields
2020-07-13nfsd: Use seq_putc() in two functionsXu Wang
2020-07-13nfsd: add fattr support for user extended attributesFrank van der Linden
2020-07-13nfsd: implement the xattr functions and en/decode logicFrank van der Linden
2020-07-13nfsd: add structure definitions for xattr requests / responsesFrank van der Linden
2020-07-13nfsd: take xattr bits into account for permission checksFrank van der Linden
2020-07-13nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden
2020-07-13nfsd: add defines for NFSv4.2 extended attribute supportFrank van der Linden
2020-07-13nfsd: split off the write decode code into a separate functionFrank van der Linden
2020-07-13xattr: add a function to check if a namespace is supportedFrank van der Linden
2020-07-13xattr: break delegations in {set,remove}xattrFrank van der Linden
2020-07-13fs: Expand __receive_fd() to accept existing fdKees Cook
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook
2020-07-13NFS: Fix interrupted slots by sending a solo SEQUENCE operationAnna Schumaker
2020-07-12pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust
2020-07-12pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust
2020-07-12NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCTrond Myklebust
2020-07-12Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-12Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-07-12io_uring: fix not initialised work->flagsPavel Begunkov
2020-07-12io_uring: fix missing msg_name assignmentPavel Begunkov
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-10Merge tag '5.8-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-07-10seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski
2020-07-10Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-07-10io_uring: account user memory freed when exit has been queuedJens Axboe
2020-07-10io_uring: fix memleak in io_sqe_files_register()Yang Yingliang