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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-20
Btrfs: pass the correct root to lookup_free_space_inode()
Ilya Dryomov
1
-1
/
+1
2011-10-20
Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC
Liu Bo
1
-1
/
+1
2011-10-20
Btrfs: fix direct-io vs nodatacow
Li Zefan
1
-2
/
+1
2011-10-20
Btrfs: remove BUG_ON() in compress_file_range()
Li Zefan
1
-1
/
+5
2011-10-20
Btrfs: fix array bound checking
Li Zefan
1
-4
/
+6
2011-10-20
btrfs: return EINVAL if start > total_bytes in fitrim ioctl
Lukas Czerner
1
-1
/
+5
2011-10-20
Btrfs: honor extent thresh during defragmentation
Li Zefan
1
-11
/
+26
2011-10-20
btrfs: trivial fix, a potential memory leak in btrfs_parse_early_options()
Jeff Liu
1
-2
/
+8
2011-10-20
Btrfs: fix wrong max_to_defrag in btrfs_defrag_file()
Li Zefan
1
-1
/
+1
2011-10-20
Btrfs: use i_size_read() in btrfs_defrag_file()
Li Zefan
1
-3
/
+4
2011-10-20
Btrfs: fix defragmentation regression
Li Zefan
1
-2
/
+4
2011-10-20
btrfs: fix memory leak in btrfs_defrag_file
Diego Calleja
1
-3
/
+1
2011-10-20
btrfs: check file extent backref offset underflow
Yan, Zheng
1
-1
/
+4
2011-10-19
Btrfs: don't flush the cache inode before writing it
Josef Bacik
1
-4
/
+0
2011-10-19
Btrfs: if we have a lot of pinned space, commit the transaction
Josef Bacik
1
-0
/
+15
2011-10-19
Btrfs: seperate out btrfs_block_rsv_check out into 2 different functions
Josef Bacik
6
-24
/
+37
2011-10-19
Btrfs: reserve some space for an orphan item when unlinking
Josef Bacik
1
-1
/
+8
2011-10-19
Btrfs: release trans metadata bytes before flushing delayed refs
Josef Bacik
2
-8
/
+3
2011-10-19
Btrfs: allow shrink_delalloc flush the needed reclaimed pages
Josef Bacik
1
-2
/
+3
2011-10-19
Btrfs: wait for ordered extents if we're in trouble when shrinking delalloc
Josef Bacik
1
-8
/
+17
2011-10-19
Btrfs: don't check bytes_pinned to determine if we should commit the transaction
Josef Bacik
1
-11
/
+0
2011-10-19
Btrfs: fix regression in re-setting a large xattr
Josef Bacik
1
-0
/
+11
2011-10-19
Btrfs: fix the amount of space reserved for unlink
Josef Bacik
1
-1
/
+10
2011-10-19
Btrfs: wait for ordered extents if we didn't reclaim enough
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: inline checksums into the disk free space cache
Josef Bacik
4
-68
/
+172
2011-10-19
Btrfs: take overflow into account in reserving space
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: check the return value of filemap_write_and_wait in the space cache
Josef Bacik
1
-2
/
+5
2011-10-19
Btrfs: add a io_ctl struct and helpers for dealing with the space cache
Josef Bacik
1
-318
/
+375
2011-10-19
Btrfs: don't skip writing out a empty block groups cache
Josef Bacik
1
-4
/
+6
2011-10-19
Btrfs: introduce mount option no_space_cache
Josef Bacik
3
-10
/
+22
2011-10-19
Btrfs: only inherit btrfs specific flags when creating files
Josef Bacik
1
-6
/
+11
2011-10-19
Btrfs: allow us to overcommit our enospc reservations
Josef Bacik
4
-18
/
+88
2011-10-19
Btrfs: break out of orphan cleanup if we can't make progress
Josef Bacik
1
-0
/
+11
2011-10-19
Btrfs: use the global reserve as a backup for deleting inodes
Josef Bacik
1
-1
/
+11
2011-10-19
Btrfs: stop using write_one_page
Josef Bacik
2
-67
/
+20
2011-10-19
Btrfs: introduce convert_extent_bit
Josef Bacik
2
-0
/
+190
2011-10-19
Btrfs: check unused against how much space we actually want
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: fix orphan cleanup regression
Josef Bacik
1
-19
/
+17
2011-10-19
Btrfs: use the inode's mapping mask for allocating pages
Josef Bacik
6
-6
/
+18
2011-10-19
Btrfs: delay iput when deleting a block group
Josef Bacik
1
-1
/
+1
2011-10-19
Btrfs: make sure to unset trans->block_rsv before running delayed refs
Josef Bacik
1
-0
/
+11
2011-10-19
Btrfs: stop passing a trans handle all around the reservation code
Josef Bacik
6
-43
/
+39
2011-10-19
Btrfs: don't get the block_rsv in btrfs_free_tree_block
Josef Bacik
1
-4
/
+0
2011-10-19
Btrfs: use the transactions block_rsv for the csum root
Josef Bacik
2
-6
/
+10
2011-10-19
Btrfs: handle enospc accounting for free space inodes
Josef Bacik
4
-23
/
+47
2011-10-19
Btrfs: put the block group cache after we commit the super
Josef Bacik
2
-3
/
+3
2011-10-19
Btrfs: set truncate block rsv's size
Josef Bacik
1
-0
/
+2
2011-10-19
Btrfs: don't increase the block_rsv's size when emergency allocating space
Josef Bacik
1
-3
/
+0
2011-10-19
Btrfs: fix space leak when we fail to make an allocation
Josef Bacik
1
-6
/
+14
2011-10-19
Btrfs: fix call to btrfs_search_slot in free space cache
Josef Bacik
1
-1
/
+1
[next]