summaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-03btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr1-1/+1
2016-04-14Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-04-14Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-04-14Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-04btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba1-1/+13
2016-01-21Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-10-28btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-03-14btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
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/g...Chris Mason1-5/+5
2014-10-04Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/ke...Chris Mason1-1/+2
2014-10-04btrfs: 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-23Btrfs: 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-18Btrfs: cleanup the read failure record after write or when the inode is freeingMiao Xie1-0/+6
2014-09-18Btrfs: implement repair function when direct read failsMiao Xie1-21/+255
2014-09-18Btrfs: do file data check by sub-bio's selfMiao Xie1-26/+74
2014-09-18Btrfs: cleanup similar code of the buffered data data check and dio read data...Miao Xie1-55/+47
2014-09-18Btrfs: load checksum data once when submitting a direct read ioMiao Xie1-17/+21
2014-09-18Btrfs: fix off-by-one in cow_file_range_inline()Wang Shilong1-2/+2
2014-09-18Btrfs: fall into nocompression codes quickly if possibleWang Shilong1-4/+1
2014-09-18Btrfs: fix wrong skipping compression for an inodeWang Shilong1-5/+20
2014-09-18Btrfs: set error return value in btrfs_get_blocks_directFilipe Manana1-1/+3
2014-09-18Btrfs: make defragment work with nodatacow optionWang Shilong1-3/+36
2014-09-18btrfs: 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/mas...Linus Torvalds1-71/+120
2014-09-09Btrfs: use insert_inode_locked4 for inode creationChris Mason1-67/+109
2014-09-03Btrfs: fix crash while doing a ranged fsyncFilipe Manana1-1/+2
2014-09-03Btrfs: 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/mas...Linus 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/ma...Linus 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-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-11/+30
2014-06-20Btrfs: 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/vir...Linus Torvalds1-29/+18
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-89/+204
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana1-38/+4