aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-03-19nfsd: remove unsused "cp_consecutive" fieldGravatar J. Bruce Fields 3-4/+2
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticGravatar Colin Ian King 1-2/+2
2018-03-19nfsd4: send the special close_stateid in v4.0 replies as wellGravatar Jeff Layton 1-4/+15
2018-03-19nfsd: remove blocked locks on client teardownGravatar Jeff Layton 1-19/+43
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-21/+80
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2018-02-14Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+23
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Gravatar Andreas Gruenbacher 1-20/+23
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageGravatar Jia Zhang 1-0/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 24-80/+80
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 4-21/+26
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+5
2018-02-09Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-13/+130
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 7-40/+57
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Gravatar Linus Torvalds 8-92/+74
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-405/+295
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-129/+313
2018-02-08cramfs: better MTD dependency expressionGravatar Nicolas Pitre 1-2/+1
2018-02-08NFSD: hide unused svcxdr_dupstr()Gravatar Arnd Bergmann 1-3/+2
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesGravatar Amir Goldstein 3-24/+37
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeGravatar Amir Goldstein 2-4/+3
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsGravatar J. Bruce Fields 2-2/+10
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 9-13/+13
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-1/+6
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationGravatar Steve French 1-2/+112
2018-02-07address lock imbalance warnings in smbdirect.cGravatar Steve French 1-7/+9
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Gravatar Arnd Bergmann 1-3/+1
2018-02-07Add some missing debug fields in server and tcon structsGravatar Steve French 1-1/+8
2018-02-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 28-150/+159
2018-02-06pipe: read buffer limits atomicallyGravatar Eric Biggers 1-4/+9
2018-02-06pipe: simplify round_pipe_size()Gravatar Eric Biggers 1-11/+3
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXGravatar Eric Biggers 1-1/+4
2018-02-06pipe: fix off-by-one error when checking buffer limitsGravatar Eric Biggers 1-2/+2
2018-02-06pipe: actually allow root to exceed the pipe buffer limitsGravatar Eric Biggers 1-3/+8
2018-02-06pipe, sysctl: remove pipe_proc_fn()Gravatar Eric Biggers 1-10/+0
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterGravatar Eric Biggers 1-7/+3
2018-02-06vfs: remove might_sleep() from clear_inode()Gravatar Shakeel Butt 1-1/+0
2018-02-06hfsplus: honor setgid flag on directoriesGravatar Ernesto A. Fernandez 4-8/+8
2018-02-06nilfs2: use time64_t internallyGravatar Arnd Bergmann 9-24/+23
2018-02-06elf: fix NT_FILE integer overflowGravatar Alexey Dobriyan 1-0/+2
2018-02-06fs/proc/consoles.c: use seq_putc() in show_console_dev()Gravatar Markus Elfring 1-2/+1
2018-02-06proc: rearrange argsGravatar Alexey Dobriyan 3-14/+13
2018-02-06proc: spread likely/unlikely a bitGravatar Alexey Dobriyan 1-4/+4
2018-02-06fs/proc: use __ro_after_initGravatar Alexey Dobriyan 4-5/+9
2018-02-06fs/proc/internal.h: fix up commentGravatar Alexey Dobriyan 1-1/+2
2018-02-06fs/proc/internal.h: rearrange struct proc_dir_entryGravatar Alexey Dobriyan 1-10/+13
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Gravatar Heiko Carstens 1-13/+5
2018-02-06fs/proc/array.c: delete children_seq_release()Gravatar Alexey Dobriyan 1-7/+1
2018-02-06proc: less memory for /proc/*/map_files readdirGravatar Alexey Dobriyan 1-6/+9
2018-02-06fs/proc/vmcore.c: simpler /proc/vmcore cleanupGravatar Alexey Dobriyan 1-4/+2