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