summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: send, fix more issues related to directory renamesFilipe Manana2014-06-091-94/+96
* Btrfs: send, remove dead code from __get_cur_name_and_parentFilipe Manana2014-06-091-6/+0
* Btrfs: send, account for orphan directories when building path stringsFilipe Manana2014-06-091-24/+9
* Btrfs: send, avoid unnecessary inode item lookup in the btreeFilipe Manana2014-06-091-6/+7
* btrfs: add dev maxs limit for __btrfs_alloc_chunk in kernel spaceGui Hecheng2014-06-091-0/+16
* btrfs: fix wrong max system array size check in kernel spaceGui Hecheng2014-06-091-1/+2
* btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.Qu Wenruo2014-06-091-7/+30
* Btrfs: reclaim the reserved metadata space at backgroundMiao Xie2014-06-094-1/+114
* Btrfs: output warning instead of error when loading free space cache failedMiao Xie2014-06-091-2/+2
* btrfs: Add ctime/mtime update for btrfs device add/remove.Qu Wenruo2014-06-091-2/+24
* btrfs: assert that send is not in progres before root deletionDavid Sterba2014-06-092-13/+1
* btrfs: protect snapshots from deleting during sendDavid Sterba2014-06-093-2/+53
* btrfs: remove redundant null check in btrfs_dentry_release()Daeseok Youn2014-06-091-2/+1
* Btrfs: implement inode_operations callback tmpfileFilipe Manana2014-06-091-20/+98
* btrfs: make FS_INFO ioctl available to anyoneDavid Sterba2014-06-091-3/+0
* btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba2014-06-091-3/+0
* btrfs: export more from FS_INFO to sysfsDavid Sterba2014-06-091-0/+40
* btrfs: retrieve more info from FS_INFO ioctlDavid Sterba2014-06-091-0/+4
* btrfs: balance filter: add limit of processed chunksDavid Sterba2014-06-093-1/+25
* Btrfs: fix leaf corruption caused by ENOSPC while hole punchingFilipe Manana2014-06-091-1/+19
* Btrfs: do not increment on bio_index one by oneLiu Bo2014-06-091-1/+1
* Btrfs: read inode size after acquiring the mutex when punching a holeFilipe Manana2014-06-091-1/+2
* btrfs: Remove unnecessary check for NULLTobias Klauser2014-06-091-2/+2
* btrfs: fix inline compressed read err corruptionZach Brown2014-06-091-10/+5
* btrfs: return ptr error from compression workspaceZach Brown2014-06-091-3/+3
* btrfs: return errno instead of -1 from compressionZach Brown2014-06-092-20/+20
* btrfs: check_int: propagate out-of-memory error upwardsStefan Behrens2014-06-091-1/+4
* Btrfs: fix hang on error (such as ENOSPC) when writing extent pagesFilipe Manana2014-06-091-5/+11
* Btrfs: send, fix corrupted path strings for long pathsFilipe Manana2014-06-061-2/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-05-222-2/+6
|\
| * Btrfs: send, fix incorrect ref access when using extrefsFilipe Manana2014-05-201-1/+1
| * Btrfs: fix EIO on reading file after ioctl clone works on itLiu Bo2014-05-201-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-278-45/+48
|\|
| * Btrfs: limit the path size in send to PATH_MAXChris Mason2014-04-261-0/+5
| * Btrfs: correctly set profile flags on seqlock retryFilipe Manana2014-04-241-1/+3
| * Btrfs: use correct key when repeating search for extent itemFilipe Manana2014-04-241-0/+2
| * Btrfs: fix inode caching vs tree logMiao Xie2014-04-241-16/+2
| * Btrfs: fix possible memory leaks in open_ctree()Wang Shilong2014-04-241-5/+5
| * Btrfs: avoid triggering bug_on() when we fail to start inode caching taskWang Shilong2014-04-241-1/+5
| * Btrfs: move btrfs_{set,clear}_and_info() to ctree.hWang Shilong2014-04-242-14/+14
| * btrfs: replace error code from btrfs_drop_extentsDavid Sterba2014-04-242-5/+5
| * btrfs: Change the hole range to a more accurate value.Qu Wenruo2014-04-241-1/+1
| * btrfs: fix use-after-free in mount_subvol()Christoph Jaeger2014-04-141-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-11/+5
|\ \
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-011-1/+1
| * | btrfs_file_aio_write(): get rid of pposAl Viro2014-04-011-6/+5
| * | callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-011-5/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-1119-279/+374
|\ \ \ | | |/ | |/|
| * | Btrfs: fix compile warnings on on avr32 platformWang Shilong2014-04-111-1/+1
| * | btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer2014-04-101-0/+22