index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
1
-2
/
+2
2014-09-19
Btrfs: fix data corruption after fast fsync and writeback error
Filipe Manana
1
-0
/
+19
2014-09-19
Btrfs: fix fsync race leading to invalid data after log replay
Filipe Manana
1
-15
/
+63
2014-09-18
Btrfs: fix up bounds checking in lseek
Liu Bo
1
-10
/
+15
2014-09-18
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
1
-11
/
+8
2014-09-18
btrfs: use nodesize everywhere, kill leafsize
David Sterba
1
-1
/
+1
2014-09-18
btrfs: kill the key type accessor helpers
David Sterba
1
-2
/
+2
2014-09-09
Btrfs: fix fsync data loss after a ranged fsync
Filipe Manana
1
-1
/
+1
2014-08-21
Btrfs: fix filemap_flush call in btrfs_file_release
Chris Mason
1
-1
/
+9
2014-08-21
btrfs: Use right extent length when inserting overlap extent map.
Qu Wenruo
1
-2
/
+2
2014-08-19
Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.
chandan
1
-2
/
+1
2014-08-15
btrfs: disable strict file flushes for renames and truncates
Chris Mason
1
-25
/
+1
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-10
Btrfs: fix transaction leak during fsync call
Filipe Manana
1
-1
/
+3
2014-06-10
btrfs: Avoid trucating page or punching hole in a already existed hole.
Qu Wenruo
1
-14
/
+98
2014-06-10
btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking
Alex Gartrell
1
-3
/
+1
2014-06-10
Btrfs: rework qgroup accounting
Josef Bacik
1
-2
/
+3
2014-06-10
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
1
-1
/
+3
2014-06-10
Btrfs: fix leaf corruption caused by ENOSPC while hole punching
Filipe Manana
1
-1
/
+19
2014-06-10
Btrfs: read inode size after acquiring the mutex when punching a hole
Filipe Manana
1
-1
/
+2
2014-06-05
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
1
-2
/
+3
2014-05-07
btrfs: switch to ->write_iter()
Al Viro
1
-14
/
+10
2014-05-07
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
1
-2
/
+2
2014-05-07
iov_iter_truncate()
Al Viro
1
-9
/
+8
2014-05-07
start adding the tag to iov_iter
Al Viro
1
-1
/
+1
2014-05-07
kill generic_segment_checks()
Al Viro
1
-6
/
+1
2014-05-07
__btrfs_direct_write(): switch to iov_iter
Al Viro
1
-11
/
+8
2014-05-07
generic_file_direct_write(): switch to iov_iter
Al Viro
1
-4
/
+2
2014-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-4
/
+4
2014-04-25
btrfs: replace error code from btrfs_drop_extents
David Sterba
1
-3
/
+3
2014-04-25
btrfs: Change the hole range to a more accurate value.
Qu Wenruo
1
-1
/
+1
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+5
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+4
2014-04-08
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-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-60
/
+98
2014-04-04
fs/direct-io.c: remove some left over checks
Dan Carpenter
1
-1
/
+1
2014-04-02
generic_file_direct_write(): get rid of ppos argument
Al Viro
1
-1
/
+1
2014-04-02
btrfs_file_aio_write(): get rid of ppos
Al Viro
1
-6
/
+5
2014-04-02
callers of iov_copy_from_user_atomic() don't need pagecache_disable()
Al Viro
1
-5
/
+0
2014-03-22
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
[next]