aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-6/+0
2016-08-04writeback: Write dirty times for WB_SYNC_ALL writebackJan Kara1-0/+1
2016-08-04block: remove BLK_DEV_DAX config optionRoss Zwisler1-5/+1
2016-08-04hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter1-3/+4
2016-08-03Btrfs: fix __MAX_CSUM_ITEMSChris Mason1-2/+3
2016-08-03cachefiles: Fix race between inactivating and culling a cache objectDavid Howells1-2/+3
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linusAl Viro2-4/+4
2016-08-03fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2Geert Uytterhoeven1-1/+1
2016-08-039p: use clone_fid()Al Viro5-31/+8
2016-08-039p: fix braino introduced in "9p: new helper - v9fs_parent_fid()"Al Viro2-2/+6
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi2-1/+1
2016-08-03vfs: fix deadlock in file_remove_privs() on overlayfsMiklos Szeredi1-3/+3
2016-08-03Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve()Filipe Manana2-30/+0
2016-08-03xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong2-2/+7
2016-08-03xfs: collapse single use static functionsDarrick J. Wong2-128/+63
2016-08-03xfs: remove unnecessary parentheses from log redo item recovery functionsDarrick J. Wong2-12/+12
2016-08-03xfs: remove the extents array from the rmap update done log itemDarrick J. Wong7-89/+15
2016-08-03xfs: in btree_lshift, only allocate temporary cursor when neededDarrick J. Wong1-17/+17
2016-08-03xfs: remove unnecesary lshift/rshift key initializationDarrick J. Wong1-14/+0
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong6-136/+61
2016-08-03xfs: enable the rmap btree functionalityDarrick J. Wong2-1/+6
2016-08-03xfs: don't update rmapbt when fixing agflDarrick J. Wong2-4/+17
2016-08-03xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabledDarrick J. Wong1-0/+4
2016-08-03xfs: add rmap btree block detection to log recoveryDarrick J. Wong1-0/+4
2016-08-03xfs: add rmap btree geometry feature flagDarrick J. Wong2-1/+4
2016-08-03xfs: propagate bmap updates to rmapbtDarrick J. Wong8-16/+400
2016-08-03xfs: enable the xfs_defer mechanism to process rmaps to updateDarrick J. Wong4-10/+134
2016-08-03xfs: log rmap intent itemsDarrick J. Wong6-0/+438
2016-08-03xfs: create rmap update intent log itemsDarrick J. Wong6-2/+662
2016-08-03xfs: add rmap btree insert and delete helpersDarrick J. Wong2-1/+49
2016-08-03xfs: convert unwritten status of reverse mappingsDarrick J. Wong2-0/+446
2016-08-03xfs: remove an extent from the rmap btreeDarrick J. Wong1-5/+215
2016-08-03xfs: add an extent to the rmap btreeDarrick J. Wong2-5/+223
2016-08-03xfs: add tracepoints for the rmap functionsDarrick J. Wong1-2/+49
2016-08-03xfs: teach rmapbt to support interval queriesDarrick J. Wong2-0/+52
2016-08-03xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2-4/+74
2016-08-03xfs: add rmap btree operationsDarrick J. Wong5-0/+376
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong10-42/+86
2016-08-03xfs: rmap btree transaction reservationsDarrick J. Wong2-27/+41
2016-08-03xfs: add rmap btree growfs supportDarrick J. Wong1-0/+73
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong13-8/+415
2016-08-03xfs: introduce rmap extent operation stubsDarrick J. Wong5-2/+195
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong13-33/+181
2016-08-03xfs: rmap btree add more reserved blocksDarrick J. Wong6-11/+20
2016-08-03xfs: add rmap btree stats infrastructureDarrick J. Wong3-3/+21
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong5-9/+30
2016-08-03xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbtDarrick J. Wong1-1/+1
2016-08-03xfs: add tracepoints and error injection for deferred extent freeingDarrick J. Wong4-2/+16
2016-08-03xfs: refactor redo intent item processingDarrick J. Wong3-99/+151
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong20-241/+241