Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
00c570f4ba43ae73b41fa0a2269c3b0ac20386ef
/
fs
/
btrfs
/
disk-io.c
d7c1517
btrfs: Fix NO_SPACE bug caused by delayed-iput
by Zhao Lei
· 10 years ago
cdfb080
Btrfs: fix use after free when close_ctree frees the orphan_rsv
by Chris Mason
· 10 years ago
1bbc621
Btrfs: allow block group cache writeout outside critical section in commit
by Chris Mason
· 10 years ago
e56a951
Btrfs: Remove the check for old-style mkfs
by Liu Bo
· 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
d220712
btrfs: fix sizeof format specifier in btrfs_check_super_valid()
by Fabian Frederick
· 10 years ago
31e818f
btrfs: cleanup, use kmalloc_array/kcalloc array helpers
by David Sterba
· 10 years ago
f8c269d
btrfs: cleanup 64bit/32bit divs, compile time constants
by David Sterba
· 10 years ago
2b9fb53
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
a4f3d2c
btrfs: cleanup, reduce temporary variables in btrfs_read_roots
by David Sterba
· 10 years ago
6f01105
btrfs: use correct type for workqueue flags
by David Sterba
· 10 years ago
4bbcaa6
btrfs: factor btrfs_read_roots() out of open_ctree()
by Eric Sandeen
· 10 years ago
63443bf
btrfs: factor btrfs_replay_log() out of open_ctree()
by Eric Sandeen
· 10 years ago
2a45819
btrfs: factor btrfs_init_workqueues() out of open_ctree()
by Eric Sandeen
· 10 years ago
f9e92e4
btrfs: factor btrfs_init_qgroup() out of open_ctree()
by Eric Sandeen
· 10 years ago
ad61836
btrfs: factor btrfs_init_dev_replace_locks() out of open_ctree()
by Eric Sandeen
· 10 years ago
f37938e
btrfs: factor btrfs_init_btree_inode() out of open_ctree()
by Eric Sandeen
· 10 years ago
779a65a
btrfs: factor btrfs_init_balance() out of open_ctree()
by Eric Sandeen
· 10 years ago
638aa7e
btrfs: factor btrfs_init_scrub() out of open_ctree()
by Eric Sandeen
· 10 years ago
0489234
btrfs: consistently use fs_info in close_ctree()
by Eric Sandeen
· 10 years ago
9eaed21
btrfs: remove unused fs_info arg from btrfs_close_extra_devices()
by Eric Sandeen
· 10 years ago
41d6b13
btrfs: fix sizeof format specifier in btrfs_check_super_valid()
by Fabian Frederick
· 10 years ago
e8c9f18
btrfs: constify structs with op functions or static definitions
by David Sterba
· 10 years ago
01d5847
Btrfs: disk-io: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
d4b450c
Btrfs: fix race between transaction commit and empty block group removal
by Filipe Manana
· 10 years ago
ce7fca5
btrfs: add checks for sys_chunk_array sizes
by David Sterba
· 10 years ago
75d6ad3
btrfs: more superblock checks, lower bounds on devices and sectorsize/nodesize
by David Sterba
· 10 years ago
78f55e5
Btrfs: fix unused members in struct btrfs_root
by Anand Jain
· 10 years ago
5efa049
btrfs: set proper message level for skinny metadata
by David Sterba
· 10 years ago
f0954c6
btrfs: update message levels after checksum errors
by David Sterba
· 10 years ago
aa8ee31
btrfs: update message levels during failed mount
by David Sterba
· 10 years ago
68b663d
btrfs: update message levels for errors
by David Sterba
· 10 years ago
57bbddd
Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
df0ce26
fs: remove default_backing_dev_info
by Christoph Hellwig
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
1d4c08e
btrfs: expand btrfs_find_item if found_key is NULL
by David Sterba
· 10 years ago
381cf65
btrfs: fix leak of path in btrfs_find_item
by David Sterba
· 10 years ago
ce3e698
btrfs: sink parameter len to alloc_extent_buffer
by David Sterba
· 10 years ago
a83fffb
btrfs: sink blocksize parameter to btrfs_find_create_tree_block
by David Sterba
· 10 years ago
c0dcaa4
btrfs: sink blocksize parameter to reada_tree_block_flagged
by David Sterba
· 10 years ago
d3e46fe
btrfs: sink blocksize parameter to readahead_tree_block
by David Sterba
· 10 years ago
678886b
Btrfs: fix fs corruption on transaction abort if device supports discard
by Filipe Manana
· 10 years ago
0421682
Btrfs: fix race between fs trimming and block group remove/allocation
by Filipe Manana
· 10 years ago
ad27c0d
Merge branch 'dev/pending-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
50d9aa9
Btrfs: make sure logged extents complete in the current transaction V3
by Josef Bacik
· 10 years ago
cd743fa
btrfs: fix typos in btrfs_check_super_valid
by David Sterba
· 10 years ago
7e1876a
btrfs: switch inode_cache option handling to pending changes
by David Sterba
· 11 years ago
572d9ab
btrfs: add support for processing pending changes
by David Sterba
· 11 years ago
4f4274a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
21e7626
btrfs: use macro accessors in superblock validation checks
by David Sterba
· 10 years ago
d3dc366
Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
90d0c37
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
27b19cc
Merge branch 'cleanup/blocksize-diet-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
bbf65cf
Merge branch 'cleanup/misc-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus
by Chris Mason
· 10 years ago
c926093
btrfs: add more superblock checks
by David Sterba
· 10 years ago
656f30d
Btrfs: be aware of btree inode write errors to avoid fs corruption
by Filipe Manana
· 10 years ago
fccb84c
btrfs: move checks for DUMMY_ROOT into a helper
by David Sterba
· 10 years ago
2755a0d
btrfs: hide typecast to definition of BTRFS_SEND_TRANS_STUB
by David Sterba
· 10 years ago
97eb6b6
btrfs: use slab for end_io_wq structures
by David Sterba
· 10 years ago
bfebd8b
btrfs: use enum for wq endio metadata type
by David Sterba
· 10 years ago
95ac567
Btrfs: set default max_inline to 8KiB instead of 8MiB
by Filipe David Borba Manana
· 11 years ago
4d75f8a
btrfs: remove blocksize from btrfs_alloc_free_block and rename
by David Sterba
· 10 years ago
0308af4
btrfs: remove unused parameter blocksize from btrfs_find_tree_block
by David Sterba
· 10 years ago
ce86cd5
btrfs: remove parameter blocksize from read_tree_block
by David Sterba
· 10 years ago
6197d86
btrfs: return void from readahead_tree_block
by David Sterba
· 10 years ago
58dc4ce
btrfs: remove unused parameter from readahead_tree_block
by David Sterba
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
47ab2a6
Btrfs: remove empty block groups automatically
by Josef Bacik
· 10 years ago
8b110e3
Btrfs: implement repair function when direct read fails
by Miao Xie
· 10 years ago
ce7213c
Btrfs: fix wrong device bytes_used in the super block
by Miao Xie
· 10 years ago
935e5cc
Btrfs: fix wrong disk size when writing super blocks
by Miao Xie
· 10 years ago
82f70d6
btrfs: remove the wrong comments
by Li RongQing
· 10 years ago
56094ee
btrfs: Drop stray check of fixup_workers creation
by Andrey Utkin
· 10 years ago
29549ae
Btrfs: print btrfs specific info for some fatal error cases
by Wang Shilong
· 10 years ago
707e8a0
btrfs: use nodesize everywhere, kill leafsize
by David Sterba
· 10 years ago
3abdbd7
btrfs: make close_ctree return void
by David Sterba
· 10 years ago
57cdc8d
btrfs: cleanup ino cache members of btrfs_root
by David Sterba
· 11 years ago
b207892
Merge branch 'for-linus' into for-3.18/core
by Jens Axboe
· 10 years ago
ff9ea32
block, bdi: an active gendisk always has a request_queue associated with it
by Tejun Heo
· 10 years ago
908c7f1
percpu_counter: add @gfp to percpu_counter_init()
by Tejun Heo
· 10 years ago
9e0af23
Btrfs: fix task hang under heavy compressed write
by Liu Bo
· 10 years ago
7df69d3
Btrfs: Fix wrong device size when we are resizing the device
by Miao Xie
· 10 years ago
8d875f9
btrfs: disable strict file flushes for renames and truncates
by Chris Mason
· 10 years ago
5f31648
Btrfs: fix race between balance recovery and root deletion
by Wang Shilong
· 10 years ago
472b909
btrfs: only unlock block in verify_parent_transid if we locked it
by Josef Bacik
· 10 years ago
a79b7d4
Btrfs: async delayed refs
by Chris Mason
· 10 years ago
faa2dbf
Btrfs: add sanity tests for new qgroup accounting code
by Josef Bacik
· 10 years ago
fcebe45
Btrfs: rework qgroup accounting
by Josef Bacik
· 10 years ago
1f21ef0
Btrfs: check if items are ordered when a leaf is marked dirty
by Filipe Manana
· 11 years ago
de348ee
Btrfs: make sure there are not any read requests before stopping workers
by Wang Shilong
· 11 years ago
59885b3
Btrfs: fix possible memory leak in btrfs_create_tree()
by Tsutomu Itoh
· 11 years ago
27cdeb7
Btrfs: use bitfield instead of integer data type for the some variants in btrfs_root
by Miao Xie
· 11 years ago
65d33fd
btrfs: Add check to avoid cleanup roots already in fs_info->dead_roots.
by Qu Wenruo
· 11 years ago
21c7e75
Btrfs: reclaim the reserved metadata space at background
by Miao Xie
· 10 years ago
33c0022
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
28c16cb
Btrfs: fix possible memory leaks in open_ctree()
by Wang Shilong
· 11 years ago
3123bca
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
Next »