aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2014-06-09btrfs: remove useless ACL checkZhangZhen
2014-06-09btrfs: btrfs_rm_device() should zero mirror SB as wellAnand Jain
2014-06-09Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-09Btrfs: send, fix more issues related to directory renamesFilipe Manana
2014-06-09Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana
2014-06-09Btrfs: send, account for orphan directories when building path stringsFilipe Manana
2014-06-09Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana
2014-06-09btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng
2014-06-09btrfs: fix wrong max system array size check in kernel spaceGui Hecheng
2014-06-09btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo
2014-06-09Btrfs: reclaim the reserved metadata space at backgroundMiao Xie
2014-06-09Btrfs: output warning instead of error when loading free space cache failedMiao Xie
2014-06-09btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo
2014-06-09btrfs: assert that send is not in progres before root deletionDavid Sterba
2014-06-09btrfs: protect snapshots from deleting during sendDavid Sterba
2014-06-09btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn
2014-06-09Btrfs: implement inode_operations callback tmpfileFilipe Manana
2014-06-09btrfs: make FS_INFO ioctl available to anyoneDavid Sterba
2014-06-09btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba
2014-06-09btrfs: export more from FS_INFO to sysfsDavid Sterba
2014-06-09btrfs: retrieve more info from FS_INFO ioctlDavid Sterba
2014-06-09btrfs: balance filter: add limit of processed chunksDavid Sterba
2014-06-09Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana
2014-06-09Btrfs: do not increment on bio_index one by oneLiu Bo
2014-06-09Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana
2014-06-09btrfs: Remove unnecessary check for NULLTobias Klauser
2014-06-09btrfs: fix inline compressed read err corruptionZach Brown
2014-06-09btrfs: return ptr error from compression workspaceZach Brown
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown
2014-06-09btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens
2014-06-09Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06Btrfs: send, fix corrupted path strings for long pathsFilipe Manana
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-05-20Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana
2014-05-20Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo
2014-05-06btrfs: switch to ->write_iter()Al Viro
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06btrfs: switch check_direct_IO() to iov_iterAl Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06__btrfs_direct_write(): switch to iov_iterAl Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds