Age | Commit message (Expand) | Author | Files | Lines |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 4 | -11/+20 |
2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 4 | -11/+20 |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -13/+20 |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+2 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+3 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2 | -10/+15 |
2018-06-12 | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 5 | -14/+27 |
2018-06-08 | nfsd: fix error handling in nfs4_set_delegation() | Andrew Elble | 1 | -1/+4 |
2018-06-08 | nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo | Scott Mayhew | 1 | -0/+2 |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 4 | -11/+20 |
2018-06-04 | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2018-05-21 | nfsd: vfs_mkdir() might succeed leaving dentry negative unhashed | Al Viro | 1 | -0/+22 |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 1 | -1/+1 |
2018-05-11 | nfsd: Do not refuse to serve out of cache | Trond Myklebust | 2 | -9/+2 |
2018-05-11 | nfsd: make nfsd4_scsi_identify_device retry with a larger buffer | Scott Mayhew | 1 | -2/+16 |
2018-05-07 | nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir | Scott Mayhew | 1 | -2/+3 |
2018-04-03 | nfsd: fix incorrect umasks | J. Bruce Fields | 3 | -7/+15 |
2018-04-03 | NFSD: Clean up legacy NFS SYMLINK argument XDR decoders | Chuck Lever | 7 | -65/+63 |
2018-04-03 | NFSD: Clean up legacy NFS WRITE argument XDR decoders | Chuck Lever | 6 | -30/+21 |
2018-04-03 | nfsd: Trace NFSv4 COMPOUND execution | Chuck Lever | 2 | -6/+42 |
2018-04-03 | nfsd: Add I/O trace points in the NFSv4 read proc | Chuck Lever | 5 | -25/+39 |
2018-04-03 | nfsd: Add I/O trace points in the NFSv4 write path | Chuck Lever | 3 | -13/+50 |
2018-04-03 | nfsd: Add "nfsd_" to trace point names | Chuck Lever | 4 | -20/+20 |
2018-04-03 | nfsd: Record request byte count, not count of vectors | Chuck Lever | 2 | -18/+13 |
2018-04-03 | nfsd: Fix NFSD trace points | Chuck Lever | 1 | -6/+11 |
2018-04-03 | nfsd: use correct enum type in decode_cb_op_status | Stefan Agner | 1 | -2/+2 |
2018-04-03 | nfsd: fix boolreturn.cocci warnings | Fengguang Wu | 1 | -3/+3 |
2018-03-20 | nfsd: create a separate lease for each delegation | J. Bruce Fields | 1 | -108/+65 |
2018-03-20 | nfsd: move sc_file assignment into alloc_init_deleg | J. Bruce Fields | 1 | -5/+5 |
2018-03-20 | nfsd: factor out common delegation-destruction code | J. Bruce Fields | 1 | -17/+14 |
2018-03-20 | nfsd: make nfs4_get_existing_delegation less confusing | J. Bruce Fields | 1 | -14/+9 |
2018-03-20 | nfsd4: dp->dl_stid.sc_file doesn't need locking | J. Bruce Fields | 1 | -1/+2 |
2018-03-20 | nfsd4: set fl_owner to delegation, not file pointer | J. Bruce Fields | 1 | -10/+7 |
2018-03-20 | nfsd: simplify nfs4_put_deleg_lease calls | J. Bruce Fields | 1 | -5/+6 |
2018-03-20 | nfsd: simplify put of fi_deleg_file | J. Bruce Fields | 1 | -1/+4 |
2018-03-19 | nfsd: move nfs4_client allocation to dedicated slabcache | Jeff Layton | 1 | -5/+13 |
2018-03-19 | nfsd: don't require low ports for gss requests | J. Bruce Fields | 1 | -1/+11 |
2018-03-19 | nfsd: remove unsused "cp_consecutive" field | J. Bruce Fields | 3 | -4/+2 |
2018-03-19 | nfsd4: send the special close_stateid in v4.0 replies as well | Jeff Layton | 1 | -4/+15 |
2018-03-19 | nfsd: remove blocked locks on client teardown | Jeff Layton | 1 | -19/+43 |
2018-02-08 | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 6 | -36/+55 |
2018-02-08 | NFSD: hide unused svcxdr_dupstr() | Arnd Bergmann | 1 | -3/+2 |
2018-02-08 | nfsd: store stat times in fill_pre_wcc() instead of inode times | Amir Goldstein | 3 | -24/+37 |
2018-02-08 | nfsd: encode stat->mtime for getattr instead of inode->i_mtime | Amir Goldstein | 1 | -0/+1 |
2018-02-08 | nfsd: return RESOURCE not GARBAGE_ARGS on too many ops | J. Bruce Fields | 2 | -2/+10 |
2018-02-05 | nfsd4: don't set lock stateid's sc_type to CLOSED | J. Bruce Fields | 1 | -4/+1 |
2018-02-05 | nfsd: Detect unhashed stids in nfsd4_verify_open_stid() | Trond Myklebust | 1 | -0/+1 |
2018-01-29 | Merge tag 'iversion-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
2018-01-29 | nfsd: convert to new i_version API | Jeff Layton | 1 | -1/+2 |
2018-01-22 | nfsd: auth: Fix gid sorting when rootsquash enabled | Ben Hutchings | 1 | -3/+3 |