summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-0630-88/+83
|\
| * qstr: constify instances in adfsAl Viro2016-07-301-2/+2
| * qstr: constify instances in f2fsAl Viro2016-07-302-4/+4
| * qstr: constify instances in ext2Al Viro2016-07-302-5/+5
| * qstr: constify instances in vfatAl Viro2016-07-301-3/+3
| * qstr: constify instances in procfsAl Viro2016-07-301-1/+1
| * qstr: constify instances in fuseAl Viro2016-07-303-9/+5
| * qstr constify instances in fs/dcache.cAl Viro2016-07-201-2/+2
| * qstr: constify instances in nfsAl Viro2016-07-206-21/+22
| * qstr: constify instances in ocfs2Al Viro2016-07-204-7/+5
| * qstr: constify instances in autofs4Al Viro2016-07-202-6/+6
| * qstr: constify instances in hfsAl Viro2016-07-204-15/+15
| * qstr: constify instances in hfsplusAl Viro2016-07-202-11/+11
| * qstr: constify instances in logfsAl Viro2016-07-201-2/+2
* | Merge tag 'pstore-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-08-051-19/+10
|\ \
| * | ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka2016-08-051-3/+3
| * | ramoops: use DT reserved-memory bindingsKees Cook2016-08-051-16/+7
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-055-12/+7
|\ \ \
| * | | mm/block: convert rw_page users to bio op useMike Christie2016-08-042-4/+5
| * | | Fixup direct bi_rw modifiersShaun Tancheff2016-08-041-1/+1
| * | | f2fs: drop bio->bi_rw manual assignmentJens Axboe2016-08-041-1/+0
| * | | block: add missing group association in bio-cloning functionsPaolo Valente2016-08-041-6/+0
| * | | writeback: Write dirty times for WB_SYNC_ALL writebackJan Kara2016-08-041-0/+1
* | | | 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