aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/file.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncGravatar Christoph Hellwig 1-1/+2
2010-05-26Btrfs: move O_DIRECT space reservation to btrfs_direct_IOGravatar Chris Mason 1-5/+0
2010-05-25Btrfs: rework O_DIRECT enospc handlingGravatar Chris Mason 1-14/+0
2010-05-25Btrfs: do aio_write instead of writeGravatar Josef Bacik 1-82/+94
2010-05-25Btrfs: add basic DIO read/write supportGravatar Josef Bacik 1-4/+65
2010-05-25Btrfs: Update metadata reservation for delayed allocationGravatar Yan, Zheng 1-21/+6
2010-05-25Btrfs: Integrate metadata reservation with start_transactionGravatar Yan, Zheng 1-7/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-9/+14
2010-03-15Btrfs: cache the extent state everywhere we possibly can V2Gravatar Josef Bacik 1-9/+14
2010-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-2/+4
2010-02-12Btrfs: btrfs_mark_extent_written uses the wrong slotGravatar Shaohua Li 1-2/+4
2010-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+1
2010-02-04Btrfs: make error return negative in btrfs_sync_file()Gravatar Roel Kluin 1-1/+1
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-20/+80
2010-01-17Btrfs: Fix race in btrfs_mark_extent_writtenGravatar Yan, Zheng 1-20/+80
2009-12-17Merge branch btrfs-master into for-linusGravatar Chris Mason 1-403/+266
2009-12-17Btrfs: Fix btrfs_drop_extent_cache for skip pinned caseGravatar Yan, Zheng 1-7/+3
2009-12-15Btrfs: Rewrite btrfs_drop_extentsGravatar Yan, Zheng 1-396/+263
2009-12-10vfs: Implement proper O_SYNC semanticsGravatar Christoph Hellwig 1-2/+2
2009-10-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Linus Torvalds 1-15/+26
2009-10-13Btrfs: avoid tree log commit when there are no changesGravatar Chris Mason 1-15/+26
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-1/+2
2009-10-08Btrfs: release delalloc reservations on extent item insertionGravatar Josef Bacik 1-1/+2
2009-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-8/+25
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-10-01Btrfs: remove duplicates of filemap_ helpersGravatar Christoph Hellwig 1-3/+2
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Chris Mason 1-5/+23
2009-10-01Btrfs: take i_mutex before generic_write_checksGravatar Chris Mason 1-8/+17
2009-09-28Btrfs: proper -ENOSPC handlingGravatar Josef Bacik 1-1/+10
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/...Gravatar Chris Mason 1-27/+8
2009-09-11Btrfs: Fix extent replacment raceGravatar Chris Mason 1-3/+5
2009-09-11Btrfs: reduce CPU usage in the extent_state treeGravatar Chris Mason 1-19/+0
2009-09-11Btrfs: switch extent_map to a rw lockGravatar Chris Mason 1-4/+4
2009-09-11Btrfs: optimize set extent bitGravatar Chris Mason 1-2/+0
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-07-02Btrfs: don't log the inode in file_write while growing the fileGravatar Chris Mason 1-1/+4
2009-06-10Btrfs: fdatasync should skip metadata writeoutGravatar Hisashi Hifumi 1-0/+2
2009-06-10Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Gravatar Yan Zheng 1-54/+22
2009-04-27Btrfs: remove #if 0 codeGravatar Chris Mason 1-78/+0
2009-04-24Btrfs: fix fallocate deadlock on inode extent lockGravatar Chris Mason 1-5/+6
2009-04-21Btrfs: fix btrfs fallocate oops and deadlockGravatar Chris Mason 1-1/+3
2009-04-20Btrfs: add a priority queue to the async thread helpersGravatar Chris Mason 1-1/+1
2009-03-31Btrfs: add extra flushing for renames and truncatesGravatar Chris Mason 1-0/+26
2009-03-24Btrfs: tree logging unlink/rename fixesGravatar Chris Mason 1-4/+10
2009-03-24Btrfs: leave btree locks spinning more oftenGravatar Chris Mason 1-0/+4
2009-03-24Btrfs: do extent allocation and reference count updates in the backgroundGravatar Chris Mason 1-2/+4
2009-02-20Btrfs: add better -ENOSPC handlingGravatar Josef Bacik 1-3/+13
2009-02-20Btrfs: check file pointer in btrfs_sync_fileGravatar Chris Mason 1-4/+4