aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-06proc: fix /proc/*/map_files lookupGravatar Alexey Dobriyan 1-1/+28
2018-02-06proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nthGravatar Alexey Dobriyan 1-3/+2
2018-02-06proc: use %u for pid printing and slightly less stackGravatar Alexey Dobriyan 4-15/+14
2018-02-06orangefs: reverse sense of is-inode-stale test in d_revalidateGravatar Martin Brandenburg 1-10/+7
2018-02-06orangefs: simplify orangefs_inode_is_staleGravatar Martin Brandenburg 1-24/+30
2018-02-06Orangefs: don't propogate whacky error codesGravatar Mike Marshall 1-0/+1
2018-02-06orangefs: use correct string lengthGravatar Xiongfeng Wang 3-12/+12
2018-02-06orangefs: make orangefs_make_bad_inode staticGravatar Martin Brandenburg 2-21/+19
2018-02-06orangefs: remove ORANGEFS_KERNEL_DEBUGGravatar Martin Brandenburg 1-6/+2
2018-02-06orangefs: remove gossip_ldebug and gossip_lerrGravatar Martin Brandenburg 3-17/+2
2018-02-06orangefs: make orangefs_client_debug_init staticGravatar Martin Brandenburg 2-2/+1
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-17/+5