summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)Author
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