index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
Btrfs: only inherit btrfs specific flags when creating files
Josef Bacik
2011-10-19
1
-6
/
+11
|
|
*
|
|
|
|
Btrfs: allow us to overcommit our enospc reservations
Josef Bacik
2011-10-19
4
-18
/
+88
|
|
*
|
|
|
|
Btrfs: break out of orphan cleanup if we can't make progress
Josef Bacik
2011-10-19
1
-0
/
+11
|
|
*
|
|
|
|
Btrfs: use the global reserve as a backup for deleting inodes
Josef Bacik
2011-10-19
1
-1
/
+11
|
|
*
|
|
|
|
Btrfs: stop using write_one_page
Josef Bacik
2011-10-19
2
-67
/
+20
|
|
*
|
|
|
|
Btrfs: introduce convert_extent_bit
Josef Bacik
2011-10-19
2
-0
/
+190
|
|
*
|
|
|
|
Btrfs: check unused against how much space we actually want
Josef Bacik
2011-10-19
1
-1
/
+1
|
|
*
|
|
|
|
Btrfs: fix orphan cleanup regression
Josef Bacik
2011-10-19
1
-19
/
+17
|
|
*
|
|
|
|
Btrfs: use the inode's mapping mask for allocating pages
Josef Bacik
2011-10-19
6
-6
/
+18
|
|
*
|
|
|
|
Btrfs: delay iput when deleting a block group
Josef Bacik
2011-10-19
1
-1
/
+1
|
|
*
|
|
|
|
Btrfs: make sure to unset trans->block_rsv before running delayed refs
Josef Bacik
2011-10-19
1
-0
/
+11
|
|
*
|
|
|
|
Btrfs: stop passing a trans handle all around the reservation code
Josef Bacik
2011-10-19
6
-43
/
+39
|
|
*
|
|
|
|
Btrfs: don't get the block_rsv in btrfs_free_tree_block
Josef Bacik
2011-10-19
1
-4
/
+0
|
|
*
|
|
|
|
Btrfs: use the transactions block_rsv for the csum root
Josef Bacik
2011-10-19
2
-6
/
+10
|
|
*
|
|
|
|
Btrfs: handle enospc accounting for free space inodes
Josef Bacik
2011-10-19
4
-23
/
+47
|
|
*
|
|
|
|
Btrfs: put the block group cache after we commit the super
Josef Bacik
2011-10-19
2
-3
/
+3
|
|
*
|
|
|
|
Btrfs: set truncate block rsv's size
Josef Bacik
2011-10-19
1
-0
/
+2
|
|
*
|
|
|
|
Btrfs: don't increase the block_rsv's size when emergency allocating space
Josef Bacik
2011-10-19
1
-3
/
+0
|
|
*
|
|
|
|
Btrfs: fix space leak when we fail to make an allocation
Josef Bacik
2011-10-19
1
-6
/
+14
|
|
*
|
|
|
|
Btrfs: fix call to btrfs_search_slot in free space cache
Josef Bacik
2011-10-19
1
-1
/
+1
|
|
*
|
|
|
|
Btrfs: allow callers to specify if flushing can occur for btrfs_block_rsv_check
Josef Bacik
2011-10-19
6
-10
/
+10
|
|
*
|
|
|
|
Btrfs: reduce the amount of space needed for truncates
Josef Bacik
2011-10-19
2
-4
/
+15
|
|
*
|
|
|
|
Btrfs: only reserve space in fallocate if we have to do a preallocate
Josef Bacik
2011-10-19
1
-6
/
+16
|
|
*
|
|
|
|
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 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-07
20
-0
/
+20
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fs: add module.h to files that were implicitly using it
Paul Gortmaker
2011-11-01
9
-0
/
+9
|
*
|
|
|
|
|
|
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
Paul Gortmaker
2011-11-01
11
-0
/
+11
*
|
|
|
|
|
|
|
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-07
7
-34
/
+65
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
2011-10-30
7
-20
/
+44
|
*
|
|
|
|
|
|
|
writeback: send work item to queue_io, move_expired_inodes
Curt Wohlgemuth
2011-10-30
1
-8
/
+8
|
*
|
|
|
|
|
|
|
writeback: per-bdi background threshold
Wu Fengguang
2011-10-03
1
-5
/
+12
|
*
|
|
|
|
|
|
|
writeback: add bg_threshold parameter to __bdi_update_bandwidth()
Wu Fengguang
2011-10-03
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2011-11-07
6
-27
/
+113
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
ceph/super.c: quiet sparse noise
H Hartley Sweeten
2011-11-06
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
ceph/mds_client.c: quiet sparse noise
H Hartley Sweeten
2011-11-06
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
ceph: use new D_COMPLETE dentry flag
Sage Weil
2011-11-06
5
-23
/
+68
[prev]
[next]