index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode-map.c
Commit message (
Expand
)
Author
Age
*
Btrfs: improve the noflush reservation
Miao Xie
2012-12-11
*
Btrfs: show useful info in space reservation tracepoint
Liu Bo
2012-03-29
*
btrfs: replace many BUG_ONs with proper error handling
Jeff Mahoney
2012-03-22
*
Btrfs: fix compiler warnings on 32 bit systems
Chris Mason
2012-02-24
*
Btrfs: space leak tracepoints
Josef Bacik
2012-01-16
*
Btrfs: fix no reserved space for writing out inode cache
Miao Xie
2011-11-10
*
Btrfs: handle enospc accounting for free space inodes
Josef Bacik
2011-10-19
*
btrfs: add helper for fs_info->closing
David Sterba
2011-06-04
*
Btrfs: add mount -o inode_cache
Chris Mason
2011-06-04
*
Btrfs: don't save the inode cache if we are deleting this root
Josef Bacik
2011-06-04
*
Btrfs: don't save the inode cache in non-FS roots
liubo
2011-06-04
*
Btrfs: setup free ino caching in a more asynchronous way
Li Zefan
2011-05-26
*
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...
Chris Mason
2011-05-22
|
\
*
|
Btrfs: Support reading/writing on disk free ino cache
Li Zefan
2011-04-25
*
|
Btrfs: Cache free inode numbers in memory
Li Zefan
2011-04-25
|
/
*
Btrfs: cleanup some BUG_ON()
Tsutomu Itoh
2011-03-28
*
Btrfs: do not reuse objectid of deleted snapshot/subvol
Yan, Zheng
2009-09-21
*
Btrfs: Fix a trivial warning using max() of u64 vs ULL.
Joel Becker
2009-04-27
*
Btrfs: remove btrfs_init_path
Jeff Mahoney
2009-02-12
*
Btrfs: Fix checkpatch.pl warnings
Chris Mason
2009-01-05
*
Btrfs: extent_map and data=ordered fixes for space balancing
Zheng Yan
2008-09-26
*
Btrfs: Update find free objectid function for orphan cleanup code
Zheng Yan
2008-09-25
*
Btrfs: Replace the big fs_mutex with a collection of other locks
Chris Mason
2008-09-25
*
Fix for btrfs_find_free_objectid
Yan
2008-09-25
*
Btrfs: Create extent_buffer interface for large blocksizes
Chris Mason
2008-09-25
*
Btrfs: trivial include fixups
Zach Brown
2007-07-11
*
Btrfs: add GPLv2
Chris Mason
2007-06-12
*
Btrfs: drop the inode map tree
Chris Mason
2007-04-10
*
Btrfs: dirindex optimizations
Chris Mason
2007-04-05
*
Btrfs: tweak the inode-map and free extent search starts on cold mount
Chris Mason
2007-04-04
*
Btrfs: corruptions fixed
Chris Mason
2007-04-02
*
Btrfs: corruption hunt continues
Chris Mason
2007-03-30
*
Btrfs: reference counts on data extents
Chris Mason
2007-03-27
*
btrfs_create, btrfs_write_super, btrfs_sync_fs
Chris Mason
2007-03-23
*
Mountable btrfs, with readdir
Chris Mason
2007-03-22
*
Btrfs: initial move to kernel module land
Chris Mason
2007-03-21
*
Btrfs: Add inode map, and the start of file extent items
Chris Mason
2007-03-20