summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2017-11-171-15/+26
* NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2017-11-172-0/+5
* NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-173-35/+123
* NFS: Fix bool initialization/comparisonThomas Meyer2017-11-174-8/+8
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-171-18/+6
* fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-176-31/+31
* fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
* fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova2017-11-173-8/+8
* fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2017-11-172-4/+4
* fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2017-11-172-5/+6
* fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-7/+7
* fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-8/+8
* fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
* NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2017-11-172-47/+103
* NFS: remove special-case revalidate in nfs_opendir()NeilBrown2017-10-161-7/+0
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-10-161-2/+2
* NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-163-37/+10
* NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-161-8/+8
* fs/binfmt_misc.c: node could be NULL when evicting inodeEryu Guan2017-10-141-1/+1
* fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox2017-10-142-5/+15
* Merge tag 'xfs-4.14-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-1214-72/+111
|\
| * xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
| * xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-111-0/+2
| * xfs: Fix bool initialization/comparisonThomas Meyer2017-10-115-8/+8
| * xfs: don't change inode mode if ACL update failsDave Chinner2017-10-111-6/+16
| * xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-113-0/+27
| * xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-113-58/+50
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-10-121-11/+16
|\ \
| * | quota: Generate warnings for DQUOT_SPACE_NOFAIL allocationsJan Kara2017-10-101-11/+16
* | | 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-111-1/+2
|\ \ \
| * | | direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-111-1/+2
| |/ /
* | | Merge tag 'nfsd-4.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-10-101-1/+8
|\ \ \
| * | | nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan2017-10-051-1/+8
* | | | Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-103-5/+5
|\ \ \ \
| * | | | f2fs: fix potential panic during fstrimChao Yu2017-10-033-5/+5
* | | | | Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-10-095-7/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust2017-10-041-2/+1
| * | | | nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew2017-10-021-1/+2
| * | | | NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington2017-10-021-1/+1
| * | | | NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter2017-10-021-1/+1
| * | | | nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields2017-10-021-2/+2
* | | | | Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-10-072-3/+30
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-041-1/+8
| * | | | xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-041-2/+22
* | | | | Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-062-2/+2
|\ \ \ \ \
| * | | | | Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-041-1/+1
| * | | | | btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-041-1/+1
* | | | | | Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-10-062-10/+9
|\ \ \ \ \ \
| * | | | | | ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-021-5/+6