| Commit message (Expand) | Author | Age | Files | Lines |
* | NFS: Fix bool initialization/comparison | Thomas Meyer | 2017-11-17 | 4 | -8/+8 |
* | NFS: Avoid RCU usage in tracepoints | Anna Schumaker | 2017-11-17 | 1 | -18/+6 |
* | fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 6 | -31/+31 |
* | fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 1 | -6/+6 |
* | fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 3 | -8/+8 |
* | fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 2 | -4/+4 |
* | fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 2 | -5/+6 |
* | fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 2 | -7/+7 |
* | fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 2 | -8/+8 |
* | fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_t | Elena Reshetova | 2017-11-17 | 2 | -6/+7 |
* | NFSv4.1: Fix up replays of interrupted requests | Trond Myklebust | 2017-11-17 | 2 | -47/+103 |
* | NFS: remove special-case revalidate in nfs_opendir() | NeilBrown | 2017-10-16 | 1 | -7/+0 |
* | NFS: revalidate "." etc correctly on "open". | NeilBrown | 2017-10-16 | 1 | -2/+2 |
* | NFS: Don't compare apples to elephants to determine access bits | Anna Schumaker | 2017-10-16 | 3 | -37/+10 |
* | NFS: Create NFS_ACCESS_* flags | Anna Schumaker | 2017-10-16 | 1 | -8/+8 |
* | fs/binfmt_misc.c: node could be NULL when evicting inode | Eryu Guan | 2017-10-13 | 1 | -1/+1 |
* | fs/mpage.c: fix mpage_writepage() for pages with buffers | Matthew Wilcox | 2017-10-13 | 2 | -5/+15 |
* | Merge tag 'xfs-4.14-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-10-12 | 14 | -72/+111 |
|\ |
|
| * | xfs: handle error if xfs_btree_get_bufs fails | Eric Sandeen | 2017-10-11 | 1 | -0/+8 |
| * | xfs: reinit btree pointer on attr tree inactivation walk | Brian Foster | 2017-10-11 | 1 | -0/+2 |
| * | xfs: Fix bool initialization/comparison | Thomas Meyer | 2017-10-11 | 5 | -8/+8 |
| * | xfs: don't change inode mode if ACL update fails | Dave Chinner | 2017-10-11 | 1 | -6/+16 |
| * | xfs: move more RT specific code under CONFIG_XFS_RT | Dave Chinner | 2017-10-11 | 3 | -0/+27 |
| * | xfs: Don't log uninitialised fields in inode structures | Dave Chinner | 2017-10-11 | 3 | -58/+50 |
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2017-10-12 | 1 | -11/+16 |
|\ \ |
|
| * | | quota: Generate warnings for DQUOT_SPACE_NOFAIL allocations | Jan Kara | 2017-10-10 | 1 | -11/+16 |
* | | | 9p: set page uptodate when required in write_end() | Alexander Levin | 2017-10-11 | 1 | -3/+7 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-10-11 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | direct-io: Prevent NULL pointer access in submit_page_section | Andreas Gruenbacher | 2017-10-10 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge tag 'nfsd-4.14-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-10-10 | 1 | -1/+8 |
|\ \ \ |
|
| * | | | nfsd4: define nfsd4_secinfo_no_name_release() | Eryu Guan | 2017-10-05 | 1 | -1/+8 |
* | | | | Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-10-10 | 3 | -5/+5 |
|\ \ \ \ |
|
| * | | | | f2fs: fix potential panic during fstrim | Chao Yu | 2017-10-03 | 3 | -5/+5 |
* | | | | | Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2017-10-09 | 5 | -7/+7 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | NFSv4/pnfs: Fix an infinite layoutget loop | Trond Myklebust | 2017-10-04 | 1 | -2/+1 |
| * | | | | nfs/filelayout: fix oops when freeing filelayout segment | Scott Mayhew | 2017-10-01 | 1 | -1/+2 |
| * | | | | NFS: Fix uninitialized rpc_wait_queue | Benjamin Coddington | 2017-10-01 | 1 | -1/+1 |
| * | | | | NFS: Cleanup error handling in nfs_idmap_request_key() | Dan Carpenter | 2017-10-01 | 1 | -1/+1 |
| * | | | | nfs: RPC_MAX_AUTH_SIZE is in bytes | J. Bruce Fields | 2017-10-01 | 1 | -2/+2 |
* | | | | | Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-10-06 | 2 | -3/+30 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | xfs: handle racy AIO in xfs_reflink_end_cow | Christoph Hellwig | 2017-10-03 | 1 | -1/+8 |
| * | | | | xfs: always swap the cow forks when swapping extents | Darrick J. Wong | 2017-10-03 | 1 | -2/+22 |
* | | | | | Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-10-06 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Btrfs: fix overlap of fs_info::flags values | Tsutomu Itoh | 2017-10-04 | 1 | -1/+1 |
| * | | | | | btrfs: avoid overflow when sector_t is 32 bit | Goffredo Baroncelli | 2017-10-04 | 1 | -1/+1 |
* | | | | | | Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-10-06 | 2 | -10/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | ceph: fix __choose_mds() for LSSNAP request | Yan, Zheng | 2017-10-02 | 1 | -5/+6 |
| * | | | | | | ceph: properly queue cap snap for newly created snap realm | Yan, Zheng | 2017-10-02 | 1 | -5/+3 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-10-06 | 9 | -36/+56 |
|\ \ \ \ \ \ |
|
| * | | | | | | ovl: fix regression caused by exclusive upper/work dir protection | Amir Goldstein | 2017-10-05 | 2 | -8/+22 |