Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d012aa5965160a39b24a4b41139a322f681cdfd7
/
fs
/
btrfs
c7309e8
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
062c19e
Btrfs: fix race when reusing stale extent buffers that leads to BUG_ON
by Filipe Manana
· 10 years ago
ff1f825
Btrfs: fix race between block group creation and their cache writeout
by Filipe Manana
· 10 years ago
28aeeac
Btrfs: fix panic when starting bg cache writeout after IO error
by Filipe Manana
· 10 years ago
e43699d
Btrfs: fix crash after inode cache writeback failure
by Filipe Manana
· 10 years ago
af64728
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
1d3c61c
Btrfs: fix wrong mapping flags for free space inode
by Filipe Manana
· 10 years ago
64887b6
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
5d2361d
Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent
by Forrest Liu
· 10 years ago
f583381
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
6e17d30
Btrfs: fill ->last_trans for delayed inode in btrfs_fill_inode.
by Yang Dongsheng
· 10 years ago
909e26d
btrfs: unlock i_mutex after attempting to delete subvolume during send
by Omar Sandoval
· 10 years ago
b860545
btrfs: check io_ctl_prepare_pages return in __btrfs_write_out_cache
by Omar Sandoval
· 10 years ago
5ca64f4
btrfs: fix race on ENOMEM in alloc_extent_buffer
by Omar Sandoval
· 10 years ago
67b7859
btrfs: handle ENOMEM in btrfs_alloc_tree_block
by Omar Sandoval
· 10 years ago
1b98450
Btrfs: fix find_free_dev_extent() malfunction in case device tree has hole
by Forrest Liu
· 10 years ago
e4c88f0
Btrfs: don't check for delalloc_bytes in cache_save_setup
by Chris Mason
· 10 years ago
24b89d0
Btrfs: fix deadlock when starting writeback of bg caches
by Filipe Manana
· 10 years ago
b58d1a9
Btrfs: fix race between start dirty bg cache writeout and bg deletion
by Filipe Manana
· 10 years ago
fe0f07d
direct-io: only inc/dec inode->i_dio_count for file systems
by Jens Axboe
· 10 years ago
a3bdccc
Btrfs: prevent list corruption during free space cache processing
by Chris Mason
· 10 years ago
ba0e4ae
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
85db36c
Btrfs: fix inode cache writeout
by Chris Mason
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
e082f56
btrfs: quota: Update quota tree after qgroup relationship change.
by Qu Wenruo
· 10 years ago
9c8b35b
btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations.
by Qu Wenruo
· 10 years ago
8ea0ec9
btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota.
by Dongsheng Yang
· 10 years ago
53b7cde
btrfs: Update btrfs qgroup status item when rescan is done.
by Qu Wenruo
· 10 years ago
3393168
btrfs: qgroup: Fix dead judgement on qgroup_rescan_leaf() return value.
by Qu Wenruo
· 10 years ago
e09fe2d
btrfs: Don't allow subvolid >= (1 << BTRFS_QGROUP_LEVEL_SHIFT) to be created
by Qu Wenruo
· 10 years ago
8465ece
btrfs: Check qgroup level in kernel qgroup assign.
by Qu Wenruo
· 10 years ago
f5a6b1c
btrfs: qgroup: allow to remove qgroup which has parent but no child.
by Dongsheng Yang
· 10 years ago
09870d2
btrfs: qgroup: return EINVAL if level of parent is not higher than child's.
by Dongsheng Yang
· 10 years ago
e2d1f92
btrfs: qgroup: do a reservation in a higher level.
by Dongsheng Yang
· 10 years ago
237c0e9
Btrfs: qgroup, Account data space in more proper timings.
by Dongsheng Yang
· 10 years ago
3119321
Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use.
by Dongsheng Yang
· 10 years ago
804ca12
Btrfs: qgroup: free reserved in exceeding quota.
by Dongsheng Yang
· 10 years ago
4087cf2
Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup().
by Dongsheng Yang
· 10 years ago
03477d9
btrfs: qgroup: fix limit args override whole limit struct
by Dongsheng Yang
· 10 years ago
d3001ed
btrfs: qgroup: update limit info in function btrfs_run_qgroups().
by Dongsheng Yang
· 10 years ago
1510e71
btrfs: qgroup: consolidate the parameter of fucntion update_qgroup_limit_item().
by Dongsheng Yang
· 10 years ago
e8c8541
btrfs: qgroup: update qgroup in memory at the same time when we update it in btree.
by Dongsheng Yang
· 10 years ago
3eeb4d5
btrfs: qgroup: inherit limit info from srcgroup in creating snapshot.
by Dongsheng Yang
· 10 years ago
c99f1b0
btrfs: Support busy loop of write and delete
by Zhao Lei
· 10 years ago
d7c1517
btrfs: Fix NO_SPACE bug caused by delayed-iput
by Zhao Lei
· 10 years ago
18d018a
btrfs: add WARN_ON() to check is space_info op current
by Zhao Lei
· 10 years ago
c30666d
btrfs: Set relative data on clear btrfs_block_group_cache->pinned
by Zhao Lei
· 10 years ago
264ca0f
btrfs: Adjust commit-transaction condition to avoid NO_SPACE more
by Zhao Lei
· 10 years ago
f2ab761
btrfs: Fix tail space processing in find_free_dev_extent()
by Zhao Lei
· 10 years ago
94b947b
btrfs: fix condition of commit transaction
by Zhao Lei
· 10 years ago
de249e6
Btrfs: fix uninit variable in clone ioctl
by Chris Mason
· 10 years ago
ccccf3d6
Btrfs: fix inode eviction infinite loop after cloning into it
by Filipe Manana
· 10 years ago
113e828
Btrfs: fix inode eviction infinite loop after extent_same ioctl
by Filipe Manana
· 10 years ago
df858e7
Btrfs: fix range cloning when same inode used as source and destination
by Filipe Manana
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 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
2b10826
Btrfs: don't use highmem for free space cache pages
by Chris Mason
· 10 years ago
c9dc4c6
Btrfs: two stage dirty block group writeout
by Chris Mason
· 10 years ago
4c6d1d8
btrfs: move struct io_ctl into ctree.h and rename it
by Chris Mason
· 10 years ago
3bce876
Btrfs: don't steal from the global reserve if we don't have the space
by Josef Bacik
· 10 years ago
365c531
Btrfs: don't commit the transaction in the async space flushing
by Josef Bacik
· 10 years ago
cb723e4
Btrfs: reserve space for block groups
by Josef Bacik
· 10 years ago
28f75a0
Btrfs: refill block reserves during truncate
by Chris Mason
· 10 years ago
1262133
Btrfs: account for crcs in delayed ref processing
by Josef Bacik
· 10 years ago
28ed134
btrfs: actively run the delayed refs while deleting large files
by Chris Mason
· 10 years ago
4a3d1ca
fs: btrfs: Add missing include file
by Guenter Roeck
· 10 years ago
dd82525
Btrfs: free and unlock our path before btrfs_free_and_pin_reserved_extent()
by Chris Mason
· 10 years ago
e56a951
Btrfs: Remove the check for old-style mkfs
by Liu Bo
· 10 years ago
727b978
btrfs: cleanup orphans while looking up default subvolume
by Jeff Mahoney
· 10 years ago
d862095
btrfs: explicitly set control file's private_data
by Tom Van Braeckel
· 10 years ago
26e726a
btrfs: incorrect handling for fiemap_fill_next_extent return
by Chengyu Song
· 10 years ago
3c3b04d
btrfs: don't accept bare namespace as a valid xattr
by David Sterba
· 10 years ago
dcc82f4
Btrfs: fix log tree corruption when fs mounted with -o discard
by Filipe Manana
· 10 years ago
2f2ff0e
Btrfs: fix metadata inconsistencies after directory fsync
by Filipe Manana
· 10 years ago
bf69196
Btrfs: change the insertion criteria for the qgroup operations rbtree
by Filipe Manana
· 10 years ago
3d850dd
Btrfs: add missing inode item update in fallocate()
by Filipe Manana
· 10 years ago
5f806c3
Btrfs: incremental send, remove dead code
by Filipe Manana
· 10 years ago
8996a48
Btrfs: incremental send, clear name from cache after orphanization
by Filipe Manana
· 10 years ago
2f1f465
Btrfs: send, don't leave without decrementing clone root's send_progress
by Filipe Manana
· 10 years ago
5cc2b17
Btrfs: send, add missing check for dead clone root
by Filipe Manana
· 10 years ago
4f764e5
Btrfs: remove deleted xattrs on fsync log replay
by Filipe Manana
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 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
e1cbbfa
Btrfs: fix outstanding_extents accounting in DIO
by Josef Bacik
· 10 years ago
6a3891c
Btrfs: add sanity test for outstanding_extents accounting
by Josef Bacik
· 10 years ago
bcb7e44
Btrfs: just free dummy extent buffers
by Josef Bacik
· 10 years ago
ba11721
Btrfs: account merges/splits properly
by Josef Bacik
· 10 years ago
dcdf7f6
Btrfs: prepare block group cache before writing
by Josef Bacik
· 10 years ago
ea526d1
Btrfs: fix ASSERT(list_empty(&cur_trans->dirty_bgs_list)
by Josef Bacik
· 10 years ago
Next »