index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-23
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-05
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
2012-06-27
Btrfs: avoid waiting for delayed refs when we must not
Jan Schmidt
1
-5
/
+6
2012-06-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
4
-46
/
+62
2012-06-21
Btrfs: delay iput with async extents
Josef Bacik
1
-2
/
+2
[prev]
[next]