summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xfs: add rmap btree stats infrastructureDarrick J. Wong2016-08-033-3/+21
| * | | | xfs: introduce rmap btree definitionsDarrick J. Wong2016-08-035-9/+30
| * | | | xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbtDarrick J. Wong2016-08-031-1/+1
| * | | | xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong2016-08-034-2/+16
| * | | | xfs: refactor redo intent item processingDarrick J. Wong2016-08-033-99/+151
| * | | | xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-0320-241/+241
| * | | | xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-0323-193/+182
| * | | | xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-0324-171/+42
| * | | | xfs: enable the xfs_defer mechanism to process extents to freeDarrick J. Wong2016-08-034-0/+115
| * | | | xfs: clean up typedef usage in the EFI/EFD handling codeDarrick J. Wong2016-08-032-18/+18
| * | | | xfs: add tracepoints for the deferred ops mechanismDarrick J. Wong2016-08-033-0/+218
| * | | | xfs: move deferred operations into a separate fileDarrick J. Wong2016-08-033-0/+540
| * | | | xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong2016-08-032-50/+96
| * | | | xfs: introduce interval queries on btreesDarrick J. Wong2016-08-033-5/+282
| * | | | xfs: support btrees with overlapping intervals for keysDarrick J. Wong2016-08-033-13/+392
| * | | | xfs: add function pointers for get/update keys to the btreeDarrick J. Wong2016-08-035-64/+135
| * | | | xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong2016-08-035-56/+20
| * | | | xfs: set *stat=1 after iroot reallocDarrick J. Wong2016-08-031-0/+1
| * | | | xfs: fix locking of the rt bitmap/summary inodesDarrick J. Wong2016-08-032-3/+5
| * | | | xfs: fix attr shortform structure alignment on crisDarrick J. Wong2016-08-031-0/+1
| * | | | xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong2016-08-031-0/+6
* | | | | 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
OpenPOWER on IntegriCloud