aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)Author
2013-11-11btrfs: Replace kmalloc with kmalloc_arrayDulshani Gunawardhana
2013-11-11btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)Dulshani Gunawardhana
2013-11-11btrfs: Replace multiple atomic_inc() with atomic_add()Rashika
2013-11-11Btrfs: don't leak delayed node on path allocation failureFilipe David Borba Manana
2013-09-01Btrfs: fix printing of non NULL terminated stringFilipe David Borba Manana
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven
2013-09-01btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convertQu Wenruo
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2013-06-29[readdir] convert btrfsAl Viro
2013-06-14Btrfs: delete unused functionStefan Behrens
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen
2013-05-06Btrfs: cleanup of function where fixup_low_keys() is calledTsutomu Itoh
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