summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-07btrfs: remove orig from shrink_delallocJosef Bacik1-2/+2
2020-10-07btrfs: change nr to u64 in btrfs_start_delalloc_rootsJosef Bacik5-20/+14
2020-10-07btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsidNikolay Borisov3-7/+9
2020-10-07btrfs: remove spurious BUG_ON in btrfs_get_extentNikolay Borisov1-1/+0
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap7-8/+8
2020-10-07btrfs: tracepoints: output proper root owner for trace_find_free_extent()Qu Wenruo1-3/+4
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada1-7/+6
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds1-0/+20
2020-10-06NFS: fix nfs_path in case of a rename retryAshish Sangwan1-4/+8
2020-10-06ovl: use generic vfs_ioc_setflags_prepare() helperAmir Goldstein1-32/+30
2020-10-06ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein3-12/+51
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-123/+211
2020-10-05block: add a bdget_part helperChristoph Hellwig1-3/+6
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook1-24/+54
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook1-1/+1
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook1-6/+13
2020-10-05fs/kernel_read_file: Switch buffer size arg to size_tKees Cook1-9/+25
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook1-11/+9
2020-10-05fs/kernel_read_file: Split into separate source fileKees Cook3-133/+140
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden1-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-3/+4
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-44/+13
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-14/+0
2020-10-03fs: remove various compat readv/writev helpersChristoph Hellwig1-149/+30
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig4-21/+15
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-03Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+18
2020-10-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-41/+31
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+52
2020-10-02NFSD: Map nfserr_wrongsec outside of nfsd_dispatchChuck Lever2-3/+1
2020-10-02NFSD: Remove the RETURN_STATUS() macroChuck Lever2-138/+130
2020-10-02NFSD: Call NFSv2 encoders on error returnsChuck Lever5-122/+171
2020-10-02NFSD: Fix .pc_release method for NFSv2Chuck Lever3-11/+26
2020-10-02NFSD: Remove vestigial typedefsChuck Lever1-3/+0
2020-10-02NFSD: Refactor nfsd_dispatch() error pathsChuck Lever1-25/+35
2020-10-02NFSD: Clean up nfsd_dispatch() variablesChuck Lever1-8/+7
2020-10-02NFSD: Clean up stale comments in nfsd_dispatch()Chuck Lever1-10/+16
2020-10-02NFSD: Clean up switch statement in nfsd_dispatch()Chuck Lever1-4/+4
2020-10-02NFSD: Encoder and decoder functions are always presentChuck Lever9-3/+25
2020-10-02NFSACL: Replace PROC() macro with open codeChuck Lever2-43/+78
2020-10-02lockd: Replace PROC() macro with open codeChuck Lever2-100/+398
2020-10-02NFSD: Add missing NFSv2 .pc_func methodsChuck Lever1-0/+16
2020-10-02fs: nfs: return per memcg count for xattr shrinkersYang Shi1-2/+2
2020-10-02NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADEBenjamin Coddington3-34/+56
2020-10-02nfs: remove incorrect fallthrough labelNick Desaulniers1-1/+1
2020-10-02sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs outputJoe Perches1-0/+55
2020-10-02pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2-25/+45
2020-10-01fs: dlm: fix race in nodeid2conAlexander Aring1-1/+15
2020-10-01pipe: Fix memory leaks in create_pipe_files()Qian Cai1-6/+5