Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-06-10Btrfs: make fsync work after cloning into a fileFilipe Manana
2014-06-10trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/Antonio Ospite
2014-06-10Btrfs: fix clone to deal with holes when NO_HOLES feature is enabledFilipe Manana
2014-06-10btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAXGui Hecheng
2014-06-10Btrfs: update commit root on snapshot creation after orphan cleanupFilipe Manana
2014-06-10Btrfs: ioctl, don't re-lock extent range when not necessaryFilipe Manana
2014-06-10Btrfs: avoid visiting all extent items when cloning a rangeFilipe Manana
2014-06-10Btrfs: set dead flag on the right root when destroying snapshotFilipe Manana
2014-06-10Btrfs: ensure readers see new data after a clone operationFilipe Manana
2014-06-10btrfs: replace simple_strtoull() with kstrtoull()ZhangZhen
2014-06-10Btrfs: rework qgroup accountingJosef Bacik
2014-06-10Btrfs: use bitfield instead of integer data type for the some variants in btr...Miao Xie
2014-06-10btrfs: assert that send is not in progres before root deletionDavid Sterba
2014-06-10btrfs: protect snapshots from deleting during sendDavid Sterba
2014-06-10btrfs: make FS_INFO ioctl available to anyoneDavid Sterba
2014-06-10btrfs: make DEV_INFO ioctl available to anyoneDavid Sterba
2014-06-10btrfs: retrieve more info from FS_INFO ioctlDavid Sterba
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: fix EIO on reading file after ioctl clone works on itLiu Bo
2014-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-25btrfs: replace error code from btrfs_drop_extentsDavid Sterba
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-07btrfs: export global block reserve size as space_infoDavid Sterba
2014-04-07Btrfs: fix EINVAL checks in btrfs_cloneChris Mason
2014-04-07btrfs: filter invalid arg for btrfs resizeGui Hecheng
2014-04-07Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter
2014-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-03-22Btrfs: fix a crash of clone with inline extents's splitLiu Bo
2014-03-21Btrfs: less fs tree lock contention when using autodefragFilipe Manana
2014-03-21Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun
2014-03-21Btrfs: cache extent states in defrag code pathFilipe Manana
2014-03-10Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lockMiao Xie
2014-03-10Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolumeMiao Xie
2014-03-10Btrfs: make defrag not fragment files when using prealloc extentsFilipe Manana
2014-03-10Btrfs: correctly flush data on defrag when compression is enabledFilipe Manana
2014-03-10btrfs: Fix 32/64-bit problem with BTRFS_SET_RECEIVED_SUBVOL ioctlHugo Mills
2014-03-10btrfs: Return EXDEV for cross file system snapshotKusanagi Kouichi
2014-02-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-15Revert "btrfs: add ioctl to export size of global metadata reservation"Chris Mason
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-02-09btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba
2014-02-09btrfs: commit transaction after setting label and featuresJeff Mahoney
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-29btrfs: fix defrag 32-bit integer overflowJustin Maggard
2014-01-29btrfs: call permission checks earlier in ioctls and return EPERMDavid Sterba
2014-01-29btrfs: restrict snapshotting to own subvolumesDavid Sterba
2014-01-29Btrfs: faster file extent item search in clone ioctlFilipe David Borba Manana