Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dac257f7419c732be3e491bbbb568a82df60208a
/
fs
/
btrfs
/
volumes.c
9bcaaea
btrfs: fix the gfp_mask for the reada_zones radix tree
by Chris Mason
· 8 years ago
e884f4f
btrfs: use q which is already obtained from bdev_get_queue
by Anand Jain
· 8 years ago
42c61ab
Btrfs: switch to div64_u64 if with a u64 divisor
by Liu Bo
· 8 years ago
825ad4c
btrfs: drop redundant parameters from btrfs_map_sblock
by David Sterba
· 8 years ago
171938e
btrfs: track exclusive filesystem operation in flags
by David Sterba
· 8 years ago
cc8385b
btrfs: preallocate radix tree node for readahead
by David Sterba
· 8 years ago
539b50d
Btrfs: convert BUG_ON to WARN_ON
by Liu Bo
· 8 years ago
2b19a1f
Btrfs: helper for ops that requires full stripe
by Liu Bo
· 8 years ago
6fad823
Btrfs: do not add extra mirror when dev_replace target dev is not available
by Liu Bo
· 8 years ago
73c0f22
Btrfs: handle operations for device replace separately
by Liu Bo
· 8 years ago
5ab5609
Btrfs: introduce a function to get extra mirror from replace
by Liu Bo
· 8 years ago
0b3d4cd
Btrfs: separate DISCARD from __btrfs_map_block
by Liu Bo
· 8 years ago
592d92e
Btrfs: create a helper for getting chunk map
by Liu Bo
· 8 years ago
490b54d
btrfs: convert extent_map.refs from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
140475a
btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
by Elena Reshetova
· 8 years ago
1450612
btrfs: fix a bogus warning when converting only data or metadata
by Adam Borowski
· 8 years ago
4b31ac4
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
a967efb
Btrfs: fix potential use-after-free for cloned bio
by Liu Bo
· 8 years ago
bbe08c0
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
fa25299
btrfs: handle allocation error in update_dev_stat_item
by David Sterba
· 8 years ago
da353f6
btrfs: constify device path passed to relevant helpers
by David Sterba
· 8 years ago
9003ed1
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
e4a4dce
btrfs: remove unused parameter from init_first_rw_device
by David Sterba
· 8 years ago
72b468c
btrfs: remove unused parameter from __btrfs_alloc_chunk
by David Sterba
· 8 years ago
efa7c9f
block: Get rid of blk_get_backing_dev_info()
by Jan Kara
· 8 years ago
087a76d
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
3444136
btrfs: opencode chunk locking, remove helpers
by David Sterba
· 8 years ago
3a45bb2
btrfs: remove root parameter from transaction commit/end routines
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
0b246af
btrfs: root->fs_info cleanup, add fs_info convenience variables
by Jeff Mahoney
· 8 years ago
3796d33
btrfs: root->fs_info cleanup, lock/unlock_chunks
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
fb45625
btrfs: root->fs_info cleanup, use fs_info->dev_root everywhere
by Jeff Mahoney
· 8 years ago
5112feb
btrfs: btrfs_init_new_device should use fs_info->dev_root
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
b159fa2
btrfs: remove constant parameter to memset_extent_buffer and rename it
by David Sterba
· 8 years ago
d24ee97
btrfs: use new helpers to set uuids in eb
by David Sterba
· 8 years ago
cf8cddd
btrfs: don't abuse REQ_OP_* flags for btrfs_map_block
by Christoph Hellwig
· 8 years ago
70fd761
block,fs: use REQ_* flags directly
by Christoph Hellwig
· 8 years ago
67f055c
btrfs: use op_is_sync to check for synchronous requests
by Christoph Hellwig
· 8 years ago
19c4d2f
Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"
by Chris Mason
· 8 years ago
0ccd052
btrfs: fix a possible umount deadlock
by Anand Jain
· 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
cea67ab
btrfs: clean the old superblocks before freeing the device
by Jeff Mahoney
· 8 years ago
afcdd12
Btrfs: add a flags field to btrfs_fs_info
by Josef Bacik
· 8 years ago
5d8eb6f
btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs
by Naohiro Aota
· 8 years ago
28687b9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
1423881
btrfs: do not background blkdev_put()
by Anand Jain
· 8 years ago
1eff9d3
block: rename bio bi_rw to bi_opf
by Jens Axboe
· 8 years ago
d58b0d9
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
6664283
btrfs: btrfs_abort_transaction, drop root parameter
by Jeff Mahoney
· 8 years ago
05f9a78
btrfs: btrfs_relocate_chunk pass extent_root to btrfs_end_transaction
by Jeff Mahoney
· 8 years ago
14a1e06
btrfs: introduce BTRFS_MAX_ITEM_SIZE
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
5a488b9
Btrfs: fix unexpected balance crash due to BUG_ON
by Liu Bo
· 8 years ago
e2bf6e8
btrfs: make sure device is synced before return
by Anand Jain
· 8 years ago
f448341
btrfs: reorg btrfs_close_one_device()
by Anand Jain
· 8 years ago
df5c82a
Btrfs: fix comparison in __btrfs_map_block()
by Vincent Stehlé
· 8 years ago
b971712a
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
b7f6705
Btrfs: Force stripesize to the value of sectorsize
by Chandan Rajendra
· 8 years ago
4c6459f
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
c871b0f
Btrfs: check if extent buffer is aligned to sectorsize
by Liu Bo
· 8 years ago
3d0f0b6
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
719da39
Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.7
by Chris Mason
· 8 years ago
81a75f6
btrfs: use bio fields for op and flags
by Mike Christie
· 8 years ago
b3d3fa5
btrfs: update __btrfs_map_block for REQ_OP transition
by Mike Christie
· 8 years ago
37226b2
btrfs: use bio op accessors
by Mike Christie
· 8 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 8 years ago
e06cd3d
Btrfs: add validadtion checks for chunk loading
by Liu Bo
· 8 years ago
99e3ecf
Btrfs: add more validation checks for superblock
by Liu Bo
· 8 years ago
d865177
Btrfs: clear uptodate flags of pages in sys_array eb
by Liu Bo
· 8 years ago
b2d5ad8
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
65d4f4c
Btrfs: end transaction if we abort when creating uuid root
by Josef Bacik
· 9 years ago
22ab04e
Btrfs: fix race between device replace and chunk allocation
by Filipe Manana
· 8 years ago
57ba4cb
Btrfs: fix race between device replace and block group removal
by Filipe Manana
· 8 years ago
559b6d9
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
42f3173
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
by David Sterba
· 8 years ago
0132761
btrfs: fix string and comment grammatical issues and typos
by Nicholas D Steeves
· 8 years ago
1c8b5b6
Btrfs: free sys_array eb as soon as possible
by Liu Bo
· 8 years ago
07be133
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
8da4b8c
lib/uuid.c: move generate_random_uuid() to uuid.c
by Andy Shevchenko
· 8 years ago
36fac9e
Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516
by David Sterba
· 8 years ago
5ef64a3
Merge branch 'cleanups-4.7' into for-chris-4.7-20160516
by David Sterba
· 8 years ago
48b3b9d
btrfs: fix lock dep warning move scratch super outside of chunk_mutex
by Anand Jain
· 9 years ago
e042d1e
Btrfs: remove BUG_ON()'s in btrfs_map_block
by Josef Bacik
· 9 years ago
3d8da67
Btrfs: fix divide error upon chunk's stripe_len
by Liu Bo
· 9 years ago
779bf3f
btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uuid_mutex
by Anand Jain
· 9 years ago
88be159
btrfs: allow balancing to dup with multi-device
by Austin S. Hemmelgarn
· 9 years ago
88acff6
btrfs: cleanup assigning next active device with a check
by Anand Jain
· 9 years ago
8ed01ab
btrfs: s_bdev is not null after missing replace
by Anand Jain
· 9 years ago
5c5c0df
btrfs: rename btrfs_find_device_by_user_input
by David Sterba
· 9 years ago
418775a
btrfs: use existing device constraints table btrfs_raid_array
by David Sterba
· 9 years ago
621292b
btrfs: introduce raid-type to error-code table, for minimum device constraint
by David Sterba
· 9 years ago
3cc31a0
btrfs: pass number of devices to btrfs_check_raid_min_devices
by David Sterba
· 9 years ago
f47ab25
btrfs: rename __check_raid_min_devices
by David Sterba
· 9 years ago
02feae3
btrfs: optimize check for stale device
by Anand Jain
· 9 years ago
Next »