Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5b9e2146ec4f8c6d436f9f7043a0409a4296a705
/
fs
/
btrfs
1f0377f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
1ca2225
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
39e3c95
vfs: remove DCACHE_NEED_LOOKUP
by Jeff Layton
· 12 years ago
57ba86c
Revert "Btrfs: reorder tree mod log operations in deleting a pointer"
by Chris Mason
· 12 years ago
4c3e696
Revert "Btrfs: MOD_LOG_KEY_REMOVE_WHILE_MOVING never change node's nritems"
by Chris Mason
· 12 years ago
a22180d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
213490b
Btrfs: fix a bug of per-file nocow
by Liu Bo
· 12 years ago
9c52057
Btrfs: fix hash overflow handling
by Chris Mason
· 12 years ago
c64c2bd
Btrfs: don't take inode delalloc mutex if we're a free space inode
by Josef Bacik
· 12 years ago
1135d6d
Btrfs: fix autodefrag and umount lockup
by Josef Bacik
· 12 years ago
9185aa5
Btrfs: fix permissions of empty files not affected by umask
by Filipe Brandenburger
· 12 years ago
31e5022
Btrfs: put raid properties into global table
by Liu Bo
· 12 years ago
4ded4f6
Btrfs: fix BUG() in scrub when first superblock reading gives EIO
by Stefan Behrens
· 12 years ago
6c760c0
Btrfs: do not call file_update_time in aio_write
by Josef Bacik
· 12 years ago
5124e00
Btrfs: only unlock and relock if we have to
by Josef Bacik
· 12 years ago
0b1c6cc
Btrfs: use tokens where we can in the tree log
by Josef Bacik
· 12 years ago
41be1f3
Btrfs: optimize leaf_space_used
by Josef Bacik
· 12 years ago
ad91455
Btrfs: don't memset new tokens
by Josef Bacik
· 12 years ago
ed7b63e
Btrfs: only clear dirty on the buffer if it is marked as dirty
by Josef Bacik
· 12 years ago
bb146eb
Btrfs: move checks in set_page_dirty under DEBUG
by Josef Bacik
· 12 years ago
70c8a91
Btrfs: log changed inodes based on the extent map tree
by Josef Bacik
· 12 years ago
d6393786
Btrfs: add path->really_keep_locks
by Josef Bacik
· 12 years ago
b11e234
Btrfs: do not mark ems as prealloc if we are writing to them
by Josef Bacik
· 12 years ago
b493968
Btrfs: keep track of the extents original block length
by Josef Bacik
· 12 years ago
b812ce2
Btrfs: inline csums if we're fsyncing
by Josef Bacik
· 12 years ago
a95249b
Btrfs: don't bother copying if we're only logging the inode
by Josef Bacik
· 12 years ago
e997615
Btrfs: only log the inode item if we can get away with it
by Josef Bacik
· 12 years ago
5f3ab90
Btrfs: rename root_times_lock to root_item_lock
by Anand Jain
· 12 years ago
b8b8ff5
btrfs: Notify udev when removing device
by Lukas Czerner
· 12 years ago
ac6a2b3
Btrfs: fix wrong return value of btrfs_truncate_page()
by Miao Xie
· 12 years ago
7426cc0
Btrfs: punch hole past the end of the file
by Miao Xie
· 12 years ago
0061280
Btrfs: fix the page that is beyond EOF
by Miao Xie
· 12 years ago
6347b3c
Btrfs: fix off-by-one error of the same page check in btrfs_punch_hole()
by Miao Xie
· 12 years ago
4b5829a
Btrfs: fix missing reserved space release in error path of delalloc reservation
by Miao Xie
· 12 years ago
543eabd
Btrfs: don't auto defrag a file when doing directIO
by Miao Xie
· 12 years ago
9600976
Btrfs: use ctl->unit for free space calculation instead of block_group->sectorsize
by Wang Sheng-Hui
· 12 years ago
43baa57
Btrfs: refactor error handling to drop inode in btrfs_create()
by Filipe Brandenburger
· 12 years ago
2794ed0
Btrfs: fix permissions of empty files not affected by umask
by Filipe Brandenburger
· 12 years ago
05dadc0
Btrfs: add fiemap's flag check
by Tsutomu Itoh
· 12 years ago
01e6deb
Btrfs: don't add a NULL extended attribute
by Liu Bo
· 12 years ago
755ac67
Btrfs: skip adding an acl attribute if we don't have to
by Liu Bo
· 12 years ago
0ff6fab
Btrfs: fix off-by-one error of the reserved size of btrfs_allocate()
by Miao Xie
· 12 years ago
797f427
Btrfs: use existing align macros in btrfs_allocate()
by Miao Xie
· 12 years ago
af1be4f
Btrfs: fix a scrub regression in case of write errors
by Stefan Behrens
· 12 years ago
f9c8374
Btrfs: fix a build warning for an unused label
by Stefan Behrens
· 12 years ago
cb3806e
Btrfs: fix race in check-integrity caused by usage of bitfield
by Stefan Behrens
· 12 years ago
b66f00d
Btrfs: fix freeze vs auto defrag
by Miao Xie
· 12 years ago
26176e7
Btrfs: restructure btrfs_run_defrag_inodes()
by Miao Xie
· 12 years ago
8ddc473
Btrfs: fix unprotected defragable inode insertion
by Miao Xie
· 12 years ago
9247f31
Btrfs: use slabs for auto defrag allocation
by Miao Xie
· 12 years ago
905b0dd
Btrfs: get write access for qgroup operations
by Miao Xie
· 12 years ago
b8e9548
Btrfs: get write access for scrub
by Miao Xie
· 12 years ago
da24927
Btrfs: get write access when removing a device
by Miao Xie
· 12 years ago
198605a
Btrfs: get write access when doing resize fs
by Miao Xie
· 12 years ago
3c04ce0
Btrfs: get write access when setting the default subvolume
by Miao Xie
· 12 years ago
8cd2807
Btrfs: fix wrong return value of btrfs_wait_for_commit()
by Miao Xie
· 12 years ago
ff7c1d3
Btrfs: don't start a new transaction when starting sync
by Miao Xie
· 12 years ago
9a8c28b
Btrfs: pass root object into btrfs_ioctl_{start, wait}_sync()
by Miao Xie
· 12 years ago
db2254b
Btrfs: fix an while-loop of listxattr
by Liu Bo
· 12 years ago
0714012
Btrfs: do not warn_on io_ctl->cur in io_ctl_map_page
by Wang Sheng-Hui
· 12 years ago
3f6bcfb
Btrfs: add support for device replace ioctls
by Stefan Behrens
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
ad6d620
Btrfs: allow repair code to include target disk when searching mirrors
by Stefan Behrens
· 12 years ago
72d7aef
Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replace
by Stefan Behrens
· 12 years ago
30d9861
Btrfs: optionally avoid reads from device replace source drive
by Stefan Behrens
· 12 years ago
472262f
Btrfs: changes to live filesystem are also written to replacement disk
by Stefan Behrens
· 12 years ago
29a8d9a
Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()
by Stefan Behrens
· 12 years ago
8dabb74
Btrfs: change core code of btrfs to support the device replace operations
by Stefan Behrens
· 12 years ago
e93c89c
Btrfs: add new sources for device replace code
by Stefan Behrens
· 12 years ago
ff023aa
Btrfs: add code to scrub to copy read data to another disk
by Stefan Behrens
· 12 years ago
6189192
Btrfs: handle errors from btrfs_map_bio() everywhere
by Stefan Behrens
· 12 years ago
63a212a
Btrfs: disallow some operations on the device replace target device
by Stefan Behrens
· 12 years ago
5ac00ad
Btrfs: disallow mutually exclusive admin operations from user mode
by Stefan Behrens
· 12 years ago
a2bff64
Btrfs: introduce a btrfs_dev_replace_item type
by Stefan Behrens
· 12 years ago
e922e08
Btrfs: enhance btrfs structures for device replace support
by Stefan Behrens
· 12 years ago
1acd683
Btrfs: avoid risk of a deadlock in btrfs_handle_error
by Stefan Behrens
· 12 years ago
aa1b8cd
Btrfs: pass fs_info instead of root
by Stefan Behrens
· 12 years ago
a8a6dab
Btrfs: add btrfs_scratch_superblock() function
by Stefan Behrens
· 12 years ago
3ec706c
Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree
by Stefan Behrens
· 12 years ago
5d96405
Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree
by Stefan Behrens
· 12 years ago
7ba15b7
Btrfs: add two more find_device() methods
by Stefan Behrens
· 12 years ago
beaf8ab
Btrfs: move some common code into a subfunction
by Stefan Behrens
· 12 years ago
b6bfebc
Btrfs: cleanup scrub bio and worker wait code
by Stefan Behrens
· 12 years ago
34f5c8e
Btrfs: in scrub repair code, simplify alloc error handling
by Stefan Behrens
· 12 years ago
cb2ced7
Btrfs: in scrub repair code, optimize the reading of mirrors
by Stefan Behrens
· 12 years ago
7a9e998
Btrfs: make the scrub page array dynamically allocated
by Stefan Behrens
· 12 years ago
a36cf8b
Btrfs: remove the block device pointer from the scrub context struct
by Stefan Behrens
· 12 years ago
d9d181c
Btrfs: rename the scrub context structure
by Stefan Behrens
· 12 years ago
d25628b
Btrfs: protect devices list with its mutex
by Liu Bo
· 12 years ago
b53d3f5
Btrfs: cleanup for btrfs_btree_balance_dirty
by Liu Bo
· 12 years ago
3ef5969
Btrfs: merge inode_list in __merge_refs
by Alexander Block
· 12 years ago
e1f5790
Btrfs: set hole punching time properly
by Tsutomu Itoh
· 12 years ago
d03f918
Btrfs: Don't trust the superblock label and simply printk("%s") it
by Stefan Behrens
· 12 years ago
109f236
Btrfs: fix a double free on pending snapshots in error handling
by Liu Bo
· 12 years ago
37c4146
Btrfs: fix a deadlock in aborting transaction due to ENOSPC
by Liu Bo
· 12 years ago
6c1500f
fs/btrfs: drop if around WARN_ON
by Julia Lawall
· 12 years ago
31b1a2b
fs/btrfs: use WARN
by Julia Lawall
· 12 years ago
5269b67
Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is set
by Miao Xie
· 12 years ago
bbe1426
Btrfs: fix unprotected extent map operation when logging file extents
by Miao Xie
· 12 years ago
Next »