summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-0426-185/+575
|\
| * nfsd: remove some dead code in nfsd_create_locked()Dan Carpenter2016-08-041-3/+2
| * nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2016-08-042-11/+2
| * nfsd: clean up bad-type check in nfsd_create_lockedJ. Bruce Fields2016-08-041-7/+4
| * nfsd: remove unnecessary positive-dentry checkJ. Bruce Fields2016-08-041-10/+0
| * nfsd: reorganize nfsd_createJ. Bruce Fields2016-08-043-55/+61
| * nfsd: check d_can_lookup in fh_verify of directoriesJ. Bruce Fields2016-08-042-13/+10
| * nfsd: remove redundant zero-length check from createJ. Bruce Fields2016-08-042-6/+0
| * nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2016-08-042-2/+15
| * nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-155-24/+22
| * nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-07-151-23/+17
| * nfsd/blocklayout: Make sure calculate signature/designator length alignedKinglong Mee2016-07-151-2/+2
| * xfs: abstract block export operations from nfsd layoutsBenjamin Coddington2016-07-155-5/+12
| * nfsd: Fix some indent inconsistancyChristophe JAILLET2016-07-133-3/+3
| * nfsd: Correct a comment for NFSD_MAY_ defines locationOleg Drokin2016-07-131-1/+1
| * nfsd: Add a super simple flex file serverTom Haynes2016-07-137-1/+329
| * nfsd: flex file device id encoding will need the server addressTom Haynes2016-07-133-1/+4
| * nfsd: implement machine credential support for some operationsAndrew Elble2016-07-137-28/+99
| * nfsd: allow mach_creds_match to be used more broadlyAndrew Elble2016-07-132-7/+9
* | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-0443-686/+912
|\ \
| * | Btrfs: fix __MAX_CSUM_ITEMSChris Mason2016-08-031-2/+3
| * | btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-2617-152/+147
| * | btrfs: add btrfs_trans_handle->fs_info pointerJeff Mahoney2016-07-264-4/+6
| * | btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transactionJeff Mahoney2016-07-261-1/+1
| * | btrfs: convert nodesize macros to static inlinesJeff Mahoney2016-07-261-15/+33
| * | btrfs: introduce BTRFS_MAX_ITEM_SIZEJeff Mahoney2016-07-264-10/+8
| * | btrfs: cleanup, remove prototype for btrfs_find_root_refJeff Mahoney2016-07-261-3/+0
| * | btrfs: copy_to_sk drop unused root parameterJeff Mahoney2016-07-261-3/+2
| * | btrfs: simpilify btrfs_subvol_inherit_propsJeff Mahoney2016-07-261-3/+3
| * | btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy rootJeff Mahoney2016-07-267-21/+19
| * | btrfs: tests, require fs_info for rootJeff Mahoney2016-07-2610-61/+103
| * | btrfs: tests, move initialization into tests/Jeff Mahoney2016-07-263-77/+48
| * | btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-2613-130/+135
| * | btrfs: prefix fsid to all trace eventsJeff Mahoney2016-07-265-22/+27
| * | btrfs: plumb fs_info into btrfs_workJeff Mahoney2016-07-264-31/+63
| * | btrfs: remove obsolete part of comment in statfsDavid Sterba2016-07-261-3/+0
| * | btrfs: hide test-only member under ifdefDavid Sterba2016-07-262-0/+4
| * | btrfs: Ratelimit "no csum found" info messageNikolay Borisov2016-07-261-1/+1
| * | btrfs: Add ratelimit to btrfs printingNikolay Borisov2016-07-261-2/+24
| * | Btrfs: fix unexpected balance crash due to BUG_ONLiu Bo2016-07-261-4/+24
| * | Btrfs: fix panic in balance due to EIOLiu Bo2016-07-261-0/+4
| * | Btrfs: fix eb memory leak due to readpage failureLiu Bo2016-07-261-3/+22
| * | Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup()Liu Bo2016-07-261-6/+6
| * | btrfs: fix free space calculation in dump_space_info()Wang Xiaoguang2016-07-261-2/+2
| * | Btrfs: subpage-blocksize: Rate limit scrub error messageChandan Rajendra2016-07-261-1/+1
| * | btrfs: expand cow_file_range() to support in-band dedup and subpage-blocksizeWang Xiaoguang2016-07-262-11/+41
| * | Btrfs: fix BUG_ON in btrfs_submit_compressed_writeLiu Bo2016-07-261-2/+8
| * | btrfs: make sure device is synced before returnAnand Jain2016-07-261-0/+5
| * | btrfs: reorg btrfs_close_one_device()Anand Jain2016-07-261-36/+35
| * | btrfs: Cleanup compress_file_range()Ashish Samant2016-07-261-37/+35