index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-33
/
+18
2014-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-23
/
+129
2014-06-09
Btrfs: fix transaction leak during fsync call
Filipe Manana
1
-1
/
+3
2014-06-09
btrfs: Avoid trucating page or punching hole in a already existed hole.
Qu Wenruo
1
-14
/
+98
2014-06-09
btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking
Alex Gartrell
1
-3
/
+1
2014-06-09
Btrfs: rework qgroup accounting
Josef Bacik
1
-2
/
+3
2014-06-09
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
1
-1
/
+3
2014-06-09
Btrfs: fix leaf corruption caused by ENOSPC while hole punching
Filipe Manana
1
-1
/
+19
2014-06-09
Btrfs: read inode size after acquiring the mutex when punching a hole
Filipe Manana
1
-1
/
+2
2014-06-04
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
1
-2
/
+3
2014-05-06
btrfs: switch to ->write_iter()
Al Viro
1
-14
/
+10
2014-05-06
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
1
-2
/
+2
2014-05-06
iov_iter_truncate()
Al Viro
1
-9
/
+8
2014-05-06
start adding the tag to iov_iter
Al Viro
1
-1
/
+1
2014-05-06
kill generic_segment_checks()
Al Viro
1
-6
/
+1
2014-05-06
__btrfs_direct_write(): switch to iov_iter
Al Viro
1
-11
/
+8
2014-05-06
generic_file_direct_write(): switch to iov_iter
Al Viro
1
-4
/
+2
2014-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-4
/
+4
2014-04-24
btrfs: replace error code from btrfs_drop_extents
David Sterba
1
-3
/
+3
2014-04-24
btrfs: Change the hole range to a more accurate value.
Qu Wenruo
1
-1
/
+1
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+5
2014-04-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+4
2014-04-07
mm: implement ->map_pages for page cache
Kirill A. Shutemov
1
-0
/
+1
2014-04-07
btrfs: Change the expanding write sequence to fix snapshot related bug.
Qu Wenruo
1
-1
/
+4
2014-04-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-60
/
+98
2014-04-03
fs/direct-io.c: remove some left over checks
Dan Carpenter
1
-1
/
+1
2014-04-01
generic_file_direct_write(): get rid of ppos argument
Al Viro
1
-1
/
+1
2014-04-01
btrfs_file_aio_write(): get rid of ppos
Al Viro
1
-6
/
+5
2014-04-01
callers of iov_copy_from_user_atomic() don't need pagecache_disable()
Al Viro
1
-5
/
+0
2014-03-21
Btrfs: fix a crash of clone with inline extents's split
Liu Bo
1
-3
/
+12
2014-03-10
Btrfs: remove the unnecessary flush when preparing the pages
Miao Xie
1
-8
/
+5
2014-03-10
Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume
Miao Xie
1
-4
/
+17
2014-03-10
Btrfs: fix preallocate vs double nocow write
Miao Xie
1
-7
/
+2
2014-03-10
Btrfs: fix wrong lock range and write size in check_can_nocow()
Miao Xie
1
-2
/
+3
2014-03-10
Btrfs: more efficient btrfs_drop_extent_cache
Filipe Manana
1
-5
/
+11
2014-03-10
Btrfs: don't insert useless holes when punching beyond the inode's size
Filipe Manana
1
-11
/
+17
2014-03-10
Btrfs: fix skipped error handle when log sync failed
Miao Xie
1
-3
/
+6
2014-03-10
Btrfs: faster/more efficient insertion of file extent items
Filipe David Borba Manana
1
-22
/
+30
2014-01-29
Btrfs: don't use ram_bytes for uncompressed inline items
Chris Mason
1
-1
/
+2
2014-01-28
Btrfs: fix the race between write back and nocow buffered write
Miao Xie
1
-2
/
+5
2014-01-28
Btrfs: make fsync latency less sucky
Josef Bacik
1
-0
/
+12
2014-01-28
Btrfs: faster file extent item replace operations
Filipe David Borba Manana
1
-4
/
+40
2014-01-28
Btrfs: fix use of uninitialized err variable
Filipe David Borba Manana
1
-1
/
+1
2014-01-28
Btrfs: fix ordered extent check in btrfs_punch_hole
Filipe David Borba Manana
1
-1
/
+1
2014-01-28
Btrfs: fix the reserved space leak caused by the race between nonlock dio and...
Miao Xie
1
-47
/
+84
2014-01-28
Btrfs: cleanup unnecessary parameter and variant of prepare_pages()
Miao Xie
1
-8
/
+6
2014-01-28
Btrfs: incompatible format change to remove hole extents
Josef Bacik
1
-4
/
+9
2013-11-11
btrfs: Fix checkpatch.pl warning of spacing issues
Dulshani Gunawardhana
1
-1
/
+1
2013-11-11
Btrfs: return an error from btrfs_wait_ordered_range
Josef Bacik
1
-27
/
+39
2013-11-11
btrfs: remove fs/btrfs/compat.h
Zach Brown
1
-1
/
+0
[next]