index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
transaction.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-10
Btrfs: allow block group cache writeout outside critical section in commit
Chris Mason
1
-1
/
+37
2015-04-10
Btrfs: reserve space for block groups
Josef Bacik
1
-0
/
+1
2015-04-10
Btrfs: account for crcs in delayed ref processing
Josef Bacik
1
-0
/
+4
2015-04-10
btrfs: actively run the delayed refs while deleting large files
Chris Mason
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
Chris Mason
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
Chris Mason
1
-5
/
+2
2015-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Linus Torvalds
1
-14
/
+25
2015-03-17
Btrfs: prepare block group cache before writing
Josef Bacik
1
-1
/
+4
2015-03-13
Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)
Josef Bacik
1
-13
/
+18
2015-03-13
Btrfs: catch transaction abortion after waiting for it
Liu Bo
1
-0
/
+3
2015-03-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Linus Torvalds
1
-3
/
+0
2015-03-05
Btrfs: remove extra run_delayed_refs in update_cowonly_root
Josef Bacik
1
-3
/
+0
2015-03-03
btrfs: use cond_resched_lock where possible
David Sterba
1
-5
/
+2
2015-02-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
Linus Torvalds
1
-6
/
+21
2015-02-16
btrfs: constify structs with op functions or static definitions
David Sterba
1
-1
/
+1
2015-02-14
btrfs: Fix out-of-space bug
Zhao Lei
1
-0
/
+4
2015-01-21
Btrfs: track dirty block groups on their own list
Josef Bacik
1
-5
/
+9
2015-01-21
Btrfs: change how we track dirty roots
Josef Bacik
1
-1
/
+8
2015-01-20
btrfs: Fix the bug that fs_info->pending_changes is never cleared.
Qu Wenruo
1
-1
/
+1
2014-11-25
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
Chris Mason
1
-6
/
+32
2014-11-21
Btrfs: make sure logged extents complete in the current transaction V3
Josef Bacik
1
-0
/
+33
2014-11-20
Btrfs: make find_first_extent_bit be able to cache any state
Filipe Manana
1
-0
/
+3
2014-11-20
Btrfs: deal with convert_extent_bit errors to avoid fs corruption
Filipe Manana
1
-16
/
+76
2014-11-12
btrfs: introduce pending action: commit
David Sterba
1
-0
/
+5
2014-11-12
btrfs: switch inode_cache option handling to pending changes
David Sterba
1
-7
/
+12
2014-11-12
btrfs: add support for processing pending changes
David Sterba
1
-0
/
+16
2014-10-04
Merge branch 'remove-unlikely' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
Chris Mason
1
-1
/
+1
2014-10-04
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
Chris Mason
1
-1
/
+1
2014-10-03
Btrfs: fix race in WAIT_SYNC ioctl
Sage Weil
1
-3
/
+9
2014-10-03
Btrfs: be aware of btree inode write errors to avoid fs corruption
Filipe Manana
1
-0
/
+26
2014-10-02
btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
David Sterba
1
-1
/
+1
2014-10-02
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
1
-1
/
+1
2014-09-17
Btrfs: fix wrong device bytes_used in the super block
Miao Xie
1
-0
/
+1
2014-09-17
Btrfs: fix wrong disk size when writing super blocks
Miao Xie
1
-0
/
+2
2014-09-17
btrfs: use nodesize everywhere, kill leafsize
David Sterba
1
-1
/
+1
2014-09-17
btrfs: remove obsolete comment in btrfs_clean_one_deleted_snapshot
David Sterba
1
-4
/
+1
2014-08-15
btrfs: disable strict file flushes for renames and truncates
Chris Mason
1
-31
/
+2
2014-07-03
Btrfs: fix crash when starting transaction
Filipe Manana
1
-0
/
+1
2014-07-03
btrfs: remove stale comment from btrfs_flush_all_pending_stuffs
David Sterba
1
-5
/
+0
2014-06-28
Btrfs: assert send doesn't attempt to start transactions
Filipe Manana
1
-2
/
+4
2014-06-13
btrfs: fix error handling in create_pending_snapshot
Eric Sandeen
1
-5
/
+7
2014-06-10
Btrfs: convert smp_mb__{before,after}_clear_bit
Chris Mason
1
-2
/
+2
2014-06-09
Btrfs: async delayed refs
Chris Mason
1
-3
/
+16
2014-06-09
Btrfs: rework qgroup accounting
Josef Bacik
1
-26
/
+26
2014-06-09
Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root
Miao Xie
1
-16
/
+17
2014-06-09
btrfs: assert that send is not in progres before root deletion
David Sterba
1
-13
/
+0
2014-04-06
Btrfs: remove transaction from send
Josef Bacik
1
-17
/
+28
2014-04-06
Btrfs: don't clear uptodate if the eb is under IO
Josef Bacik
1
-1
/
+2
2014-03-20
Btrfs: fix deadlock with nested trans handles
Josef Bacik
1
-10
/
+4
2014-03-10
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
Miao Xie
1
-1
/
+1
[next]