aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03nfsd: use correct enum type in decode_cb_op_statusStefan Agner1-2/+2
2018-04-03nfsd: fix boolreturn.cocci warningsFengguang Wu1-3/+3
2018-03-20nfsd: create a separate lease for each delegationJ. Bruce Fields1-108/+65
2018-03-20nfsd: move sc_file assignment into alloc_init_delegJ. Bruce Fields1-5/+5
2018-03-20nfsd: factor out common delegation-destruction codeJ. Bruce Fields1-17/+14
2018-03-20nfsd: make nfs4_get_existing_delegation less confusingJ. Bruce Fields1-14/+9
2018-03-20nfsd4: dp->dl_stid.sc_file doesn't need lockingJ. Bruce Fields1-1/+2
2018-03-20nfsd4: set fl_owner to delegation, not file pointerJ. Bruce Fields1-10/+7
2018-03-20nfsd: simplify nfs4_put_deleg_lease callsJ. Bruce Fields1-5/+6
2018-03-20nfsd: simplify put of fi_deleg_fileJ. Bruce Fields1-1/+4
2018-03-19nfsd: move nfs4_client allocation to dedicated slabcacheJeff Layton1-5/+13
2018-03-19nfsd: don't require low ports for gss requestsJ. Bruce Fields1-1/+11
2018-03-19nfsd: remove unsused "cp_consecutive" fieldJ. Bruce Fields3-4/+2
2018-03-19lockd: make nlm_ntf_refcnt and nlm_ntf_wq staticColin Ian King1-2/+2
2018-03-19nfsd4: send the special close_stateid in v4.0 replies as wellJeff Layton1-4/+15
2018-03-19nfsd: remove blocked locks on client teardownJeff Layton1-19/+43
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-21/+80
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2018-02-14Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-20/+23
2018-02-13gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher1-20/+23
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang1-0/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds24-80/+80
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+26
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+5
2018-02-09Merge tag '4.16-minor-rc-SMB3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-13/+130
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-40/+57
2018-02-08Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds8-92/+74
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds10-405/+295
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-129/+313
2018-02-08cramfs: better MTD dependency expressionNicolas Pitre1-2/+1
2018-02-08NFSD: hide unused svcxdr_dupstr()Arnd Bergmann1-3/+2
2018-02-08nfsd: store stat times in fill_pre_wcc() instead of inode timesAmir Goldstein3-24/+37
2018-02-08nfsd: encode stat->mtime for getattr instead of inode->i_mtimeAmir Goldstein2-4/+3
2018-02-08nfsd: return RESOURCE not GARBAGE_ARGS on too many opsJ. Bruce Fields2-2/+10
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds9-13/+13
2018-02-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds2-1/+6
2018-02-07Add missing structs and defines from recent SMB3.1.1 documentationSteve French1-2/+112
2018-02-07address lock imbalance warnings in smbdirect.cSteve French1-7/+9
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann1-3/+1
2018-02-07Add some missing debug fields in server and tcon structsSteve French1-1/+8
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-150/+159
2018-02-06pipe: read buffer limits atomicallyEric Biggers1-4/+9
2018-02-06pipe: simplify round_pipe_size()Eric Biggers1-11/+3
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXEric Biggers1-1/+4
2018-02-06pipe: fix off-by-one error when checking buffer limitsEric Biggers1-2/+2
2018-02-06pipe: actually allow root to exceed the pipe buffer limitsEric Biggers1-3/+8
2018-02-06pipe, sysctl: remove pipe_proc_fn()Eric Biggers1-10/+0
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterEric Biggers1-7/+3
2018-02-06vfs: remove might_sleep() from clear_inode()Shakeel Butt1-1/+0
2018-02-06hfsplus: honor setgid flag on directoriesErnesto A. Fernandez4-8/+8