index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-24
Btrfs: fix error handling in __add_reloc_root()
Dan Carpenter
1
-1
/
+2
2012-07-24
Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mounting
Ilya Dryomov
1
-2
/
+2
2012-07-24
Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()
Ilya Dryomov
1
-1
/
+1
2012-07-24
Btrfs: add DEVICE_READY ioctl
Josef Bacik
4
-2
/
+18
2012-07-23
Btrfs: flush delayed inodes if we're short on space
Josef Bacik
3
-38
/
+83
2012-07-23
btrfs: join DEV_STATS ioctls to one
David Sterba
4
-15
/
+15
2012-07-23
btrfs: ignore unfragmented file checks in defrag when compression enabled - r...
Andrew Mahone
1
-3
/
+5
2012-07-23
Btrfs: small naming cleanup in join_transaction()
Dan Carpenter
1
-2
/
+2
2012-07-23
Btrfs: don't update atime on RO subvolumes
Alexander Block
1
-0
/
+5
2012-07-23
Btrfs: allow mount -o remount,compress=no
Arnd Hannemann
1
-1
/
+8
2012-07-23
Btrfs: remove ->dirty_inode
Josef Bacik
1
-11
/
+0
2012-07-23
Btrfs: reduce calls to wake_up on uncontended locks
Chris Mason
1
-5
/
+9
2012-07-23
Btrfs: don't wait around for new log writers on an SSD
Chris Mason
1
-1
/
+2
2012-07-23
btrfs: switch btrfs_ioctl_balance() to mnt_want_write_file()
Al Viro
1
-2
/
+2
2012-07-14
VFS: Pass mount flags to sget()
David Howells
1
-2
/
+2
2012-07-14
don't pass nameidata to ->create()
Al Viro
1
-1
/
+1
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-1
/
+1
2012-07-14
vfs: switch i_dentry/d_alias to hlist
Al Viro
1
-1
/
+1
2012-07-12
Btrfs: fix typo in convert_extent_bit
Liu Bo
1
-1
/
+2
2012-07-12
Btrfs: add qgroup inheritance
Arne Jansen
4
-18
/
+61
2012-07-12
Btrfs: add qgroup ioctls
Arne Jansen
2
-0
/
+212
2012-07-12
Btrfs: hooks to reserve qgroup space
Arne Jansen
3
-0
/
+29
2012-07-12
Btrfs: hooks for qgroup to record delayed refs
Jan Schmidt
3
-6
/
+36
2012-07-12
Btrfs: quota tree support and startup
Arne Jansen
2
-6
/
+42
2012-07-12
Btrfs: call the qgroup accounting functions
Jan Schmidt
2
-0
/
+17
2012-07-12
Btrfs: qgroup implementation and prototypes
Arne Jansen
7
-1
/
+1681
2012-07-10
Btrfs: Test code to change the order of delayed-ref processing
Arne Jansen
1
-0
/
+49
2012-07-10
Btrfs: qgroup state and initialization
Arne Jansen
2
-0
/
+31
2012-07-10
Btrfs: added helper to create new trees
Arne Jansen
2
-1
/
+83
2012-07-10
Btrfs: check the root passed to btrfs_end_transaction
Arne Jansen
2
-0
/
+12
2012-07-10
Btrfs: add helper for tree enumeration
Arne Jansen
2
-0
/
+75
2012-07-10
Btrfs: qgroup on-disk format
Arne Jansen
1
-0
/
+136
2012-07-10
Btrfs: join tree mod log code with the code holding back delayed refs
Jan Schmidt
9
-219
/
+240
2012-07-10
Btrfs: fix buffer leak in btrfs_next_old_leaf
Jan Schmidt
1
-0
/
+1
2012-07-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
13
-201
/
+258
2012-07-02
Btrfs: run delayed directory updates during log replay
Chris Mason
1
-0
/
+6
2012-07-02
Btrfs: hold a ref on the inode during writepages
Josef Bacik
1
-0
/
+14
2012-07-02
Btrfs: fix tree log remove space corner case
Josef Bacik
1
-93
/
+52
2012-07-02
Btrfs: fix wrong check during log recovery
Liu Bo
1
-1
/
+1
2012-07-02
Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGS
Alexander Block
1
-1
/
+1
2012-07-02
Btrfs: resume balance on rw (re)mounts properly
Ilya Dryomov
4
-18
/
+47
2012-07-02
Btrfs: restore restriper state on all mounts
Ilya Dryomov
3
-25
/
+26
2012-07-02
Btrfs: fix dio write vs buffered read race
Josef Bacik
2
-18
/
+50
2012-07-02
Btrfs: don't count I/O statistic read errors for missing devices
Stefan Behrens
1
-10
/
+12
2012-06-27
Btrfs: resolve tree mod log locking issue in btrfs_next_leaf
Jan Schmidt
1
-0
/
+12
2012-06-27
Btrfs: fix tree mod log rewind of ADD operations
Jan Schmidt
1
-5
/
+1
2012-06-27
Btrfs: leave critical region in btrfs_find_all_roots as soon as possible
Jan Schmidt
1
-2
/
+1
2012-06-27
Btrfs: always put insert_ptr modifications into the tree mod log
Jan Schmidt
1
-7
/
+7
2012-06-27
Btrfs: fix tree mod log for root replacements at leaf level
Jan Schmidt
1
-13
/
+15
2012-06-27
Btrfs: support root level changes in __resolve_indirect_ref
Jan Schmidt
1
-4
/
+8
[prev]
[next]