aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31btrfs: Convert to new freezing mechanismJan Kara1-1/+2
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-13/+0
2012-07-02Btrfs: fix dio write vs buffered read raceJosef Bacik1-13/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-06-01Btrfs: move over to use ->update_timeJosef Bacik1-1/+1
2012-05-30Btrfs: check to see if the inode is in the log before fsyncingJosef Bacik1-1/+2
2012-05-30Btrfs: fix the same inode id problem when doing auto defragmentMiao Xie1-10/+39
2012-05-30Btrfs: convert the inode bit field to use the actual bit operationsJosef Bacik1-6/+6
2012-05-30Btrfs: do not do filemap_write_and_wait_range in fsyncJosef Bacik1-5/+6
2012-05-30Btrfs: use i_version instead of our own sequenceJosef Bacik1-1/+0
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason1-2/+7
2012-03-22btrfs: replace many BUG_ONs with proper error handlingJeff Mahoney1-14/+31
2012-03-22btrfs: drop gfp_t from lock_extentJeff Mahoney1-4/+3
2012-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-17/+12
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call failed for SEEK_DATA/SEEK_HOLE inquiryJeff Liu1-2/+2
2012-01-31Btrfs: don't reserve data with extents locked in btrfs_fallocateChris Mason1-15/+10
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-6/+5
2012-01-16Btrfs: don't call btrfs_throttle in file writeJosef Bacik1-1/+0
2012-01-16Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into integrationChris Mason1-5/+5
2012-01-10Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-1/+2
2012-01-10btrfs: pass __GFP_WRITE for buffered write page allocationsJohannes Weiner1-1/+1
2011-12-22Btrfs: mark delayed refs as for cowArne Jansen1-5/+5
2011-12-18btrfs: fix dirtied pages accounting on sub-page writesWu Fengguang1-1/+2
2011-12-16Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-1/+7
2011-12-16btrfs: lower the dirty balance poll intervalWu Fengguang1-0/+2
2011-12-15Btrfs: deal with enospc from dirtying inodes properlyJosef Bacik1-1/+5
2011-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-7/+18
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen1-1/+1
2011-10-19Btrfs: use the inode's mapping mask for allocating pagesJosef Bacik1-1/+2
2011-10-19Btrfs: only reserve space in fallocate if we have to do a preallocateJosef Bacik1-6/+16
2011-10-03Merge branch 'btrfs-3.0' of git://github.com/chrismason/linuxLinus Torvalds1-8/+16
2011-09-30Btrfs: force a page fault if we have a shorty copy on a page boundaryJosef Bacik1-8/+16
2011-09-18BTRFS: Fix lseek return value for errorJeff Liu1-2/+7
2011-09-12Merge branch 'for-linus' of git://github.com/chrismason/linuxLinus Torvalds1-6/+10
2011-09-11Btrfs: fix the file extent gap when doing direct IOMiao Xie1-6/+10
2011-08-18Merge branch 'btrfs-3.0' into for-linusChris Mason1-0/+16
2011-08-18Btrfs: set i_size properly when fallocating and we alreadyJosef Bacik1-0/+14
2011-08-18btrfs: unlock on error in btrfs_file_llseek()Dan Carpenter1-4/+8
2011-08-16btrfs: memory leak in btrfs_add_inode_defrag()Dan Carpenter1-0/+2
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-12/+9
2011-08-01Btrfs: Remove unused variable 'last_index' in file.cMitch Harder1-5/+2
2011-08-01Btrfs:don't check the return value of __btrfs_add_inode_defragWanlong Gao1-6/+5
2011-08-01Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linusChris Mason1-1/+2
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+7
2011-07-27Btrfs: fix enospc problems with delallocJosef Bacik1-3/+5
2011-07-27Btrfs: use find_or_create_page instead of grab_cache_pageJosef Bacik1-1/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-6/+15
2011-07-20Btrfs: implement our own ->llseekJosef Bacik1-1/+147
2011-07-14btrfs: don't BUG_ON btrfs_alloc_path() errorsMark Fasheh1-1/+2
2011-06-04btrfs: add helper for fs_info->closingDavid Sterba1-2/+2