Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7cd8c7527cb3ad3b397fecfa1bdc8eec9fa33dd8
/
fs
/
btrfs
/
inode.c
7cd8c75
btrfs: sink gfp parameter to set_extent_delalloc
by David Sterba
· 9 years ago
9116621
btrfs: sink gfp parameter to clear_extent_bits
by David Sterba
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
ade7702
Btrfs: fix deadlock between direct IO reads and buffered writes
by Filipe Manana
· 9 years ago
c05c5ee
Merge tag 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.6
by Chris Mason
· 9 years ago
f004fae0
Merge branch 'cleanups-4.6' into for-chris-4.6
by David Sterba
· 9 years ago
675d276
Merge branch 'foreign/liubo/replace-lockup' into for-chris-4.6
by David Sterba
· 9 years ago
e9ddd77
Merge branch 'foreign/josef/space-updates' into for-chris-4.6
by David Sterba
· 9 years ago
e22b3d1
Merge branch 'dev/gfp-flags' into for-chris-4.6
by David Sterba
· 9 years ago
5f1b566
Merge branch 'chandan/prep-subpage-blocksize' into for-chris-4.6
by David Sterba
· 9 years ago
ce6b714
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
5598e90
btrfs: drop null testing before destroy functions
by Kinglong Mee
· 9 years ago
04b285f
btrfs: Replace CURRENT_TIME by current_fs_time()
by Deepa Dinamani
· 9 years ago
dc95f7b
Btrfs: fix truncate_space_check
by Josef Bacik
· 9 years ago
1636d1d
Btrfs: fix direct IO requests not reporting IO error to user space
by Filipe Manana
· 9 years ago
27c9d77
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
bc4ef75
btrfs: properly set the termination value of ctx->pos in readdir
by David Sterba
· 9 years ago
49e350a
btrfs: readdir: use GFP_KERNEL
by David Sterba
· 9 years ago
27772b6
Btrfs: Clean pte corresponding to page straddling i_size
by Chandan Rajendra
· 9 years ago
5a2834f
Btrfs: Fix block size returned to user space
by Chandan Rajendra
· 9 years ago
0c29ba9
Btrfs: Limit inline extents to root->sectorsize
by Chandan Rajendra
· 9 years ago
5f4dc8f
Btrfs: btrfs_submit_direct_hook: Handle map_length < bio vector length
by Chandan Rajendra
· 9 years ago
dbfdb6d
Btrfs: Search for all ordered extents that could span across a page
by Chandan Rajendra
· 9 years ago
d0b7da88
Btrfs: btrfs_page_mkwrite: Reserve space in sectorsized units
by Chandan Rajendra
· 9 years ago
9703fef
Btrfs: fallocate: Work with sectorsized blocks
by Chandan Rajendra
· 9 years ago
2dabb32
Btrfs: Direct I/O read: Work on sectorsized blocks
by Chandan Rajendra
· 9 years ago
d3f71ae
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
de0ee0e
Btrfs: fix race between fsync and lockless direct IO writes
by Filipe Manana
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
2101ae4
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
0bc19f90
btrfs: merge functions for wait snapshot creation
by Zhao Lei
· 9 years ago
c2d6cb1
Btrfs: fix deadlock running delayed iputs at transaction commit time
by Filipe Manana
· 9 years ago
c1a198d
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
ddf1d62
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
988f1f5
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5
by Chris Mason
· 9 years ago
b28cf57
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
a305810
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
e4058b5
btrfs: cleanup, use enum values for btrfs_path reada
by David Sterba
· 9 years ago
4d4ab6d
btrfs: constify static arrays
by David Sterba
· 9 years ago
20e5506
btrfs: constify remaining structs with function pointers
by David Sterba
· 9 years ago
ee22184
Btrfs: use linux/sizes.h to represent constants
by Byongho Lee
· 9 years ago
7928d67
btrfs: cleanup, remove stray return statements
by David Sterba
· 9 years ago
e40da0e
btrfs: remove unused inode argument from uncompress_inline()
by Byongho Lee
· 10 years ago
100d570
btrfs: don't use slab cache for struct btrfs_delalloc_work
by David Sterba
· 9 years ago
8089fe6
btrfs: put delayed item hook into inode
by David Sterba
· 9 years ago
be7bd73
Btrfs: igrab inode in writepage
by Josef Bacik
· 9 years ago
271dba4
Btrfs: fix transaction handle leak on failure to create hard link
by Filipe Manana
· 9 years ago
9269d12
Btrfs: fix number of transaction units required to create symlink
by Filipe Manana
· 9 years ago
d50866d
Btrfs: don't leave dangling dentry if symlink creation failed
by Filipe Manana
· 9 years ago
fceef39
switch ->get_link() to delayed_call, kill ->put_link()
by Al Viro
· 9 years ago
a53fe25
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.5
by Chris Mason
· 9 years ago
bb9d687
Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
afa427c
Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5
by Chris Mason
· 9 years ago
f28a492
Btrfs: fix leaking of ordered extents after direct IO write error
by Filipe Manana
· 9 years ago
b850ae1
Btrfs: fix deadlock between direct IO write and defrag/readpages
by Filipe Manana
· 9 years ago
1454377
Btrfs: fix error path when failing to submit bio for direct IO write
by Filipe Manana
· 9 years ago
6b25539
replace ->follow_link() with new method that could stay in RCU mode
by Al Viro
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
9172abb
btrfs: Use xattr handler infrastructure
by Andreas Gruenbacher
· 9 years ago
97d7929
posix acls: Remove duplicate xattr name definitions
by Andreas Gruenbacher
· 9 years ago
3042460
btrfs: remove wait from struct btrfs_delalloc_work
by David Sterba
· 9 years ago
651d494
btrfs: sink parameter wait to btrfs_alloc_delalloc_work
by David Sterba
· 9 years ago
ff13db4
btrfs: drop unused parameter from lock_extent_bits
by David Sterba
· 9 years ago
80e0c50
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
8eab77f
Btrfs: use global reserve when deleting unused block group after ENOSPC
by Filipe Manana
· 9 years ago
e75cdf9
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
7cac0a8
fs/btrfs/inode.c: remove unnecessary new_valid_dev() check
by Yaowei Bai
· 9 years ago
1d512cb
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
by Filipe Manana
· 9 years ago
9c9464c
Btrfs: fix extent accounting for partial direct IO writes
by Filipe Manana
· 9 years ago
5846a3c
btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans
by Qu Wenruo
· 9 years ago
b06c4bf
Btrfs: fix regression running delayed references when using qgroups
by Filipe Manana
· 9 years ago
a9e6d15
Merge branch 'allocator-fixes' into for-linus-4.4
by Chris Mason
· 9 years ago
0b670dc
Btrfs: fix prealloc under heavy fragmentation conditions
by Josef Bacik
· 9 years ago
56fa9d0
btrfs: qgroup: Check if qgroup reserved space leaked
by Qu Wenruo
· 9 years ago
51773be
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
by Qu Wenruo
· 9 years ago
b9d0b38
btrfs: Add handler for invalidate page
by Qu Wenruo
· 9 years ago
94ed938
btrfs: qgroup: Add handler for NOCOW and inline
by Qu Wenruo
· 9 years ago
7cf5b97
btrfs: qgroup: Cleanup old inaccurate facilities
by Qu Wenruo
· 9 years ago
df48063
btrfs: extent-tree: Switch to new delalloc space reserve and release
by Qu Wenruo
· 9 years ago
297d750
btrfs: delayed_ref: release and free qgroup reserved at proper timing
by Qu Wenruo
· 9 years ago
a408365
Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4
by Chris Mason
· 9 years ago
a0d58e4
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
by Chris Mason
· 9 years ago
568b1c9
btrfs: remove unnecessary list_del
by Byongho Lee
· 9 years ago
0d51e28
Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants
by Chandan Rajendra
· 9 years ago
0305cd5
Btrfs: fix truncation of compressed and inlined extents
by Filipe Manana
· 9 years ago
6db4a73
Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
by Chris Mason
· 9 years ago
ee86395
btrfs: comment the rest of implicit barriers before waitqueue_active
by David Sterba
· 10 years ago
9464732
btrfs: switch message printers to ratelimited variants
by David Sterba
· 9 years ago
03e8f64
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
50745b0
Btrfs: Direct I/O: Fix space accounting
by chandan
· 9 years ago
a30e577
btrfs: skip waiting on ordered range for special files
by Jeff Mahoney
· 9 years ago
e91eb62
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
2236597
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
527afb4
Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called
by Tsutomu Itoh
· 9 years ago
b54ffb7
block: remove bio_get_nr_vecs()
by Kent Overstreet
· 10 years ago
da2f0f7
Btrfs: add support for blkio controllers
by Chris Mason
· 9 years ago
bde6c24
Btrfs: fix stale dir entries after unlink, inode eviction and fsync
by Filipe Manana
· 9 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
Next »