Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fac03c8daeb581e2bc38e5a8c0c6a42cf87cf1c3
/
fs
/
btrfs
/
transaction.c
fac03c8
btrfs: move fs_info::fs_frozen to the flags
by David Sterba
· 7 years ago
4b5faea
btrfs: use generic slab for for btrfs_transaction
by David Sterba
· 8 years ago
c6100a4
Btrfs: replace tree->mapping with tree->private_data
by Josef Bacik
· 8 years ago
82bafb3
btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount option
by Qu Wenruo
· 8 years ago
f486135
btrfs: remove unused qgroup members from btrfs_trans_handle
by David Sterba
· 8 years ago
9b64f57
btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
6ef06d2
btrfs: Make btrfs_i_size_write take btrfs_inode
by Nikolay Borisov
· 8 years ago
877574e
btrfs: Make btrfs_set_inode_index take btrfs_inode
by Nikolay Borisov
· 8 years ago
8e7611c
btrfs: Make btrfs_insert_dir_item take btrfs_inode
by Nikolay Borisov
· 8 years ago
8b74c03
btrfs: remove unused parameter from btrfs_prepare_extent_commit
by David Sterba
· 8 years ago
eece6a9
btrfs: merge two superblock writing helpers
by David Sterba
· 8 years ago
9ea6e2b
btrfs: remove unnecessary mutex lock in qgroup_account_snapshot
by David Sterba
· 8 years ago
003d7c5
btrfs: allow unlink to exceed subvolume quota
by Jeff Mahoney
· 8 years ago
4a0cc7c
btrfs: Make btrfs_ino take a struct btrfs_inode
by Nikolay Borisov
· 8 years ago
20c7bce
Btrfs: ACCESS_ONCE cleanup
by Seraphime Kirkovski
· 8 years ago
3a45bb2
btrfs: remove root parameter from transaction commit/end routines
by Jeff Mahoney
· 8 years ago
bf89d38
btrfs: split btrfs_wait_marked_extents into normal and tree log functions
by Jeff Mahoney
· 8 years ago
2ff7e61
btrfs: take an fs_info directly when the root is not used otherwise
by Jeff Mahoney
· 8 years ago
ccdf9b3
btrfs: root->fs_info cleanup, access fs_info->delayed_root directly
by Jeff Mahoney
· 8 years ago
0b246af
btrfs: root->fs_info cleanup, add fs_info convenience variables
by Jeff Mahoney
· 8 years ago
27965b6
btrfs: root->fs_info cleanup, btrfs_calc_{trans,trunc}_metadata_size
by Jeff Mahoney
· 8 years ago
da17066
btrfs: pull node/sector/stripe sizes out of root and into fs_info
by Jeff Mahoney
· 8 years ago
6bccf3a
btrfs: call functions that always use the same root with fs_info instead
by Jeff Mahoney
· 8 years ago
5b4aace
btrfs: call functions that overwrite their root parameter with fs_info
by Jeff Mahoney
· 8 years ago
f29135b
Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
c2050a4
fs: Replace current_fs_time() with current_time()
by Deepa Dinamani
· 8 years ago
ab8d0fc
btrfs: convert pr_* to btrfs_* where possible
by Jeff Mahoney
· 8 years ago
62e8557
btrfs: convert printk(KERN_* to use pr_* calls
by Jeff Mahoney
· 8 years ago
5d163e0
btrfs: unsplit printed strings
by Jeff Mahoney
· 8 years ago
a43f7f8
Btrfs: remove BUG_ON in start_transaction
by Liu Bo
· 8 years ago
afcdd12
Btrfs: add a flags field to btrfs_fs_info
by Josef Bacik
· 8 years ago
9e7cc91
btrfs: fix fsfreeze hang caused by delayed iputs deal
by Wang Xiaoguang
· 8 years ago
6664283
btrfs: btrfs_abort_transaction, drop root parameter
by Jeff Mahoney
· 8 years ago
64b6358
btrfs: add btrfs_trans_handle->fs_info pointer
by Jeff Mahoney
· 8 years ago
3cdde22
btrfs: btrfs_test_opt and friends should take a btrfs_fs_info
by Jeff Mahoney
· 8 years ago
31b9655
Btrfs: track transid for delayed ref flushing
by Josef Bacik
· 9 years ago
89c5a54
btrfs: remove build fixup for qgroup_account_snapshot
by David Sterba
· 8 years ago
f7af393
btrfs: use new error message helper in qgroup_account_snapshot
by David Sterba
· 8 years ago
42f3173
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
by David Sterba
· 8 years ago
c315ef8
Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7
by Chris Mason
· 9 years ago
5ef64a3
Merge branch 'cleanups-4.7' into for-chris-4.7-20160516
by David Sterba
· 9 years ago
578def7
Btrfs: don't wait for unrelated IO to finish before relocation
by Filipe Manana
· 9 years ago
2c1984f
btrfs: build fixup for qgroup_account_snapshot
by David Sterba
· 9 years ago
6426c7a
btrfs: qgroup: Fix qgroup accounting when creating snapshot
by Qu Wenruo
· 9 years ago
210aa27
btrfs: sink gfp parameter to convert_extent_bit
by David Sterba
· 9 years ago
34d9700
btrfs: rename btrfs_std_error to btrfs_handle_fs_error
by Anand Jain
· 9 years ago
f004fae0
Merge branch 'cleanups-4.6' into for-chris-4.6
by David Sterba
· 9 years ago
04b285f
btrfs: Replace CURRENT_TIME by current_fs_time()
by Deepa Dinamani
· 9 years ago
88d3a5a
Btrfs: add transaction space reservation tracepoints
by Josef Bacik
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
a305810
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
8546b57
btrfs: preallocate path for snapshot creation at ioctl time
by David Sterba
· 9 years ago
b0c0ea6
btrfs: allocate root item at snapshot ioctl time
by David Sterba
· 9 years ago
575a75d
btrfs: pass proper enum type to start_transaction()
by Alexandru Moise
· 9 years ago
7785a66
Btrfs: fix memory leaks after transaction is aborted
by Filipe Manana
· 9 years ago
348a001
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
by Filipe Manana
· 9 years ago
8eab77f
Btrfs: use global reserve when deleting unused block group after ENOSPC
by Filipe Manana
· 9 years ago
a9e6d15
Merge branch 'allocator-fixes' into for-linus-4.4
by Chris Mason
· 9 years ago
3204d33
Btrfs: add a flags field to btrfs_transaction
by Josef Bacik
· 9 years ago
161c3549
Btrfs: change how we wait for pending ordered extents
by Josef Bacik
· 9 years ago
7174109
btrfs: qgroup: Use new metadata reservation.
by Qu Wenruo
· 9 years ago
a0d58e4
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
by Chris Mason
· 9 years ago
5aed1dd
btrfs: change num_items type from u64 to unsigned int
by Alexandru Moise
· 9 years ago
a099d0f
btrfs: memset cur_trans->delayed_refs to zero
by Alexandru Moise
· 9 years ago
f2f767e
btrfs: trimming some start_transaction() code away
by Alexandru Moise
· 9 years ago
6db4a73
Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
by Chris Mason
· 9 years ago
62fb50a
Merge branch 'anand/sysfs-updates-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
by Chris Mason
· 9 years ago
a83342a
btrfs: add comments to barriers before waitqueue_active
by David Sterba
· 10 years ago
b666a9c
btrfs: add barrier for waitqueue_active in clear_btree_io_tree
by David Sterba
· 9 years ago
175d58c
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
d9a0540
Btrfs: fix deadlock when finalizing block group creation
by Filipe Manana
· 9 years ago
a4553fe
Btrfs: consolidate btrfs_error() to btrfs_std_error()
by Anand Jain
· 9 years ago
03e8f64
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
2b9dbef
Btrfs: keep dropped roots in cache until transaction commit
by Josef Bacik
· 9 years ago
7d9071a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
1f9b8c8
Btrfs: check if previous transaction aborted to avoid fs corruption
by Filipe Manana
· 9 years ago
bee9182
introduce __sb_writers_{acquired,release}() helpers
by Oleg Nesterov
· 9 years ago
46cd285
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
by Chris Mason
· 9 years ago
147d256
btrfs: Remove unnecessary variants in relocation.c
by Zhaolei
· 9 years ago
e33e17e
btrfs: add missing discards when unpinning extents with -o discard
by Jeff Mahoney
· 9 years ago
8a73301
btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()
by Zhao Lei
· 9 years ago
d3efe08
Btrfs: fix list transaction->pending_ordered corruption
by Filipe Manana
· 9 years ago
d672633
btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup.
by Qu Wenruo
· 10 years ago
9086db8
btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots.
by Qu Wenruo
· 10 years ago
0ed4792
btrfs: qgroup: Switch to new extent-oriented qgroup mechanism.
by Qu Wenruo
· 10 years ago
3368d00
btrfs: qgroup: Record possible quota-related extent for qgroup.
by Qu Wenruo
· 10 years ago
4fbcdf6
Btrfs: fix -ENOSPC when finishing block group creation
by Filipe Manana
· 10 years ago
1bbc621
Btrfs: allow block group cache writeout outside critical section in commit
by Chris Mason
· 10 years ago
cb723e4
Btrfs: reserve space for block groups
by Josef Bacik
· 10 years ago
1262133
Btrfs: account for crcs in delayed ref processing
by Josef Bacik
· 10 years ago
28ed134
btrfs: actively run the delayed refs while deleting large files
by Chris Mason
· 10 years ago
fc4c3c8
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
by Chris Mason
· 10 years ago
9deed22
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1
by Chris Mason
· 10 years ago
521d474
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
dcdf7f6
Btrfs: prepare block group cache before writing
by Josef Bacik
· 10 years ago
ea526d1
Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)
by Josef Bacik
· 10 years ago
b4924a0
Btrfs: catch transaction abortion after waiting for it
by Liu Bo
· 10 years ago
84399bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
f5c0a12
Btrfs: remove extra run_delayed_refs in update_cowonly_root
by Josef Bacik
· 10 years ago
351810c
btrfs: use cond_resched_lock where possible
by David Sterba
· 10 years ago
Next »