summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-01-161-3/+1
* nfs: remove unused label in nfs_encode_fh()Arnd Bergmann2018-01-161-1/+0
* nfs: Update server port after referral or migrationChuck Lever2018-01-141-0/+1
* nfs: Referrals should use the same proto setting as their parentChuck Lever2018-01-142-5/+20
* lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2018-01-142-5/+5
* lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2018-01-141-3/+3
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-142-8/+8
* lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-141-7/+7
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-01-141-2/+2
* pnfs/blocklayout: handle transient devicesBenjamin Coddington2018-01-145-12/+82
* pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington2018-01-142-1/+5
* pnfs/blocklayout: Add module alias for LAYOUT4_SCSIBenjamin Coddington2018-01-141-0/+1
* NFS: remove unused offset arg in nfs_pgio_rpcsetupBenjamin Coddington2018-01-141-4/+4
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-01-142-5/+12
* nfs: remove dead code from nfs_encode_fh()NeilBrown2018-01-141-4/+0
* Support statx() mask and query flags parametersTrond Myklebust2018-01-141-13/+39
* NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-01-141-26/+38
* NFSv4: Convert LOCKU to use nfs4_async_handle_exception()Trond Myklebust2018-01-141-2/+8
* NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()Trond Myklebust2018-01-141-3/+8
* NFSv4: Convert CLOSE to use nfs4_async_handle_exception()Trond Myklebust2018-01-141-1/+8
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-01-141-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-1/+5
|\
| * sget(): handle failures of register_shrinker()Al Viro2017-12-181-1/+5
* | Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-052-12/+34
|\ \
| * | btrfs: fix refcount_t usage when deleting btrfs_delayed_nodesChris Mason2018-01-021-11/+34
| * | btrfs: Fix flush bio leakNikolay Borisov2018-01-021-1/+0
* | | Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-053-19/+33
|\ \ \
| * | | xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-022-3/+3
| * | | xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
| * | | xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
* | | | userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK failsAndrea Arcangeli2018-01-041-2/+18
* | | | Merge branch 'afs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds2018-01-034-12/+39
|\ \ \ \
| * | | | afs: Fix missing error handling in afs_write_end()David Howells2018-01-021-3/+5
| * | | | afs: Fix unlinkDavid Howells2018-01-022-8/+33
| * | | | afs: Potential uninitialized variable in afs_extract_data()Dan Carpenter2018-01-021-1/+1
* | | | | exec: Weaken dumpability for secureexecKees Cook2018-01-031-2/+7
|/ / / /
* | | | Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-2219-97/+258
|\| | |
| * | | xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong2017-12-211-24/+52
| * | | xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-215-4/+48
| * | | xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong2017-12-211-33/+19
| * | | xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong2017-12-211-0/+2
| * | | xfs: remove leftover CoW reservations when remounting roDarrick J. Wong2017-12-213-1/+11
| * | | xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong2017-12-211-9/+19
| * | | xfs: track cowblocks separately in i_flagsDarrick J. Wong2017-12-202-9/+25
| * | | xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong2017-12-141-1/+1
| * | | xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong2017-12-141-0/+3
| * | | xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong2017-12-141-1/+2
| * | | xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong2017-12-141-0/+11
| * | | xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong2017-12-141-2/+2
| * | | xfs: account for null transactions in bunmapiDarrick J. Wong2017-12-141-1/+1