| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-08 | 1 | -13/+5 |
|\ |
|
| * | Btrfs: allow running defrag in parallel to administrative tasks | Stefan Behrens | 2013-03-04 | 1 | -8/+0 |
| * | Btrfs: fix unclosed transaction handler when the async transaction commitment... | Miao Xie | 2013-03-04 | 1 | -0/+4 |
| * | Btrfs: fix wrong handle at error path of create_snapshot() when the commit fails | Miao Xie | 2013-03-04 | 1 | -5/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-03-02 | 1 | -48/+163 |
|\ \
| |/ |
|
| * | Btrfs: fix wrong reserved space when deleting a snapshot/subvolume | Miao Xie | 2013-02-28 | 1 | -2/+19 |
| * | Btrfs: fix wrong reserved space in qgroup during snap/subv creation | Miao Xie | 2013-02-28 | 1 | -19/+43 |
| * | Btrfs: remove unnecessary dget_parent/dput when creating the pending snapshot | Miao Xie | 2013-02-28 | 1 | -4/+6 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/... | Chris Mason | 2013-02-20 | 1 | -24/+96 |
| |\ |
|
| | * | Btrfs: fix cleaner thread not working with inode cache option | Liu Bo | 2013-02-20 | 1 | -0/+6 |
| | * | Btrfs: fix uncompleted transaction | Miao Xie | 2013-02-20 | 1 | -1/+1 |
| | * | Btrfs: set/change the label of a mounted file system | jeff.liu | 2013-02-20 | 1 | -0/+42 |
| | * | Btrfs: Add a new ioctl to get the label of a mounted file system | jeff.liu | 2013-02-20 | 1 | -0/+21 |
| | * | btrfs: add cancellation points to defrag | David Sterba | 2013-02-20 | 1 | -0/+6 |
| | * | Btrfs: fix memory leak of pending_snapshot->inherit | Miao Xie | 2013-02-20 | 1 | -11/+7 |
| | * | btrfs: remove cache only arguments from defrag path | Eric Sandeen | 2013-02-20 | 1 | -4/+4 |
| | * | Btrfs: move fs/btrfs/ioctl.h to include/uapi/linux/btrfs.h | Filipe Brandenburger | 2013-02-20 | 1 | -1/+1 |
| | * | Btrfs: Check CAP_DAC_READ_SEARCH for BTRFS_IOC_INO_PATHS | Kusanagi Kouichi | 2013-02-20 | 1 | -1/+1 |
| | * | Btrfs: fix trivial error in btrfs_ioctl_resize() | Miao Xie | 2013-02-20 | 1 | -6/+7 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -26/+26 |
|\ \ \
| |/ /
|/| | |
|
| * | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -26/+26 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-02-08 | 1 | -1/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Btrfs: move d_instantiate outside the transaction during mksubvol | Chris Mason | 2013-02-06 | 1 | -1/+4 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-01-25 | 1 | -35/+94 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Btrfs: reorder locks and sanity checks in btrfs_ioctl_defrag | Ilya Dryomov | 2013-01-20 | 1 | -8/+9 |
| * | Btrfs: fix unlock order in btrfs_ioctl_rm_dev | Ilya Dryomov | 2013-01-20 | 1 | -1/+1 |
| * | Btrfs: fix unlock order in btrfs_ioctl_resize | Ilya Dryomov | 2013-01-20 | 1 | -1/+1 |
| * | Btrfs: fix "mutually exclusive op is running" error code | Ilya Dryomov | 2013-01-20 | 1 | -4/+4 |
| * | Btrfs: bring back balance pause/resume logic | Ilya Dryomov | 2013-01-20 | 1 | -14/+64 |
| * | Btrfs: fix missing write access release in btrfs_ioctl_resize() | Miao Xie | 2013-01-14 | 1 | -0/+1 |
| * | Btrfs: fix resize a readonly device | Miao Xie | 2013-01-14 | 1 | -2/+4 |
| * | Btrfs: do not delete a subvolume which is in a R/O subvolume | Miao Xie | 2013-01-14 | 1 | -5/+5 |
| * | Btrfs: disable qgroup id 0 | Miao Xie | 2013-01-14 | 1 | -0/+5 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-12-18 | 1 | -81/+236 |
|\ \
| |/ |
|
| * | Btrfs: fix a bug of per-file nocow | Liu Bo | 2012-12-17 | 1 | -1/+4 |
| * | Btrfs: fix hash overflow handling | Chris Mason | 2012-12-17 | 1 | -0/+10 |
| * | Btrfs: get write access for qgroup operations | Miao Xie | 2012-12-16 | 1 | -25/+48 |
| * | Btrfs: get write access for scrub | Miao Xie | 2012-12-16 | 1 | -3/+13 |
| * | Btrfs: get write access when removing a device | Miao Xie | 2012-12-16 | 1 | -4/+8 |
| * | Btrfs: get write access when doing resize fs | Miao Xie | 2012-12-16 | 1 | -2/+8 |
| * | Btrfs: get write access when setting the default subvolume | Miao Xie | 2012-12-16 | 1 | -12/+28 |
| * | Btrfs: don't start a new transaction when starting sync | Miao Xie | 2012-12-16 | 1 | -4/+10 |
| * | Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync() | Miao Xie | 2012-12-16 | 1 | -6/+6 |
| * | Btrfs: add support for device replace ioctls | Stefan Behrens | 2012-12-16 | 1 | -0/+48 |
| * | Btrfs: disallow some operations on the device replace target device | Stefan Behrens | 2012-12-12 | 1 | -1/+7 |
| * | Btrfs: disallow mutually exclusive admin operations from user mode | Stefan Behrens | 2012-12-12 | 1 | -17/+36 |
| * | Btrfs: pass fs_info instead of root | Stefan Behrens | 2012-12-12 | 1 | -4/+4 |
| * | Btrfs: fix a double free on pending snapshots in error handling | Liu Bo | 2012-12-12 | 1 | -1/+5 |
| * | Btrfs: Remove the invalid shrink size check up from btrfs_shrink_dev() | jeff.liu | 2012-12-12 | 1 | -1/+1 |
* | | writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr() | Namjae Jeon | 2012-12-11 | 1 | -1/+1 |
|/ |
|