summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Btrfs: race free update of commit root for ro snapshots"Chris Mason2014-10-171-36/+0Star
* Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2014-10-041-5/+5
|\
| * btrfs: remove unlikely from data-dependent branches and slow pathsDavid Sterba2014-10-021-4/+4
| * btrfs: remove unlikely from NULL checksDavid Sterba2014-10-021-1/+1
* | Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason2014-10-041-1/+2
|\ \
| * | btrfs: use enum for wq endio metadata typeDavid Sterba2014-10-021-1/+2
| |/
* / btrfs: Fix the wrong condition judgment about subset extent mapQu Wenruo2014-10-041-1/+1
|/
* Btrfs: try not to ENOSPC on log replayJosef Bacik2014-09-231-1/+2
* btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent mapQu Wenruo2014-09-181-22/+57
* Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie2014-09-171-0/+6
* Btrfs: implement repair function when direct read failsMiao Xie2014-09-171-21/+255
* Btrfs: do file data check by sub-bio's selfMiao Xie2014-09-171-26/+74
* Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie2014-09-171-55/+47Star
* Btrfs: load checksum data once when submitting a direct read ioMiao Xie2014-09-171-17/+21
* Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong2014-09-171-2/+2
* Btrfs: fall into nocompression codes quickly if possibleWang Shilong2014-09-171-4/+1Star
* Btrfs: fix wrong skipping compression for an inodeWang Shilong2014-09-171-5/+20
* Btrfs: set error return value in btrfs_get_blocks_directFilipe Manana2014-09-171-1/+3
* Btrfs: make defragment work with nodatacow optionWang Shilong2014-09-171-3/+36
* btrfs: kill the key type accessor helpersDavid Sterba2014-09-171-14/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-09-121-71/+120
|\
| * Btrfs: use insert_inode_locked4 for inode creationChris Mason2014-09-081-67/+109
| * Btrfs: fix crash while doing a ranged fsyncFilipe Manana2014-09-031-1/+2
| * Btrfs: fix corruption after write/fsync failure + fsync + log recoveryFilipe Manana2014-09-031-3/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-08-271-20/+89
|\|
| * Btrfs: fix task hang under heavy compressed writeLiu Bo2014-08-241-12/+23
| * btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2014-08-211-4/+3Star
| * Btrfs: don't monopolize a core when evicting inodeFilipe Manana2014-08-211-0/+6
| * Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana2014-08-211-0/+15
| * Btrfs: race free update of commit root for ro snapshotsFilipe Manana2014-08-211-0/+36
| * Btrfs: fix wrong extent mapping for DirectIOWang Shilong2014-08-191-0/+2
| * Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong2014-08-191-1/+2
| * Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie2014-08-191-3/+2Star
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2014-08-161-44/+15Star
|\|
| * btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-151-44/+3Star
| * Btrfs: fix compressed write corruption on enospcLiu Bo2014-08-151-0/+12
* | btrfs: add RENAME_NOREPLACEMiklos Szeredi2014-08-071-1/+11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-221-11/+30
|\
| * Btrfs: fix broken free space cache after the system crashedMiao Xie2014-06-191-11/+30
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-29/+18Star
|\ \
| * | btrfs: switch check_direct_IO() to iov_iterAl Viro2014-05-061-25/+15Star
| * | switch {__,}blockdev_direct_IO() to iov_iterAl Viro2014-05-061-2/+1Star
| * | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-061-6/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-06-111-89/+204
|\ \ \ | | |/ | |/|
| * | Btrfs: make fsync work after cloning into a fileFilipe Manana2014-06-101-38/+4Star
| * | Btrfs: don't release invalid page in btrfs_page_exists_in_range()Filipe Manana2014-06-101-0/+1
| * | Btrfs: make sure we retry if page is a retriable exceptionFilipe Manana2014-06-101-1/+3
| * | Btrfs: make sure we retry if we couldn't get the pageFilipe Manana2014-06-101-1/+3
| * | Btrfs: async delayed refsChris Mason2014-06-101-0/+1