summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/delayed-inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-07-091-14/+0
|\
| * Btrfs: delete unused functionStefan Behrens2013-06-141-14/+0
* | [readdir] convert btrfsAl Viro2013-06-291-5/+4
|/
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-47/+8
* Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh2013-05-061-6/+5
* 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/+0
* 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/+37
* Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo2012-12-121-4/+1
* 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
|\
| * btrfs: polish names of kmem cachesDavid Sterba2012-10-011-1/+1
| * Btrfs: add a new "type" field into the block reservation structureMiao Xie2012-10-011-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+4
|\ \ | |/ |/|
| * userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-4/+4
* | Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-281-4/+3
* | btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu2012-08-281-2/+3
|/
* Btrfs: zero unused bytes in inode itemLi Zefan2012-07-231-0/+1
* Btrfs: flush delayed inodes if we're short on spaceJosef Bacik2012-07-231-3/+19
* Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie2012-06-151-0/+18
* Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik2012-05-301-2/+2
* Btrfs: use i_version instead of our own sequenceJosef Bacik2012-05-301-2/+2
* btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney2012-03-221-7/+20
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-4/+2
* Btrfs: space leak tracepointsJosef Bacik2012-01-161-12/+33
* Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds2011-12-161-2/+2
|\
| * Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason2011-12-151-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-111-1/+57
|\|
| * Btrfs: tweak the delayed inode reservations againChris Mason2011-11-101-6/+3
| * Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik2011-11-081-3/+62
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-11-061-15/+35
|\|
| * Btrfs: fix delayed insertion reservationJosef Bacik2011-11-061-8/+28
| * Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik2011-11-061-7/+7
* | filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
|/
* Btrfs: switch the btrfs tree locks to reader/writerChris Mason2011-07-271-1/+1
* btrfs: fix inconsonant inode informationMiao Xie2011-06-271-24/+80
* Btrfs: avoid delayed metadata items during commitsChris Mason2011-06-171-0/+7
* btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie2011-06-171-5/+20
* btrfs: fix uninitialized variable warningDavid Sterba2011-06-041-1/+1
* Btrfs: fix uninit variable in the delayed inode codeChris Mason2011-06-041-0/+1
* Merge branch 'for-chris' ofChris Mason2011-05-281-3/+2
* Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-7/+7
* Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason2011-05-221-5/+6
* btrfs: implement delayed inode items operationMiao Xie2011-05-211-0/+1694