Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
56b27cf6030dd36c56a5542ab8bfa406d337f083
/
fs
/
btrfs
e09f67f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
700ff4f
Btrfs: fix access_ok() check in btrfs_ioctl_send()
by Dan Carpenter
· 12 years ago
467bb1d
Btrfs: make sure we cleanup all reloc roots if error happens
by Wang Shilong
· 11 years ago
6646374
Btrfs: skip building backref tree for uuid and quota tree when doing balance relocation
by Wang Shilong
· 11 years ago
c974c46
Btrfs: fix an oops when doing balance relocation
by Wang Shilong
· 11 years ago
639eefc
Btrfs: don't miss skinny extent items on delayed ref head contention
by Filipe David Borba Manana
· 11 years ago
e43f998
btrfs: call mnt_drop_write after interrupted subvol deletion
by David Sterba
· 11 years ago
a7e252a
Btrfs: don't clear the default compression type
by Miao Xie
· 11 years ago
5ee5406
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
c170bbb
block: submit_bio_wait() conversions
by Kent Overstreet
· 11 years ago
fb0d1eb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
4204617
btrfs: update kconfig help text
by David Sterba
· 11 years ago
475bf36
btrfs: fix bio_size_ok() for max_sectors > 0xffff
by Akinobu Mita
· 11 years ago
4cd8587
btrfs: Use trace condition for get_extent tracepoint
by Steven Rostedt
· 11 years ago
52a1575
btrfs: fix typo in the log message
by Anand Jain
· 11 years ago
931aa87
Btrfs: fix list delete warning when removing ordered root from the list
by Miao Xie
· 11 years ago
56d140f
Btrfs: print bytenr instead of page pointer in check-int
by Stefan Behrens
· 11 years ago
9650e05
Btrfs: remove dead codes from ctree.h
by Wang Shilong
· 11 years ago
b52abf1
Btrfs: don't wait for ordered data outside desired range
by Filipe David Borba Manana
· 11 years ago
b1a06a4
Btrfs: fix lockdep error in async commit
by Liu Bo
· 11 years ago
d52c1bc
Btrfs: avoid heavy operations in btrfs_commit_super
by Liu Bo
· 11 years ago
ba69994
Btrfs: fix __btrfs_start_workers retval
by Ilya Dryomov
· 11 years ago
908960c
Btrfs: disable online raid-repair on ro mounts
by Ilya Dryomov
· 11 years ago
33ef30a
Btrfs: do not inc uncorrectable_errors counter on ro scrubs
by Ilya Dryomov
· 11 years ago
d006a04
Btrfs: only drop modified extents if we logged the whole inode
by Josef Bacik
· 11 years ago
6cfab85
Btrfs: make sure to copy everything if we rename
by Josef Bacik
· 11 years ago
4724b10
Btrfs: don't BUG_ON() if we get an error walking backrefs
by Josef Bacik
· 11 years ago
ffd3c02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 11 years ago
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
54563d4
btrfs: get rid of fdentry()
by Al Viro
· 11 years ago
46e0f66
btrfs: fix empty_zero_page misusage
by Chris Mason
· 11 years ago
91aef86
Btrfs: rename btrfs_start_all_delalloc_inodes
by Miao Xie
· 11 years ago
b024419
Btrfs: don't wait for the completion of all the ordered extents
by Miao Xie
· 11 years ago
9f3a074
Btrfs: don't wait for all the async delalloc when shrinking delalloc
by Miao Xie
· 11 years ago
c61a16a
Btrfs: fix the confusion between delalloc bytes and metadata bytes
by Miao Xie
· 11 years ago
18cd8ea
Btrfs: pick up the code for the item number calculation in flush_space()
by Miao Xie
· 11 years ago
38c135a
Btrfs: wait for the ordered extent only when we want
by Miao Xie
· 11 years ago
d3ee29e3
Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc()
by Miao Xie
· 11 years ago
3b7a016
Btrfs: avoid unnecessary scrub workers allocation
by Wang Shilong
· 11 years ago
007d31f
Btrfs: check file extent type before anything else
by Josef Bacik
· 11 years ago
f570e757
btrfs: Remove useless variable in write_ctree_super()
by Rashika
· 11 years ago
6787125
btrfs: Fix checkpatch.pl warning of spacing issues
by Dulshani Gunawardhana
· 11 years ago
d9b0d9b
btrfs: Replace kmalloc with kmalloc_array
by Dulshani Gunawardhana
· 11 years ago
e248e04
btrfs: Enclose macros with complex values within parenthesis
by Dulshani Gunawardhana
· 11 years ago
fae7f21
btrfs: Use WARN_ON()'s return value in place of WARN_ON(1)
by Dulshani Gunawardhana
· 11 years ago
b19e684
btrfs: Remove redundant local zero structure
by Dulshani Gunawardhana
· 11 years ago
3c45bfc
btrfs: Pack struct btrfs_device
by Dulshani Gunawardhana
· 11 years ago
95e94d1
btrfs: Replace multiple atomic_inc() with atomic_add()
by Rashika
· 11 years ago
2e9f595
btrfs: Add helper function for free_root_pointers()
by Rashika
· 11 years ago
48ec473
Btrfs: fix a crash when running balance and defrag concurrently
by Liu Bo
· 11 years ago
6f51956
Btrfs: do not run snapshot-aware defragment on error
by Liu Bo
· 11 years ago
269d040
Btrfs: log recovery, don't unlink inode always on error
by Filipe David Borba Manana
· 11 years ago
488111a
Btrfs: fix csum search offset/length calculation in log tree
by Filipe David Borba Manana
· 11 years ago
e46f538
Btrfs: fix verification of dir_item
by Filipe David Borba Manana
· 11 years ago
9b011ad
Btrfs: remove scrub_super_lock holding in btrfs_sync_log()
by Wang Shilong
· 11 years ago
7fdf4b6
Btrfs: use 'u64' rather than 'int' to get extent's generation
by Wang Shilong
· 11 years ago
9dced18
Btrfs: fix the free space write out failure when there is no data space
by Miao Xie
· 11 years ago
9e6a0c52
Btrfs: stop committing the transaction so much during relocate
by Josef Bacik
· 11 years ago
9f23e28
Btrfs: make sure the delalloc workers actually flush compressed writes
by Josef Bacik
· 11 years ago
9385876
Btrfs: take ordered root lock when removing ordered operations inode
by Josef Bacik
· 11 years ago
d788a34
Btrfs: don't abort transaction in run_delalloc_nocow
by Josef Bacik
· 11 years ago
02ecd2c
Btrfs: do not bug_on if we try to cow a free space cache inode
by Josef Bacik
· 11 years ago
0ef8b72
Btrfs: return an error from btrfs_wait_ordered_range
by Josef Bacik
· 11 years ago
ed25909
Btrfs: stop using vfs_read in send
by Josef Bacik
· 11 years ago
301993a
Btrfs: check_int, remove warning for mixed-mode
by Stefan Behrens
· 11 years ago
a5f519c
Btrfs: fix check_int 'leaf item out of bounce' regression
by Stefan Behrens
· 11 years ago
5599488
Btrfs: optimize extent item search in run_delayed_extent_op
by Filipe David Borba Manana
· 11 years ago
cab45e2
btrfs: add tracing for failed reservations
by Jeff Mahoney
· 11 years ago
8b558c5
btrfs: remove fs/btrfs/compat.h
by Zach Brown
· 11 years ago
1877e1a
btrfs: remove move_pages()
by Zach Brown
· 11 years ago
4546bca
btrfs: use get_seconds() instead of btrfs wrapper
by Zach Brown
· 11 years ago
8185554
Btrfs: fix incorrect inode acl reset
by Filipe David Borba Manana
· 11 years ago
ff76b05
Btrfs: Don't allocate inode that is already in use
by Stefan Behrens
· 11 years ago
e8b0d724
Btrfs: fix btrfs_prev_leaf() previous key computation
by Filipe David Borba Manana
· 11 years ago
e93ae26
Btrfs: optimize tree-log.c:count_inode_refs()
by Filipe David Borba Manana
· 11 years ago
229eed4
btrfs: simplify kmalloc+copy_from_user to memdup_user
by Geyslan G. Bem
· 11 years ago
5ede859
Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison.
by chandan
· 11 years ago
3c77bd9
Btrfs: don't leak delayed node on path allocation failure
by Filipe David Borba Manana
· 11 years ago
361c093
Btrfs: Wait for uuid-tree rebuild task on remount read-only
by Stefan Behrens
· 11 years ago
27087f3
Btrfs: init device stats for new devices
by Stefan Behrens
· 11 years ago
30d133f
Btrfs: fixup error path in __btrfs_inc_extent_ref
by Liu Bo
· 11 years ago
e649e58
Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts
by Ilya Dryomov
· 11 years ago
adfa97c
Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace
by Ilya Dryomov
· 11 years ago
f747cab
Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devices
by Ilya Dryomov
· 11 years ago
03b2f08
btrfs: Fix memory leakage in the tree-log.c
by Geyslan G. Bem
· 11 years ago
498456d
Btrfs: kill unused code in btrfs_search_forward
by Liu Bo
· 11 years ago
8319bfe
Btrfs: cleanup dead code of defragment
by Liu Bo
· 11 years ago
efd0c40
Btrfs: remove unnecessary key copy when logging inode
by Filipe David Borba Manana
· 11 years ago
452c75c
Btrfs: Simplify the logic in alloc_extent_buffer() for existing extent buffer case
by Chandra Seetharaman
· 11 years ago
7f4ca37
Btrfs: fix up seek_hole/seek_data handling
by Josef Bacik
· 11 years ago
4277a9c
Btrfs: add an assert to btrfs_lookup_csums_range for alignment
by Josef Bacik
· 11 years ago
ed9e8af
Btrfs: fix hole check in log_one_extent
by Josef Bacik
· 11 years ago
0e30db8
Btrfs: add a sanity test for a vacant extent at the front of a file
by Josef Bacik
· 11 years ago
25a5034
Btrfs: handle a missing extent for the first file extent
by Josef Bacik
· 11 years ago
9619249
Btrfs: stop all workers after we free block groups
by Josef Bacik
· 11 years ago
aaedb55
Btrfs: add tests for btrfs_get_extent
by Josef Bacik
· 11 years ago
294e30f
Btrfs: add tests for find_lock_delalloc_range
by Josef Bacik
· 11 years ago
857cc2f
Btrfs: free reserved space on error in a few places
by Josef Bacik
· 11 years ago
0be5dc6
Btrfs: fixup reserved trace points
by Josef Bacik
· 11 years ago
2b1360d
Btrfs: free up block groups after everything
by Josef Bacik
· 11 years ago
Next »