Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
596410151ed71819b9e8a8018c6c9992796b256d
/
fs
/
btrfs
/
disk-io.c
5964101
Btrfs: recover balance on mount
by Ilya Dryomov
· 13 years ago
c9e9f97
Btrfs: add basic restriper infrastructure
by Ilya Dryomov
· 13 years ago
6fef8df
Btrfs: get rid of *_alloc_profile fields
by Ilya Dryomov
· 13 years ago
0dc3b84
Btrfs: fix num_workers_starting bug and other bugs in async thread
by Josef Bacik
· 13 years ago
32240a9
btrfs: mirror_num should be int, not u64
by Jan Schmidt
· 13 years ago
387125f
Btrfs: fix barrier flushes
by Chris Mason
· 13 years ago
586e46e
Btrfs: close devices on all error paths in open_ctree()
by Ilya Dryomov
· 13 years ago
4d34b27
Btrfs: avoid null dereference and leaks when bailing from open_ctree()
by Ilya Dryomov
· 13 years ago
7c7e82a
Btrfs: check for a null fs root when writing to the backup root log
by Chris Mason
· 13 years ago
306c8b6
Btrfs: stop the readahead threads on failed mount
by Chris Mason
· 13 years ago
c674e04
Btrfs: fix extent_buffer leak in the metadata IO error handling
by Chris Mason
· 13 years ago
806468f
Merge git://git.jan-o-sch.net/btrfs-unstable into integration
by Chris Mason
· 13 years ago
531f4b1a
Merge branch 'for-chris' of git://github.com/sensille/linux into integration
by Chris Mason
· 13 years ago
6d668dd
Btrfs: make a delayed_block_rsv for the delayed item insertion
by Josef Bacik
· 13 years ago
af31f5e
Btrfs: add a log of past tree roots
by Chris Mason
· 13 years ago
6c41761
btrfs: separate superblock items out of fs_info
by David Sterba
· 14 years ago
01d658f
Btrfs: make sure to flush queued bios if write_cache_pages waits
by Chris Mason
· 13 years ago
2bf6475
Btrfs: allow us to overcommit our enospc reservations
by Josef Bacik
· 13 years ago
300e4f8
Btrfs: put the block group cache after we commit the super
by Josef Bacik
· 13 years ago
37be25b
Btrfs: kill the durable block rsv stuff
by Josef Bacik
· 13 years ago
4bb31e9
btrfs: hooks for readahead
by Arne Jansen
· 13 years ago
90519d6
btrfs: state information for readahead
by Arne Jansen
· 13 years ago
ab0fff0
btrfs: add READAHEAD extent buffer flag
by Arne Jansen
· 13 years ago
bb82ab8
btrfs: add an extra wait mode to read_extent_buffer_pages
by Arne Jansen
· 13 years ago
8ddc7d9
btrfs: add mirror_num to extent_read_full_page
by Jan Schmidt
· 13 years ago
2271220
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 13 years ago
85d4e46
Btrfs: make a lockdep class for each root
by Chris Mason
· 13 years ago
a659171
Btrfs: stop using highmem for extent_buffers
by Chris Mason
· 13 years ago
bab39bf
Btrfs: use a worker thread to do caching
by Josef Bacik
· 13 years ago
0ee5dc6
btrfs: kill magical embedded struct superblock
by Al Viro
· 13 years ago
35a30d7
btrfs: fix uninitialized return value
by David Sterba
· 13 years ago
9fe6a50
btrfs: Remove unused sysfs code
by Maarten Lankhorst
· 13 years ago
7585717
Btrfs: fix relocation races
by Chris Mason
· 13 years ago
ac08aed
Btrfs: check the return value from set_anon_super
by Chris Mason
· 13 years ago
0e73587
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linus
by Chris Mason
· 13 years ago
5be7675
btrfs: fix unlocked access of delalloc_inodes
by David Sterba
· 13 years ago
632dd77
btrfs: reinitialize scrub workers
by Arne Jansen
· 13 years ago
ff5714c
Merge branch 'for-chris' of
by Chris Mason
· 13 years ago
174ba50
Btrfs: use the device_list_mutex during write_dev_supers
by Chris Mason
· 13 years ago
4cb5300
Btrfs: add mount -o auto_defrag
by Chris Mason
· 13 years ago
d6c0cb3
Merge branch 'cleanups_and_fixes' into inode_numbers
by Chris Mason
· 13 years ago
1f78160
Btrfs: using rcu lock in the reader side of devices list
by Xiao Guangrong
· 14 years ago
c9513ed
Btrfs: fix the race between reading and updating devices
by Xiao Guangrong
· 14 years ago
0956c79
BTRFS: Remove unused node_lock
by Andi Kleen
· 13 years ago
a4abeea
Btrfs: kill trans_mutex
by Josef Bacik
· 14 years ago
7a7eaa4
Btrfs: take away the num_items argument from btrfs_join_transaction
by Josef Bacik
· 14 years ago
7126733
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers
by Chris Mason
· 13 years ago
945d896
Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers
by Chris Mason
· 13 years ago
dcc6d07
Merge branch 'delayed_inode' into inode_numbers
by Chris Mason
· 13 years ago
16cdcec
btrfs: implement delayed inode items operation
by Miao Xie
· 14 years ago
0965537
Merge branch 'ino-alloc' of git://repo.or.cz/linux-btrfs-devel into inode_numbers
by Chris Mason
· 13 years ago
7a36dde
btrfs: use printk_ratelimited instead of printk_ratelimit
by David Sterba
· 14 years ago
a2de733
btrfs: scrub
by Arne Jansen
· 14 years ago
182608c
btrfs: remove old unused commented out code
by David Sterba
· 14 years ago
f2a97a9
btrfs: remove all unused functions
by David Sterba
· 14 years ago
ba14419
btrfs: drop gfp parameter from alloc_extent_buffer
by David Sterba
· 14 years ago
f09d1f6
btrfs: drop gfp parameter from find_extent_buffer
by David Sterba
· 14 years ago
172ddd6
btrfs: drop gfp parameter from alloc_extent_map
by David Sterba
· 14 years ago
a8067e0
btrfs: drop unused parameter from extent_map_tree_init
by David Sterba
· 14 years ago
f993c88
btrfs: drop unused argument from extent_io_tree_init
by David Sterba
· 14 years ago
4891aca
btrfs: fix dereference before check
by David Sterba
· 14 years ago
306e16c
btrfs: rename variables clashing with global function names
by David Sterba
· 14 years ago
019793b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
cfece4d
btrfs: add missing spin_unlock to a rare exit path
by David Sterba
· 14 years ago
82d5902
Btrfs: Support reading/writing on disk free ino cache
by Li Zefan
· 14 years ago
581bb05
Btrfs: Cache free inode numbers in memory
by Li Zefan
· 14 years ago
adff377
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
13c5a93
Btrfs: avoid taking the trans_mutex in btrfs_end_transaction
by Josef Bacik
· 14 years ago
884b826
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
08fe4db
Btrfs: Fix uninitialized root flags for subvolumes
by Li Zefan
· 14 years ago
212a17a
Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
1561ded
btrfs: fix possible deadlock by clearing __GFP_FS flag
by Miao Xie
· 14 years ago
c59021f
Btrfs: fix OOPS of empty filesystem after balance
by liubo
· 14 years ago
5378e60
Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes
by Li Dongyang
· 14 years ago
75e7cb7
Btrfs: Per file/directory controls for COW and compression
by Liu Bo
· 14 years ago
7e75bf3
btrfs: properly access unaligned checksum buffer
by David Sterba
· 14 years ago
db5b493
Btrfs: cleanup some BUG_ON()
by Tsutomu Itoh
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
a826d6d
Btrfs: check items for correctness as we search
by Josef Bacik
· 14 years ago
66b4ffd
Btrfs: handle errors in btrfs_orphan_cleanup
by Josef Bacik
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
ae0e47f
Remove one to many n's in a word
by Justin P. Mattock
· 14 years ago
007a14a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
eb14ab8
Btrfs: fix page->private races
by Chris Mason
· 14 years ago
cb5520f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
3612b49
btrfs: fix return value check of btrfs_join_transaction()
by Tsutomu Itoh
· 14 years ago
eab49be
Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38
by Chris Mason
· 14 years ago
83a4d54
Btrfs: Fix memory leak at umount
by Li Zefan
· 14 years ago
eee2a81
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
acce952
Btrfs: forced readonly mounts on errors
by liubo
· 14 years ago
5e540f7
btrfs: Fix memory leak in btrfs_read_fs_root_no_radix()
by Tsutomu Itoh
· 14 years ago
91ca338
btrfs: check NULL or not
by Tsutomu Itoh
· 14 years ago
20b4507
btrfs: mount failure return value fix
by Dave Young
· 14 years ago
a6fa6fa
btrfs: Add lzo compression support
by Li Zefan
· 14 years ago
e13cf63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
68433b7
Btrfs: EIO when we fail to read tree roots
by Chris Mason
· 14 years ago
3dd1462
Btrfs: fix compiler warnings
by Jan Beulich
· 14 years ago
aa3fc52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
5a92bc8
Btrfs: don't use migrate page without CONFIG_MIGRATION
by Chris Mason
· 14 years ago
Next »