Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | hfsplus: return file attributes on statx | Ernesto A. Fernández | 2019-01-04 | 3 | -0/+24 | |
| * | | | | | | | | autofs: add strictexpire mount option | Ian Kent | 2019-01-04 | 3 | -2/+12 | |
| * | | | | | | | | autofs: change catatonic setting to a bit flag | Ian Kent | 2019-01-04 | 5 | -16/+20 | |
| * | | | | | | | | autofs: simplify parse_options() function call | Ian Kent | 2019-01-04 | 1 | -26/+29 | |
| * | | | | | | | | autofs: improve ioctl sbi checks | Ian Kent | 2019-01-04 | 3 | -21/+9 | |
| * | | | | | | | | fs/epoll: deal with wait_queue only once | Davidlohr Bueso | 2019-01-04 | 1 | -11/+18 | |
| * | | | | | | | | fs/epoll: rename check_events label to send_events | Davidlohr Bueso | 2019-01-04 | 1 | -3/+3 | |
| * | | | | | | | | fs/epoll: avoid barrier after an epoll_wait(2) timeout | Davidlohr Bueso | 2019-01-04 | 1 | -2/+6 | |
| * | | | | | | | | fs/epoll: reduce the scope of wq lock in epoll_wait() | Davidlohr Bueso | 2019-01-04 | 1 | -54/+60 | |
| * | | | | | | | | fs/epoll: robustify ep->mtx held checks | Davidlohr Bueso | 2019-01-04 | 1 | -0/+2 | |
| * | | | | | | | | fs/epoll: drop ovflist branch prediction | Davidlohr Bueso | 2019-01-04 | 1 | -1/+1 | |
| * | | | | | | | | fs/epoll: simplify ep_send_events_proc() ready-list loop | Davidlohr Bueso | 2019-01-04 | 1 | -36/+37 | |
| * | | | | | | | | fs/epoll: remove max_nests argument from ep_call_nested() | Davidlohr Bueso | 2019-01-04 | 1 | -8/+6 | |
| * | | | | | | | | fs/proc/base.c: slightly faster /proc/*/limits | Alexey Dobriyan | 2019-01-04 | 1 | -2/+4 | |
| * | | | | | | | | fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() | Alexey Dobriyan | 2019-01-04 | 1 | -3/+1 | |
| * | | | | | | | | fs/proc/util.c: include fs/proc/internal.h for name_to_int() | Eric Biggers | 2019-01-04 | 1 | -0/+1 | |
| * | | | | | | | | fs/proc/base.c: use ns_capable instead of capable for timerslack_ns | Benjamin Gordon | 2019-01-04 | 1 | -3/+9 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-03 | 12 | -32/+26 | |
* | | | | | | | | Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 2019-01-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | locks: fix error in locks_move_blocks() | NeilBrown | 2019-01-02 | 1 | -1/+1 | |
* | | | | | | | | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2019-01-02 | 30 | -531/+660 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | sunrpc: Add xprt after nfs4_test_session_trunk() | Santosh kumar pradhan | 2019-01-02 | 3 | -7/+10 | |
| * | | | | | | | | NFS: remove unnecessary test for IS_ERR(cred) | NeilBrown | 2019-01-02 | 1 | -5/+0 | |
| * | | | | | | | | NFSv4.2 fix async copy reboot recovery | Olga Kornievskaia | 2019-01-02 | 1 | -1/+1 | |
| * | | | | | | | | NFS: Fix NFSv4 symbolic trace point output | Chuck Lever | 2019-01-02 | 1 | -143/+313 | |
| * | | | | | | | | NFS: Make "port=" mount option optional for RDMA mounts | Chuck Lever | 2019-01-02 | 1 | -2/+8 | |
| * | | | | | | | | NFS: nfs_compare_mount_options always compare auth flavors. | Chris Perl | 2018-12-21 | 1 | -2/+1 | |
| * | | | | | | | | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. | NeilBrown | 2018-12-19 | 26 | -307/+237 | |
| * | | | | | | | | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred. | NeilBrown | 2018-12-19 | 4 | -17/+33 | |
| * | | | | | | | | NFS: change access cache to use 'struct cred'. | NeilBrown | 2018-12-19 | 3 | -30/+39 | |
| * | | | | | | | | NFS: move credential expiry tracking out of SUNRPC into NFS. | NeilBrown | 2018-12-19 | 2 | -3/+23 | |
| * | | | | | | | | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred(). | NeilBrown | 2018-12-19 | 4 | -42/+11 | |
| * | | | | | | | | NFSv4: don't require lock for get_renew_cred or get_machine_cred | NeilBrown | 2018-12-19 | 4 | -25/+16 | |
| * | | | | | | | | NFSv4: add cl_root_cred for use when machine cred is not available. | NeilBrown | 2018-12-19 | 2 | -8/+14 | |
| * | | | | | | | | SUNRPC: remove uid and gid from struct auth_cred | NeilBrown | 2018-12-19 | 2 | -10/+10 | |
| * | | | | | | | | SUNRPC: remove groupinfo from struct auth_cred. | NeilBrown | 2018-12-19 | 1 | -13/+1 | |
| * | | | | | | | | SUNRPC: add 'struct cred *' to auth_cred and rpc_cred | NeilBrown | 2018-12-19 | 2 | -1/+29 | |
| * | | | | | | | | nfs: fix comment to nfs_generic_pg_test which does the opposite | Pavel Tikhomirov | 2018-12-19 | 1 | -1/+1 | |
| * | | | | | | | | NFSv4: cleanup remove unused nfs4_xdev_fs_type | Olga Kornievskaia | 2018-12-19 | 1 | -1/+0 | |
* | | | | | | | | | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2019-01-02 | 12 | -69/+57 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | nfs: fixed broken compilation in nfs_callback_up_net() | Vasily Averin | 2018-12-31 | 1 | -1/+1 | |
| * | | | | | | | | | nfs: minor typo in nfs4_callback_up_net() | Vasily Averin | 2018-12-27 | 1 | -1/+1 | |
| * | | | | | | | | | sunrpc: replace svc_serv->sv_bc_xprt by boolean flag | Vasily Averin | 2018-12-27 | 1 | -3/+5 | |
| * | | | | | | | | | nfsd: drop useless LIST_HEAD | Julia Lawall | 2018-12-27 | 1 | -1/+0 | |
| * | | | | | | | | | lockd: Show pid of lockd for remote locks | Benjamin Coddington | 2018-12-14 | 3 | -5/+5 | |
| * | | | | | | | | | NFSD remove OP_CACHEME from 4.2 op_flags | Olga Kornievskaia | 2018-12-14 | 1 | -4/+4 | |
| * | | | | | | | | | nfsd: Return EPERM, not EACCES, in some SETATTR cases | zhengbin | 2018-12-04 | 1 | -2/+15 | |
| * | | | | | | | | | nfsd: clean up indentation, increase indentation in switch statement | Colin Ian King | 2018-11-28 | 1 | -3/+3 | |
| * | | | | | | | | | nfsd: fix a warning in __cld_pipe_upcall() | Scott Mayhew | 2018-11-28 | 1 | -11/+6 | |
| * | | | | | | | | | nfsd4: fix crash on writing v4_end_grace before nfsd startup | J. Bruce Fields | 2018-11-28 | 1 | -0/+2 |