summaryrefslogtreecommitdiff
path: root/fs/btrfs/delayed-inode.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo1-4/+1
2012-12-11Btrfs: improve the noflush reservationMiao Xie1-2/+4
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-3/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+4
2012-10-01btrfs: polish names of kmem cachesDavid Sterba1-1/+1
2012-10-01Btrfs: add a new "type" field into the block reservation structureMiao Xie1-2/+2
2012-09-21userns: Convert btrfs to use kuid/kgid where appropriateEric W. Biederman1-4/+4
2012-08-29Btrfs: barrier before waitqueue_activeJosef Bacik1-4/+3
2012-08-29btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu1-2/+3
2012-07-24Btrfs: zero unused bytes in inode itemLi Zefan1-0/+1
2012-07-23Btrfs: flush delayed inodes if we're short on spaceJosef Bacik1-3/+19
2012-06-15Btrfs: destroy the items of the delayed inodes in error handling routineMiao Xie1-0/+18
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-2/+2
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-2/+2
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-7/+20
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-4/+2
2012-01-17Btrfs: space leak tracepointsJosef Bacik1-12/+33
2011-12-17Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/sc...Linus Torvalds1-2/+2
2011-12-15Btrfs: deal with NULL srv_rsv in the delalloc inode reservation codeChris Mason1-2/+2
2011-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+57
2011-11-11Btrfs: tweak the delayed inode reservations againChris Mason1-6/+3
2011-11-09Btrfs: fix our reservations for updating an inode when completing ioJosef Bacik1-3/+62
2011-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-15/+35
2011-11-06Btrfs: fix delayed insertion reservationJosef Bacik1-8/+28
2011-11-06Btrfs: make a delayed_block_rsv for the delayed item insertionJosef Bacik1-7/+7
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-07-27Btrfs: switch the btrfs tree locks to reader/writerChris Mason1-1/+1
2011-06-27btrfs: fix inconsonant inode informationMiao Xie1-24/+80
2011-06-18Btrfs: avoid delayed metadata items during commitsChris Mason1-0/+7
2011-06-17btrfs: fix wrong reservation when doing delayed inode operationsMiao Xie1-5/+20
2011-06-04btrfs: fix uninitialized variable warningDavid Sterba1-1/+1
2011-06-04Btrfs: fix uninit variable in the delayed inode codeChris Mason1-0/+1
2011-05-28Merge branch 'for-chris' ofChris Mason1-3/+2
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-7/+7
2011-05-22Btrfs: update the delayed inode code to use the btrfs_ino helper.Chris Mason1-5/+6
2011-05-21btrfs: implement delayed inode items operationMiao Xie1-0/+1694