| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2018-02-09 | 7 | -40/+57 |
|\ |
|
| * | NFSD: hide unused svcxdr_dupstr() | Arnd Bergmann | 2018-02-08 | 1 | -3/+2 |
| * | nfsd: store stat times in fill_pre_wcc() instead of inode times | Amir Goldstein | 2018-02-08 | 3 | -24/+37 |
| * | nfsd: encode stat->mtime for getattr instead of inode->i_mtime | Amir Goldstein | 2018-02-08 | 2 | -4/+3 |
| * | nfsd: return RESOURCE not GARBAGE_ARGS on too many ops | J. Bruce Fields | 2018-02-08 | 2 | -2/+10 |
| * | nfsd4: don't set lock stateid's sc_type to CLOSED | J. Bruce Fields | 2018-02-05 | 1 | -4/+1 |
| * | nfsd: Detect unhashed stids in nfsd4_verify_open_stid() | Trond Myklebust | 2018-02-05 | 1 | -0/+1 |
| * | nfsd4: permit layoutget of executable-only files | Benjamin Coddington | 2017-12-21 | 1 | -3/+3 |
| * | lockd: convert nlm_rqst.a_count from atomic_t to refcount_t | Elena Reshetova | 2017-12-21 | 2 | -5/+5 |
| * | lockd: convert nlm_lockowner.count from atomic_t to refcount_t | Elena Reshetova | 2017-12-21 | 1 | -3/+3 |
| * | lockd: convert nsm_handle.sm_count from atomic_t to refcount_t | Elena Reshetova | 2017-12-21 | 2 | -8/+8 |
* | | Merge tag 'for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 2018-02-08 | 8 | -92/+74 |
|\ \ |
|
| * | | orangefs: reverse sense of is-inode-stale test in d_revalidate | Martin Brandenburg | 2018-02-06 | 1 | -10/+7 |
| * | | orangefs: simplify orangefs_inode_is_stale | Martin Brandenburg | 2018-02-06 | 1 | -24/+30 |
| * | | Orangefs: don't propogate whacky error codes | Mike Marshall | 2018-02-06 | 1 | -0/+1 |
| * | | orangefs: use correct string length | Xiongfeng Wang | 2018-02-06 | 3 | -12/+12 |
| * | | orangefs: make orangefs_make_bad_inode static | Martin Brandenburg | 2018-02-06 | 2 | -21/+19 |
| * | | orangefs: remove ORANGEFS_KERNEL_DEBUG | Martin Brandenburg | 2018-02-06 | 1 | -6/+2 |
| * | | orangefs: remove gossip_ldebug and gossip_lerr | Martin Brandenburg | 2018-02-06 | 3 | -17/+2 |
| * | | orangefs: make orangefs_client_debug_init static | Martin Brandenburg | 2018-02-06 | 2 | -2/+1 |
* | | | Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-08 | 10 | -405/+295 |
|\ \ \ |
|
| * | | | afs: Support the AFS dynamic root | David Howells | 2018-02-06 | 5 | -87/+247 |
| * | | | afs: Rearrange afs_select_fileserver() a little | David Howells | 2018-02-06 | 1 | -22/+20 |
| * | | | afs: Remove unused code | David Howells | 2018-02-06 | 1 | -235/+0 |
| * | | | afs: Fix server list handling | David Howells | 2018-02-06 | 3 | -48/+11 |
| * | | | afs: Need to clear responded flag in addr cursor | David Howells | 2018-02-06 | 1 | -6/+2 |
| * | | | afs: Fix missing cursor clearance | David Howells | 2018-02-06 | 2 | -9/+16 |
| * | | | afs: Add missing afs_put_cell() | David Howells | 2018-02-06 | 1 | -0/+1 |
* | | | | Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-02-08 | 9 | -129/+313 |
|\ \ \ \ |
|
| * | | | | ceph: improving efficiency of syncfs | Chengguang Xu | 2018-01-30 | 1 | -1/+1 |
| * | | | | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 2018-01-29 | 4 | -16/+74 |
| * | | | | ceph: fix race of queuing delayed caps | Yan, Zheng | 2018-01-29 | 1 | -17/+16 |
| * | | | | ceph: delete unreachable code in ceph_check_caps() | Yan, Zheng | 2018-01-29 | 1 | -12/+3 |
| * | | | | ceph: limit rate of cap import/export error messages | Yan, Zheng | 2018-01-29 | 1 | -7/+15 |
| * | | | | ceph: fix incorrect snaprealm when adding caps | Yan, Zheng | 2018-01-29 | 2 | -3/+19 |
| * | | | | ceph: fix un-balanced fsc->writeback_count update | Yan, Zheng | 2018-01-29 | 1 | -3/+6 |
| * | | | | ceph: track read contexts in ceph_file_info | Yan, Zheng | 2018-01-29 | 3 | -9/+66 |
| * | | | | ceph: avoid dereferencing invalid pointer during cached readdir | Yan, Zheng | 2018-01-29 | 2 | -19/+66 |
| * | | | | ceph: use atomic_t for ceph_inode_info::i_shared_gen | Yan, Zheng | 2018-01-29 | 4 | -12/+13 |
| * | | | | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 2018-01-29 | 2 | -12/+6 |
| * | | | | ceph: voluntarily drop Fx cap for readdir request | Yan, Zheng | 2018-01-29 | 1 | -0/+1 |
| * | | | | ceph: properly drop caps for setattr request | Yan, Zheng | 2018-01-29 | 1 | -6/+6 |
| * | | | | ceph: voluntarily drop Lx cap for link/rename requests | Yan, Zheng | 2018-01-29 | 1 | -2/+2 |
| * | | | | ceph: voluntarily drop Ax cap for requests that create new inode | Yan, Zheng | 2018-01-29 | 3 | -10/+19 |
| | |/ /
| |/| | |
|
* | | | | cramfs: better MTD dependency expression | Nicolas Pitre | 2018-02-08 | 1 | -2/+1 |
* | | | | Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2018-02-07 | 9 | -13/+13 |
|\ \ \ \ |
|
| * | | | | iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw} | Goffredo Baroncelli | 2018-02-01 | 9 | -13/+13 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2018-02-07 | 2 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | ext2: drop unneeded newline | Julia Lawall | 2018-01-02 | 1 | -1/+1 |
| * | | | | | udf: Sanitize nanoseconds for time stamps | Jan Kara | 2017-12-19 | 1 | -0/+5 |