Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d9411e57dc7fcdbf28eb825d090b06b4248a95bc
/
fs
/
btrfs
« Previous
6a41dd0
Btrfs: account for the correct number of extents for delalloc reservations
by Josef Bacik
· 10 years ago
8461a3d
Btrfs: fix merge delalloc logic
by Josef Bacik
· 10 years ago
48da5f0
Btrfs: fix comp_oper to get right order
by Liu Bo
· 10 years ago
b4924a0
Btrfs: catch transaction abortion after waiting for it
by Liu Bo
· 10 years ago
d220712
btrfs: fix sizeof format specifier in btrfs_check_super_valid()
by Fabian Frederick
· 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
dd9ef13
Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.
by Quentin Casasnovas
· 10 years ago
3a8b36f
Btrfs: fix data loss in the fast fsync path
by Filipe Manana
· 10 years ago
f5c0a12
Btrfs: remove extra run_delayed_refs in update_cowonly_root
by Josef Bacik
· 10 years ago
258ece0
btrfs: remove shadowing variables in __btrfs_map_block
by David Sterba
· 10 years ago
093adbc
btrfs: switch helper macros to static inlines in sysfs.h
by David Sterba
· 10 years ago
9d644a6
btrfs: cleanup, use correct type in div_u64_rem
by David Sterba
· 10 years ago
47c5713
btrfs: replace remaining do_div calls with div_u64 variants
by David Sterba
· 10 years ago
b8b93ad
btrfs: cleanup 64bit/32bit divs, provably bounded values
by David Sterba
· 10 years ago
3284da7
btrfs: use explicit initializer for seq_elem
by David Sterba
· 10 years ago
f64c7b1
btrfs: remove shadowing variables in __btrfs_buffered_write
by David Sterba
· 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
351810c
btrfs: use cond_resched_lock where possible
by David Sterba
· 10 years ago
853d8ec
btrfs: need_resched not needed with cond_resched
by David Sterba
· 10 years ago
84471e2
Btrfs: incremental send, don't rename a directory too soon
by Filipe Manana
· 10 years ago
1932b7b
btrfs: fix lost return value due to variable shadowing
by David Sterba
· 10 years ago
5cdf83e
Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr
by Filipe Manana
· 10 years ago
5dfe2be
Btrfs: fix off-by-one logic error in btrfs_realloc_node
by Filipe Manana
· 10 years ago
e8c1c76
Btrfs: add missing inode update when punching hole
by Filipe Manana
· 10 years ago
0c0ef4b
Btrfs: abort the transaction if we fail to update the free space cache inode
by Josef Bacik
· 10 years ago
4d884fc
Btrfs: fix fsync race leading to ordered extent memory leaks
by Filipe Manana
· 10 years ago
7dac5cb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
be5e661
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
e57cf21
Btrfs: fix allocation size calculations in alloc_btrfs_bio
by Chris Mason
· 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
08da757
btrfs: cleanup: use for() loop in btrfs_map_bio()
by Zhao Lei
· 10 years ago
a688a04
btrfs: remove unused chunk_tree argument in several functions
by Zhao Lei
· 10 years ago
b9fd47c
btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space()
by Zhao Lei
· 10 years ago
e8c9f18
btrfs: constify structs with op functions or static definitions
by David Sterba
· 10 years ago
f749303
Btrfs: switch to kvfree() helper
by Wang Shilong
· 10 years ago
01d5847
Btrfs: disk-io: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
a585e94
Btrfs: delayed-inode: replace root args iff only fs_info used
by Daniel Dressler
· 10 years ago
b7a0365
Btrfs: ctree: reduce args where only fs_info used
by Daniel Dressler
· 10 years ago
a742994
Btrfs: don't remove extents and xattrs when logging new names
by Filipe Manana
· 10 years ago
1a4bcf4
Btrfs: fix fsync data loss after adding hard link to inode
by Filipe Manana
· 10 years ago
3d84be7
Btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group
by Forrest Liu
· 10 years ago
dcab6a3
Btrfs: account for large extents with enospc
by Josef Bacik
· 10 years ago
3266789
Btrfs: don't set and clear delalloc for O_DIRECT writes
by Josef Bacik
· 10 years ago
3e05bde
Btrfs: only adjust outstanding_extents when we do a short write
by Josef Bacik
· 10 years ago
13212b5
btrfs: Fix out-of-space bug
by Zhao Lei
· 10 years ago
f55985f
Btrfs: scrub, fix sleep in atomic context
by Filipe Manana
· 10 years ago
575849e
Btrfs: fix scheduler warning when syncing log
by Filipe Manana
· 10 years ago
6bec003
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
8d38633
page_writeback: put account_page_redirty() after set_page_dirty()
by Konstantin Khebnikov
· 10 years ago
d83a08d
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
by Kirill A. Shutemov
· 10 years ago
23e8fe2
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
bdfeb5a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
3da5ab5
Btrfs: add missing blk_finish_plug in btrfs_sync_log()
by Forrest Liu
· 10 years ago
b76808f
btrfs: cleanup init for list in free-space-cache
by Gui Hecheng
· 10 years ago
2f08108
btrfs: delete chunk allocation attemp when setting block group ro
by Shaohua Li
· 10 years ago
289454a
btrfs: clear bio reference after submit_one_bio()
by Naohiro Aota
· 10 years ago
de554a4
Btrfs: fix scrub race leading to use-after-free
by Filipe Manana
· 10 years ago
001a648
Btrfs: add missing cleanup on sysfs init failure
by Filipe Manana
· 10 years ago
d4b450c
Btrfs: fix race between transaction commit and empty block group removal
by Filipe Manana
· 10 years ago
e3540ea
btrfs: add more checks to btrfs_read_sys_array
by David Sterba
· 10 years ago
1ffb22c
btrfs: cleanup, rename a few variables in btrfs_read_sys_array
by David Sterba
· 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
9cc97d6
Btrfs: Add code to support file creation time
by chandan r
· 12 years ago
a937b97
btrfs: kill btrfs_inode_*time helpers
by David Sterba
· 10 years ago
bc208e0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
063c54d
btrfs: fix raid56 scrub failed in xfstests btrfs/072
by Gui Hecheng
· 10 years ago
c4e00f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
95449a1
Btrfs: insert_new_root: Fix lock type of the extent buffer.
by chandan
· 10 years ago
78f55e5
Btrfs: fix unused members in struct btrfs_root
by Anand Jain
· 10 years ago
0ee13fe
btrfs: qgroup: move WARN_ON() to the correct location.
by Yang Dongsheng
· 10 years ago
26455d3
Btrfs: cleanup unused run_most
by Liu Bo
· 10 years ago
5701934
Rename all ref_count to refs in struct
by Zhao Lei
· 10 years ago
ffe2d20
Btrfs: Introduce BTRFS_BLOCK_GROUP_RAID56_MASK to check raid56 simply
by Zhao Lei
· 10 years ago
10f1190
Btrfs: Include map_type in raid_bio
by Zhao Lei
· 10 years ago
be50a8d
Btrfs: Simplify scrub_setup_recheck_block()'s argument
by Zhao Lei
· 10 years ago
b968fed
Btrfs: Combine per-page recover in dev-replace and scrub
by Zhao Lei
· 10 years ago
8d6738c
Btrfs: Separate finding-right-mirror and writing-to-target's process in scrub_handle_errored_block()
by Zhao Lei
· 10 years ago
dc5f7a3
Btrfs: Break loop when reach BTRFS_MAX_MIRRORS in scrub_setup_recheck_block()
by Zhao Lei
· 10 years ago
7653947
Btrfs: btrfs_rm_dev_replace_blocked(): Use wait_event()
by Zhao Lei
· 10 years ago
09dd7a0
Btrfs: Cleanup btrfs_bio_counter_inc_blocked()
by Zhao Lei
· 10 years ago
114ab50
Btrfs: Remove noneed force_write in scrub_write_block_to_dev_replace
by Zhao Lei
· 10 years ago
b25c94c
Btrfs: Fix a jump typo of nodatasum_case to avoid wrong WARN_ON()
by Zhao Lei
· 10 years ago
6e9606d
Btrfs: add ref_count and free function for btrfs_bio
by Zhao Lei
· 10 years ago
8e5cfb5
Btrfs: Make raid_map array be inlined in btrfs_bio structure
by Zhao Lei
· 10 years ago
Next »