aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26btrfs: unsplit printed stringsJeff Mahoney1-10/+7
2016-09-26btrfs: squash lines for simple wrapper functionsMasahiro Yamada1-4/+1
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik1-1/+2
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney1-1/+1
2016-07-26btrfs: Fix slab accounting flagsNikolay Borisov1-1/+1
2016-07-07Btrfs: change delayed reservation fallback behaviorJosef Bacik1-41/+23
2016-07-07Btrfs: fix callers of btrfs_block_rsv_migrateJosef Bacik1-4/+4
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval1-5/+22
2016-05-10btrfs: GFP_NOFS does not GFP_HIGHMEMDavid Sterba1-1/+1
2016-03-14btrfs: Print Warning only if ENOSPC_DEBUG is enabledAshish Samant1-1/+6
2016-02-26Merge branch 'cleanups-4.6' into for-chris-4.6David Sterba1-2/+1
2016-02-18btrfs: drop null testing before destroy functionsKinglong Mee1-2/+1
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba1-1/+2
2016-01-07btrfs: zero out delayed node upon allocationAlexandru Moise1-6/+1
2015-10-10btrfs: comment the rest of implicit barriers before waitqueue_activeDavid Sterba1-0/+4
2015-04-26Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.Yang Dongsheng1-0/+2
2015-02-16Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler1-4/+5
2015-02-02Btrfs: Add code to support file creation timechandan r1-0/+10
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba1-16/+12
2015-01-02Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-4/+4
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-2/+2
2014-06-09btrfs: free delayed node outside of root->inode_lockJeff Mahoney1-2/+5
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-2/+2
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Qu Wenruo1-5/+5
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeMiao Xie1-4/+99
2014-01-28Btrfs: use flags instead of the bool variants in delayed nodeMiao Xie1-16/+17
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Miao Xie1-1/+1
2014-01-28Btrfs: cleanup code of btrfs_balance_delayed_items()Miao Xie1-23/+11
2014-01-28Btrfs: don't run delayed nodes again after all nodes flushMiao Xie1-0/+1
2014-01-28Btrfs: remove residual code in delayed inode async helperMiao Xie1-27/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-4/+4
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana1-2/+2
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana1-2/+1
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Rashika1-4/+4
2013-11-11Btrfs: don't leak delayed node on path allocation failureFilipe David Borba Manana1-1/+3
2013-09-01Btrfs: fix printing of non NULL terminated stringFilipe David Borba Manana1-3/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven1-7/+3
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo1-26/+6
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-14/+0
2013-06-29[readdir] convert btrfsAl Viro1-5/+4
2013-06-14Btrfs: delete unused functionStefan Behrens1-14/+0
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-47/+8
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh1-6/+5
2013-03-07Btrfs: improve the delayed inode throttlingChris Mason1-61/+90
2013-02-20btrfs: remove unused "item" in btrfs_insert_delayed_item()Eric Sandeen1-2/+0
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie1-13/+77
2013-02-20Btrfs: cleanup similar code in delayed inodeMiao Xie1-46/+37
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-4/+1
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-2/+4