summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-inode.c
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: squash lines for simple wrapper functionsMasahiro Yamada2016-09-261-4/+1Star
* Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-1/+2
* btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-1/+1
* btrfs: Fix slab accounting flagsNikolay Borisov2016-07-261-1/+1
* Btrfs: change delayed reservation fallback behaviorJosef Bacik2016-07-071-41/+23Star
* Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik2016-07-071-4/+4
* Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval2016-06-251-5/+22
* btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba2016-05-101-1/+1
* btrfs: Print Warning only if ENOSPC_DEBUG is enabledAshish Samant2016-03-141-1/+6
* Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba2016-02-261-2/+1Star
|\
| * btrfs: drop null testing before destroy functionsKinglong Mee2016-02-181-2/+1Star
* | btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-111-1/+2
|/
* btrfs: zero out delayed node upon allocationAlexandru Moise2016-01-071-6/+1Star
* btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba2015-10-101-0/+4
* Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng2015-04-261-0/+2
* Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2015-02-161-4/+5
* Btrfs: Add code to support file creation timechandan r2015-02-031-0/+10
* btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-031-16/+12Star
* Btrfs: don't delay inode ref updates during log replayChris Mason2015-01-021-0/+8
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-4/+4
* Btrfs: fix task hang under heavy compressed writeLiu Bo2014-08-241-2/+2
* btrfs: free delayed node outside of root->inode_lockJeff Mahoney2014-06-101-2/+5
* btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo2014-03-101-2/+2
* btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo2014-03-101-5/+5
* Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie2014-01-281-4/+99
* Btrfs: use flags instead of the bool variants in delayed nodeMiao Xie2014-01-281-16/+17
* Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie2014-01-281-1/+1
* Btrfs: cleanup code of btrfs_balance_delayed_items()Miao Xie2014-01-281-23/+11Star
* Btrfs: don't run delayed nodes again after all nodes flushMiao Xie2014-01-281-0/+1
* Btrfs: remove residual code in delayed inode async helperMiao Xie2014-01-281-27/+0Star
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-4/+4
* btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana2013-11-121-2/+2
* btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana2013-11-121-2/+1Star
* btrfs: Replace multiple atomic_inc() with atomic_add()Rashika2013-11-121-4/+4
* Btrfs: don't leak delayed node on path allocation failureFilipe David Borba Manana2013-11-121-1/+3
* Btrfs: fix printing of non NULL terminated stringFilipe David Borba Manana2013-09-011-3/+3
* Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven2013-09-011-7/+3Star
* btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo2013-09-011-26/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-14/+0Star
|\
| * Btrfs: delete unused functionStefan Behrens2013-06-141-14/+0Star
* | [readdir] convert btrfsAl Viro2013-06-291-5/+4Star
|/
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-47/+8Star
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-6/+5Star
* Btrfs: improve the delayed inode throttlingChris Mason2013-03-071-61/+90
* btrfs: remove unused "item" in btrfs_insert_delayed_item()Eric Sandeen2013-02-201-2/+0Star
* Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie2013-02-201-13/+77
* Btrfs: cleanup similar code in delayed inodeMiao Xie2013-02-201-46/+37Star
* Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo2012-12-121-4/+1Star
* Btrfs: improve the noflush reservationMiao Xie2012-12-111-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-101-3/+3
|\