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
/
transaction.c
Commit message (
Expand
)
Author
Age
*
Btrfs: fix race in WAIT_SYNC ioctl
Sage Weil
2014-10-03
*
Btrfs: be aware of btree inode write errors to avoid fs corruption
Filipe Manana
2014-10-03
*
Btrfs: fix wrong device bytes_used in the super block
Miao Xie
2014-09-17
*
Btrfs: fix wrong disk size when writing super blocks
Miao Xie
2014-09-17
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
*
btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot
David Sterba
2014-09-17
*
btrfs: disable strict file flushes for renames and truncates
Chris Mason
2014-08-15
*
Btrfs: fix crash when starting transaction
Filipe Manana
2014-07-03
*
btrfs: remove stale comment from btrfs_flush_all_pending_stuffs
David Sterba
2014-07-03
*
Btrfs: assert send doesn't attempt to start transactions
Filipe Manana
2014-06-28
*
btrfs: fix error handling in create_pending_snapshot
Eric Sandeen
2014-06-13
*
Btrfs: convert smp_mb__{before,after}_clear_bit
Chris Mason
2014-06-10
*
Btrfs: async delayed refs
Chris Mason
2014-06-09
*
Btrfs: rework qgroup accounting
Josef Bacik
2014-06-09
*
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
2014-06-09
*
btrfs: assert that send is not in progres before root deletion
David Sterba
2014-06-09
*
Btrfs: remove transaction from send
Josef Bacik
2014-04-06
*
Btrfs: don't clear uptodate if the eb is under IO
Josef Bacik
2014-04-06
*
Btrfs: fix deadlock with nested trans handles
Josef Bacik
2014-03-20
*
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
Miao Xie
2014-03-10
*
Btrfs: cancel scrub on transaction abortion
Wang Shilong
2014-03-10
*
Btrfs: fix a possible deadlock between scrub and transaction committing
Wang Shilong
2014-03-10
*
btrfs: Add noinode_cache mount option
Qu Wenruo
2014-01-28
*
Btrfs: throttle delayed refs better
Josef Bacik
2014-01-28
*
Btrfs: attach delayed ref updates to delayed ref heads
Josef Bacik
2014-01-28
*
Btrfs: make fsync latency less sucky
Josef Bacik
2014-01-28
*
Btrfs: fix protection between send and root deletion
Wang Shilong
2014-01-28
*
Btrfs: remove btrfs_end_transaction_dmeta()
Miao Xie
2014-01-28
*
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Frank Holton
2014-01-28
*
Btrfs: wrap repeated code into scrub_blocked_if_needed()
Wang Shilong
2014-01-28
*
Btrfs: introduce a head ref rbtree
Liu Bo
2014-01-28
*
Btrfs: fix lockdep error in async commit
Liu Bo
2013-11-20
*
Btrfs: rename btrfs_start_all_delalloc_inodes
Miao Xie
2013-11-11
*
Btrfs: don't wait for the completion of all the ordered extents
Miao Xie
2013-11-11
*
Btrfs: fix memory leaks on transaction commit failure
Filipe David Borba Manana
2013-11-11
*
Btrfs: fix BUG_ON() casued by the reserved space migration
Miao Xie
2013-11-11
*
Btrfs: fix two use-after-free bugs with transaction cleanup
Josef Bacik
2013-11-11
*
Btrfs: remove all BUG_ON()'s from commit_cowonly_roots
Josef Bacik
2013-11-11
*
Btrfs: cleanup transaction on abort
Josef Bacik
2013-11-11
*
Btrfs: reset intwrite on transaction abort
Josef Bacik
2013-11-11
*
Btrfs: fix transid verify errors when recovering log tree
Josef Bacik
2013-10-04
*
Btrfs: kill delay_iput arg to the wait_ordered functions
Josef Bacik
2013-09-21
*
Btrfs: Remove superfluous casts from u64 to unsigned long long
Geert Uytterhoeven
2013-09-01
*
Btrfs: check UUID tree during mount if required
Stefan Behrens
2013-09-01
*
Btrfs: introduce uuid-tree-gen field
Stefan Behrens
2013-09-01
*
Btrfs: maintain subvolume items in the UUID tree
Stefan Behrens
2013-09-01
*
btrfs: mark some local function as 'static'
Sergei Trofimovich
2013-09-01
*
Btrfs: don't bug_on when we fail when cleaning up transactions
Josef Bacik
2013-09-01
*
btrfs: Cleanup for using BTRFS_SETGET_STACK instead of raw convert
Qu Wenruo
2013-09-01
*
Btrfs: check to see if root_list is empty before adding it to dead roots
Josef Bacik
2013-08-09
[next]