summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: remove ceph_mdsc_lease_releaseJeff Layton2016-07-282-45/+0
| * ceph: don't use ->d_timeMiklos Szeredi2016-07-284-8/+8
| * ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King2016-07-281-1/+1
| * ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng2016-07-281-1/+1
| * ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-285-48/+61
| * ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng2016-07-281-2/+5
| * ceph: reduce i_nr_by_mode array sizeYan, Zheng2016-07-284-22/+35
| * ceph: set user pages dirty after direct IO readYan, Zheng2016-07-281-2/+2
| * ceph: rados pool namespace supportYan, Zheng2016-07-288-77/+159
| * libceph: rados pool namespace supportYan, Zheng2016-07-281-0/+3
| * libceph: define new ceph_file_layout structureYan, Zheng2016-07-287-45/+43
| * libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-07-281-1/+1
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-316-338/+544
|\ \
| * | Btrfs: fix delalloc accounting after copy_from_user faultsChris Mason2016-07-211-7/+5
| * | Btrfs: avoid deadlocks during reservations in btrfs_truncate_blockJosef Bacik2016-07-201-0/+5
| * | Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytesJosef Bacik2016-07-072-17/+22
| * | Btrfs: fill relocation block rsv after allocationJosef Bacik2016-07-071-0/+6
| * | Btrfs: always use trans->block_rsv for orphansJosef Bacik2016-07-071-1/+7
| * | Btrfs: change how we calculate the global block rsvJosef Bacik2016-07-071-36/+9
| * | Btrfs: use root when checking need_async_flushJosef Bacik2016-07-071-5/+6
| * | Btrfs: don't bother kicking async if there's nothing to reclaimJosef Bacik2016-07-071-0/+3
| * | Btrfs: fix release reserved extents trace pointsJosef Bacik2016-07-071-5/+1
| * | Btrfs: add tracepoints for flush eventsJosef Bacik2016-07-072-10/+21
| * | Btrfs: fix delalloc reservation amount tracepointJosef Bacik2016-07-071-1/+3
| * | Btrfs: trace pinned extentsJosef Bacik2016-07-071-0/+8
| * | Btrfs: introduce ticketed enospc infrastructureJosef Bacik2016-07-072-151/+380
| * | Btrfs: add tracepoint for adding block groupsJosef Bacik2016-07-071-0/+2
| * | Btrfs: warn_on for unaccounted spacesJosef Bacik2016-07-071-6/+8
| * | Btrfs: change delayed reservation fallback behaviorJosef Bacik2016-07-071-41/+23
| * | Btrfs: always reserve metadata for delalloc extentsJosef Bacik2016-07-071-22/+13
| * | Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-076-25/+18
| * | Btrfs: add bytes_readonly to the spaceinfo at onceJosef Bacik2016-07-071-18/+11
* | | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-3028-552/+866
|\ \ \
| * | | pNFS: Actively set attributes as invalid if LAYOUTCOMMIT is outstandingBenjamin Coddington2016-07-281-3/+5
| * | | NFSv4: Clean up lookup of SECINFO_NO_NAMETrond Myklebust2016-07-261-8/+2
| * | | NFSv4.2: Fix warning "variable ‘stateids’ set but not used"Trond Myklebust2016-07-241-2/+10
| * | | NFSv4: Fix warning "no previous prototype for ‘nfs4_listxattr’"Trond Myklebust2016-07-241-1/+1
| * | | Merge branch 'nfs-rdma'Trond Myklebust2016-07-2419-86/+188
| |\ \ \
| | * | | NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-111-1/+5
| * | | | Merge branch 'pnfs'Trond Myklebust2016-07-246-136/+218
| |\ \ \ \
| | * | | | pNFS: Remove redundant smp_mb() from pnfs_init_lseg()Trond Myklebust2016-07-241-1/+0
| | * | | | pNFS: Cleanup - do layout segment initialisation in one placeTrond Myklebust2016-07-241-4/+6
| | * | | | pNFS: Remove redundant stateid invalidationTrond Myklebust2016-07-241-1/+0
| | * | | | pNFS: Remove redundant pnfs_mark_layout_returned_if_empty()Trond Myklebust2016-07-244-16/+0
| | * | | | pNFS: Clear the layout metadata if the server changed the layout stateidTrond Myklebust2016-07-241-1/+1
| | * | | | pNFS: Cleanup - don't open code pnfs_mark_layout_stateid_invalid()Trond Myklebust2016-07-244-5/+5
| | * | | | NFS: pnfs_mark_matching_lsegs_return() should match the layout sequence idTrond Myklebust2016-07-241-14/+23
| | * | | | pNFS: Do not set plh_return_seq for non-callback related layoutreturnsTrond Myklebust2016-07-241-7/+6
| | * | | | pNFS: Ensure layoutreturn acts as a completion for layout callbacksTrond Myklebust2016-07-241-15/+25
| | * | | | pNFS: Fix CB_LAYOUTRECALL stateid verificationTrond Myklebust2016-07-241-19/+44