summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)Author
2013-03-07Btrfs: improve the delayed inode throttlingChris Mason
2013-02-20btrfs: remove unused "item" in btrfs_insert_delayed_item()Eric Sandeen
2013-02-20Btrfs: fix lots of orphan inodes when the space is not enoughMiao Xie
2013-02-20Btrfs: cleanup similar code in delayed inodeMiao Xie
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-11Btrfs: improve the noflush reservationMiao Xie
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-01btrfs: polish names of kmem cachesDavid Sterba
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman
2012-08-28Btrfs: barrier before waitqueue_activeJosef Bacik
2012-08-28btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu
2012-07-23Btrfs: zero unused bytes in inode itemLi Zefan
2012-07-23Btrfs: flush delayed inodes if we're short on spaceJosef Bacik
2012-06-15Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney
2012-01-16Btrfs: space leak tracepointsJosef Bacik
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason
2011-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-10Btrfs: tweak the delayed inode reservations againChris Mason
2011-11-08Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason
2011-06-27btrfs: fix inconsonant inode informationMiao Xie
2011-06-17Btrfs: avoid delayed metadata items during commitsChris Mason
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie
2011-06-04btrfs: fix uninitialized variable warningDavid Sterba
2011-06-04Btrfs: fix uninit variable in the delayed inode codeChris Mason
2011-05-28Merge branch 'for-chris' ofChris Mason
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-22Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason
2011-05-21btrfs: implement delayed inode items operationMiao Xie