aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-17Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason1-36/+0
2014-10-04Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-5/+5
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linusChris Mason1-1/+2
2014-10-03btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo1-1/+1
2014-10-02btrfs: use enum for wq endio metadata typeDavid Sterba1-1/+2
2014-10-02btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba1-4/+4
2014-10-02btrfs: remove unlikely from NULL checksDavid Sterba1-1/+1
2014-09-22Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-09-18btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo1-22/+57
2014-09-17Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie1-0/+6
2014-09-17Btrfs: implement repair function when direct read failsMiao Xie1-21/+255
2014-09-17Btrfs: do file data check by sub-bio's selfMiao Xie1-26/+74
2014-09-17Btrfs: cleanup similar code of the buffered data data check and dio read data checkMiao Xie1-55/+47
2014-09-17Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-17/+21
2014-09-17Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong1-2/+2
2014-09-17Btrfs: fall into nocompression codes quickly if possibleWang Shilong1-4/+1
2014-09-17Btrfs: fix wrong skipping compression for an inodeWang Shilong1-5/+20
2014-09-17Btrfs: set error return value in btrfs_get_blocks_directFilipe Manana1-1/+3
2014-09-17Btrfs: make defragment work with nodatacow optionWang Shilong1-3/+36
2014-09-17btrfs: kill the key type accessor helpersDavid Sterba1-14/+14
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-71/+120
2014-09-08Btrfs: use insert_inode_locked4 for inode creationChris Mason1-67/+109
2014-09-02Btrfs: fix crash while doing a ranged fsyncFilipe Manana1-1/+2
2014-09-02Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana1-3/+9
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-20/+89
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-12/+23
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo1-4/+3
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana1-0/+6
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana1-0/+36
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong1-0/+2
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong1-1/+2
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie1-3/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-44/+15
2014-08-15btrfs: disable strict file flushes for renames and truncatesChris Mason1-44/+3
2014-08-15Btrfs: fix compressed write corruption on enospcLiu Bo1-0/+12
2014-08-07btrfs: add RENAME_NOREPLACEMiklos Szeredi1-1/+11
2014-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-11/+30
2014-06-19Btrfs: fix broken free space cache after the system crashedMiao Xie1-11/+30
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+18
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-89/+204
2014-06-09Btrfs: make fsync work after cloning into a fileFilipe Manana1-38/+4
2014-06-09Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana1-0/+1
2014-06-09Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana1-1/+3
2014-06-09Btrfs: make sure we retry if we couldn't get the pageFilipe Manana1-1/+3
2014-06-09Btrfs: async delayed refsChris Mason1-0/+1
2014-06-09Btrfs: split up __extent_writepage to lower stack usageChris Mason1-1/+1
2014-06-09btrfs: Drop EXTENT_UPTODATE check in hole punching and direct lockingAlex Gartrell1-4/+68
2014-06-09btrfs: remove stale newlines from log messagesDavid Sterba1-2/+2
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-1/+1