index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
2009-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-04-01
fs: fix page_mkwrite error cases in core code and btrfs
Nick Piggin
2009-04-01
mm: page_mkwrite change prototype to match fault
Nick Piggin
2009-03-31
Btrfs: try to free metadata pages when we free btree blocks
Chris Mason
2009-03-31
Btrfs: add extra flushing for renames and truncates
Chris Mason
2009-03-26
btrfs: get rid of current_is_pdflush() in btrfs_btree_balance_dirty
Jens Axboe
2009-03-25
Btrfs: make sure btrfs_update_delayed_ref doesn't increase ref_mod
Chris Mason
2009-03-24
Btrfs: optimize fsyncs on old files
Chris Mason
2009-03-24
Btrfs: tree logging unlink/rename fixes
Chris Mason
2009-03-24
Btrfs: Make sure i_nlink doesn't hit zero too soon during log replay
Chris Mason
2009-03-24
Btrfs: limit balancing work while flushing delayed refs
Chris Mason
2009-03-24
Btrfs: readahead checksums during btrfs_finish_ordered_io
Chris Mason
2009-03-24
Btrfs: leave btree locks spinning more often
Chris Mason
2009-03-24
Btrfs: Only let very young transactions grow during commit
Chris Mason
2009-03-24
Btrfs: Check for a blocking lock before taking the spin
Chris Mason
2009-03-24
Btrfs: reduce stack in cow_file_range
Chris Mason
2009-03-24
Btrfs: reduce stalls during transaction commit
Chris Mason
2009-03-24
Btrfs: process the delayed reference queue in clusters
Chris Mason
2009-03-24
Btrfs: try to cleanup delayed refs while freeing extents
Chris Mason
2009-03-24
Btrfs: reduce stack usage in some crucial tree balancing functions
Chris Mason
2009-03-24
Btrfs: do extent allocation and reference count updates in the background
Chris Mason
2009-03-24
Btrfs: don't preallocate metadata blocks during btrfs_search_slot
Chris Mason
2009-03-10
Btrfs: Clear space_info full when adding new devices
Chris Mason
2009-03-10
Btrfs: Fix locking around adding new space_info
Chris Mason
2009-03-09
Btrfs: fix spinlock assertions on UP systems
Chris Mason
2009-02-20
Btrfs: try committing transaction before returning ENOSPC
Josef Bacik
2009-02-20
Btrfs: add better -ENOSPC handling
Josef Bacik
2009-02-20
Btrfs: check file pointer in btrfs_sync_file
Chris Mason
2009-02-12
Btrfs: hold trans_mutex when using btrfs_record_root_in_trans
Yan Zheng
2009-02-12
Btrfs: make a lockdep class for the extent buffer locks
Chris Mason
2009-02-12
Btrfs: fs/btrfs/volumes.c: remove useless kzalloc
Julia Lawall
2009-02-12
Btrfs: remove unused code in split_state()
Qinghuang Feng
2009-02-12
Btrfs: remove btrfs_init_path
Jeff Mahoney
2009-02-12
Btrfs: balance_level checks !child after access
Jeff Mahoney
2009-02-12
Btrfs: Avoid using __GFP_HIGHMEM with slab allocator
Yan Zheng
2009-02-12
Btrfs: don't clean old snapshots on sync(1)
Chris Mason
2009-02-12
Btrfs: use larger metadata clusters in ssd mode
Chris Mason
2009-02-12
Btrfs: process mount options on mount -o remount,
Chris Mason
2009-02-12
Btrfs: make sure all pending extent operations are complete
Josef Bacik
2009-02-09
Btrfs: don't use spin_is_contended
Chris Mason
2009-02-06
Btrfs: Make sure dir is non-null before doing S_ISGID checks
Chris Mason
2009-02-05
Btrfs: Fix memory leak in cache_drop_leaf_ref
Chris Mason
2009-02-04
Btrfs: don't return congestion in write_cache_pages as often
Chris Mason
2009-02-04
Btrfs: Only prep for btree deletion balances when nodes are mostly empty
Chris Mason
2009-02-04
Btrfs: fix btrfs_unlock_up_safe to walk the entire path
Chris Mason
2009-02-04
Btrfs: change btrfs_del_leaf to drop locks earlier
Chris Mason
2009-02-04
Btrfs: Change btrfs_truncate_inode_items to stop when it hits the inode
Chris Mason
2009-02-04
Btrfs: Don't try to compress pages past i_size
Chris Mason
2009-02-04
Btrfs: join the transaction in __btrfs_setxattr
Josef Bacik
2009-02-04
Btrfs: Handle SGID bit when creating inodes
Chris Ball
[next]