aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09btrfs: free delayed node outside of root->inode_lockGravatar Jeff Mahoney 1-2/+5
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueGravatar Qu Wenruo 1-2/+2
2014-03-10btrfs: Replace fs_info->delayed_workers workqueue with btrfs_workqueue.Gravatar Qu Wenruo 1-5/+5
2014-01-28Btrfs: introduce the delayed inode ref deletion for the single link inodeGravatar Miao Xie 1-4/+99
2014-01-28Btrfs: use flags instead of the bool variants in delayed nodeGravatar Miao Xie 1-16/+17
2014-01-28Btrfs: remove btrfs_end_transaction_dmeta()Gravatar Miao Xie 1-1/+1
2014-01-28Btrfs: cleanup code of btrfs_balance_delayed_items()Gravatar Miao Xie 1-23/+11
2014-01-28Btrfs: don't run delayed nodes again after all nodes flushGravatar Miao Xie 1-0/+1
2014-01-28Btrfs: remove residual code in delayed inode async helperGravatar Miao Xie 1-27/+0
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-4/+4
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayGravatar Dulshani Gunawardhana 1-2/+2
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Gravatar Dulshani Gunawardhana 1-2/+1
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Gravatar Rashika 1-4/+4
2013-11-11Btrfs: don't leak delayed node on path allocation failureGravatar Filipe David Borba Manana 1-1/+3
2013-09-01Btrfs: fix printing of non NULL terminated stringGravatar Filipe David Borba Manana 1-3/+3
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGravatar Geert Uytterhoeven 1-7/+3
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertGravatar Qu Wenruo 1-26/+6
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-14/+0
2013-06-29[readdir] convert btrfsGravatar Al Viro 1-5/+4
2013-06-14Btrfs: delete unused functionGravatar Stefan Behrens 1-14/+0
2013-05-06btrfs: make static code static & remove dead codeGravatar Eric Sandeen 1-47/+8
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledGravatar Tsutomu Itoh 1-6/+5
2013-03-07Btrfs: improve the delayed inode throttlingGravatar Chris Mason 1-61/+90
2013-02-20btrfs: remove unused "item" in btrfs_insert_delayed_item()Gravatar Eric Sandeen 1-2/+0
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughGravatar Miao Xie 1-13/+77
2013-02-20Btrfs: cleanup similar code in delayed inodeGravatar Miao Xie 1-46/+37
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyGravatar Liu Bo 1-4/+1
2012-12-11Btrfs: improve the noflush reservationGravatar Miao Xie 1-2/+4
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2012-10-01btrfs: polish names of kmem cachesGravatar David Sterba 1-1/+1
2012-10-01Btrfs: add a new "type" field into the block reservation structureGravatar Miao Xie 1-2/+2
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-4/+4
2012-08-28Btrfs: barrier before waitqueue_activeGravatar Josef Bacik 1-4/+3
2012-08-28btrfs: fix second lock in btrfs_delete_delayed_items()Gravatar Fengguang Wu 1-2/+3
2012-07-23Btrfs: zero unused bytes in inode itemGravatar Li Zefan 1-0/+1
2012-07-23Btrfs: flush delayed inodes if we're short on spaceGravatar Josef Bacik 1-3/+19
2012-06-15Btrfs: destroy the items of the delayed inodes in error handling routineGravatar Miao Xie 1-0/+18
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsGravatar Josef Bacik 1-2/+2
2012-05-30Btrfs: use i_version instead of our own sequenceGravatar Josef Bacik 1-2/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingGravatar Jeff Mahoney 1-7/+20
2012-03-22btrfs: return void in functions without error conditionsGravatar Jeff Mahoney 1-4/+2
2012-01-16Btrfs: space leak tracepointsGravatar Josef Bacik 1-12/+33
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 1-2/+2
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeGravatar Chris Mason 1-2/+2
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+57
2011-11-10Btrfs: tweak the delayed inode reservations againGravatar Chris Mason 1-6/+3
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioGravatar Josef Bacik 1-3/+62
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-15/+35
2011-11-06Btrfs: fix delayed insertion reservationGravatar Josef Bacik 1-8/+28