index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: kill btrfs_truncate_reserve_metadata
Josef Bacik
2011-10-19
2
-34
/
+0
*
Btrfs: optimize how we account for space in truncate
Josef Bacik
2011-10-19
1
-29
/
+29
*
Btrfs: don't try to commit in btrfs_block_rsv_check
Josef Bacik
2011-10-19
1
-25
/
+4
*
Btrfs: kill unused parts of block_rsv
Josef Bacik
2011-10-19
3
-22
/
+6
*
Btrfs: ratelimit the generation printk for the free space cache
Josef Bacik
2011-10-19
1
-5
/
+7
*
Btrfs: fix how we reserve space for deleting inodes
Josef Bacik
2011-10-19
1
-11
/
+38
*
Btrfs: kill the durable block rsv stuff
Josef Bacik
2011-10-19
5
-101
/
+17
*
Btrfs: kill the orphan space calculation for snapshots
Josef Bacik
2011-10-19
3
-90
/
+0
*
Btrfs: calculate checksum space correctly
Josef Bacik
2011-10-19
3
-8
/
+118
*
Btrfs: skip looking for delalloc if we don't have ->fill_delalloc
Josef Bacik
2011-10-19
1
-1
/
+5
*
Btrfs: use bytes_may_use for all ENOSPC reservations
Josef Bacik
2011-10-19
3
-82
/
+112
*
Btrfs: fix how we mount subvol=<whatever>
Josef Bacik
2011-10-19
1
-64
/
+135
*
Btrfs: use d_obtain_alias when mounting subvol/subvolid
Josef Bacik
2011-10-19
1
-24
/
+1
*
Btrfs: kill reserved_bytes in inode
Josef Bacik
2011-10-19
3
-8
/
+0
*
Btrfs: move stuff around in btrfs_inode to get better packing
Josef Bacik
2011-10-19
1
-3
/
+3
*
Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux
Linus Torvalds
2011-10-03
1
-8
/
+16
|
\
|
*
Btrfs: force a page fault if we have a shorty copy on a page boundary
Josef Bacik
2011-09-30
1
-8
/
+16
*
|
Merge branch 'btrfs-3.0' into for-linus
Chris Mason
2011-09-20
1
-1
/
+6
|
\
|
|
*
Btrfs: reserve sufficient space for ioctl clone
Sage Weil
2011-09-20
1
-1
/
+6
*
|
Btrfs: only clear the need lookup flag after the dentry is setup
Josef Bacik
2011-09-18
1
-2
/
+11
*
|
BTRFS: Fix lseek return value for error
Jeff Liu
2011-09-18
1
-2
/
+7
*
|
Merge branch 'btrfs-3.0' into for-linus
Chris Mason
2011-09-18
2
-7
/
+12
|
\
|
|
*
Btrfs: don't change inode flag of the dest clone file
Li Zefan
2011-09-18
1
-1
/
+0
|
*
Btrfs: don't make a file partly checksummed through file clone
Li Zefan
2011-09-18
1
-0
/
+5
|
*
Btrfs: fix pages truncation in btrfs_ioctl_clone()
Li Zefan
2011-09-18
1
-4
/
+4
|
*
btrfs: fix d_off in the first dirent
Hidetoshi Seto
2011-09-18
1
-2
/
+3
*
|
Merge branch 'for-linus' of git://github.com/chrismason/linux
Linus Torvalds
2011-09-12
8
-22
/
+62
|
\
|
|
*
Btrfs: add dummy extent if dst offset excceeds file end in
Li Zefan
2011-09-11
1
-0
/
+6
|
*
Btrfs: calc file extent num_bytes correctly in file clone
Li Zefan
2011-09-11
1
-3
/
+10
|
*
btrfs: xattr: fix attribute removal
David Sterba
2011-09-11
1
-0
/
+9
|
*
Btrfs: fix wrong nbytes information of the inode
Miao Xie
2011-09-11
1
-2
/
+2
|
*
Btrfs: fix the file extent gap when doing direct IO
Miao Xie
2011-09-11
1
-6
/
+10
|
*
Btrfs: fix unclosed transaction handle in btrfs_cont_expand
Miao Xie
2011-09-11
1
-2
/
+6
|
*
Btrfs: fix misuse of trans block rsv
Liu Bo
2011-09-11
1
-0
/
+4
|
*
Btrfs: reset to appropriate block rsv after orphan operations
Liu Bo
2011-09-11
1
-0
/
+4
|
*
Btrfs: skip locking if searching the commit root in csum lookup
Josef Bacik
2011-09-11
1
-1
/
+3
|
*
btrfs: fix warning in iput for bad-inode
Sergei Trofimovich
2011-09-11
1
-7
/
+3
|
*
Btrfs: fix an oops when deleting snapshots
Liu Bo
2011-09-11
1
-1
/
+5
*
|
Btrfs: fix 64 bit divide problem
Josef Bacik
2011-08-21
1
-5
/
+7
*
|
Merge branch 'btrfs-3.0' into for-linus
Chris Mason
2011-08-18
8
-35
/
+167
|
\
|
|
*
Btrfs: set i_size properly when fallocating and we already
Josef Bacik
2011-08-18
1
-0
/
+14
|
*
Btrfs: truncate pages from clone ioctl target range
Sage Weil
2011-08-16
1
-0
/
+4
|
*
Btrfs: fix uninitialized sync_pending
Miao Xie
2011-08-16
1
-1
/
+1
|
*
Btrfs: fix wrong free space information
Miao Xie
2011-08-16
1
-5
/
+11
|
*
btrfs: memory leak in btrfs_add_inode_defrag()
Dan Carpenter
2011-08-16
1
-0
/
+2
|
*
Btrfs: use plain page_address() in header fields setget functions
Li Zefan
2011-08-16
1
-4
/
+2
|
*
Btrfs: forced readonly when btrfs_drop_snapshot() fails
Tsutomu Itoh
2011-08-16
2
-10
/
+16
|
*
Btrfs: check if there is enough space for balancing smarter
liubo
2011-08-16
1
-6
/
+35
|
*
Btrfs: fix a bug of balance on full multi-disk partitions
liubo
2011-08-16
1
-4
/
+13
|
*
Btrfs: fix an oops of log replay
liubo
2011-08-16
1
-4
/
+24
[next]