summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Btrfs: reclaim the reserved metadata space at backgroundMiao Xie4-1/+114
2014-06-10Btrfs: output warning instead of error when loading free space cache failedMiao Xie1-2/+2
2014-06-10btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo1-2/+24
2014-06-10btrfs: assert that send is not in progres before root deletionDavid Sterba2-13/+1
2014-06-10btrfs: protect snapshots from deleting during sendDavid Sterba3-2/+53
2014-06-10btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn1-2/+1
2014-06-10Btrfs: implement inode_operations callback tmpfileFilipe Manana1-20/+98
2014-06-10btrfs: make FS_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-10btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba1-3/+0
2014-06-10btrfs: export more from FS_INFO to sysfsDavid Sterba1-0/+40
2014-06-10btrfs: retrieve more info from FS_INFO ioctlDavid Sterba1-0/+4
2014-06-10btrfs: balance filter: add limit of processed chunksDavid Sterba3-1/+25
2014-06-10Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana1-1/+19
2014-06-10Btrfs: do not increment on bio_index one by oneLiu Bo1-1/+1
2014-06-10Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana1-1/+2
2014-06-10btrfs: Remove unnecessary check for NULLTobias Klauser1-2/+2
2014-06-10btrfs: fix inline compressed read err corruptionZach Brown1-10/+5
2014-06-10btrfs: return ptr error from compression workspaceZach Brown1-3/+3
2014-06-10btrfs: return errno instead of -1 from compressionZach Brown2-20/+20
2014-06-10btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens1-1/+4
2014-06-10Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana1-5/+11
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds5-13/+15
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana1-2/+5
2014-06-05mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman2-7/+9
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+6
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+6
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana1-1/+1
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo1-1/+5
2014-05-07btrfs: switch to ->write_iter()Al Viro1-14/+10
2014-05-07switch simple generic_file_aio_read() users to ->read_iter()Al Viro1-2/+2
2014-05-07iov_iter_truncate()Al Viro1-9/+8
2014-05-07btrfs: switch check_direct_IO() to iov_iterAl Viro1-25/+15
2014-05-07start adding the tag to iov_iterAl Viro1-1/+1
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-2/+1
2014-05-07get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-6/+6
2014-05-07kill generic_segment_checks()Al Viro1-6/+1
2014-05-07__btrfs_direct_write(): switch to iov_iterAl Viro1-11/+8
2014-05-07generic_file_direct_write(): switch to iov_iterAl Viro1-4/+2
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-45/+48
2014-04-26Btrfs: limit the path size in send to PATH_MAXChris Mason1-0/+5
2014-04-25Btrfs: correctly set profile flags on seqlock retryFilipe Manana1-1/+3
2014-04-25Btrfs: use correct key when repeating search for extent itemFilipe Manana1-0/+2
2014-04-25Btrfs: fix inode caching vs tree logMiao Xie1-16/+2
2014-04-25Btrfs: fix possible memory leaks in open_ctree()Wang Shilong1-5/+5
2014-04-25Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong1-1/+5
2014-04-25Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2-14/+14
2014-04-25btrfs: replace error code from btrfs_drop_extentsDavid Sterba2-5/+5
2014-04-25btrfs: Change the hole range to a more accurate value.Qu Wenruo1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra4-6/+6