index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl
Luke Dashjr
2016-06-03
1
-1
/
+1
*
Btrfs: fix race leading to incorrect item deletion when dropping extents
Filipe Manana
2016-01-21
1
-4
/
+12
*
Btrfs: fix data loss in the fast fsync path
Filipe Manana
2015-03-14
1
-28
/
+28
*
btrfs: remove unlikely from data-dependent branches and slow paths
David Sterba
2014-10-02
1
-2
/
+2
*
Btrfs: fix data corruption after fast fsync and writeback error
Filipe Manana
2014-09-19
1
-0
/
+19
*
Btrfs: fix fsync race leading to invalid data after log replay
Filipe Manana
2014-09-19
1
-15
/
+63
*
Btrfs: fix up bounds checking in lseek
Liu Bo
2014-09-17
1
-10
/
+15
*
btrfs: use DIV_ROUND_UP instead of open-coded variants
David Sterba
2014-09-17
1
-11
/
+8
*
btrfs: use nodesize everywhere, kill leafsize
David Sterba
2014-09-17
1
-1
/
+1
*
btrfs: kill the key type accessor helpers
David Sterba
2014-09-17
1
-2
/
+2
*
Btrfs: fix fsync data loss after a ranged fsync
Filipe Manana
2014-09-08
1
-1
/
+1
*
Btrfs: fix filemap_flush call in btrfs_file_release
Chris Mason
2014-08-21
1
-1
/
+9
*
btrfs: Use right extent length when inserting overlap extent map.
Qu Wenruo
2014-08-21
1
-2
/
+2
*
Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.
chandan
2014-08-19
1
-2
/
+1
*
btrfs: disable strict file flushes for renames and truncates
Chris Mason
2014-08-15
1
-25
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-06-12
1
-33
/
+18
|
\
|
*
btrfs: switch to ->write_iter()
Al Viro
2014-05-06
1
-14
/
+10
|
*
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
1
-2
/
+2
|
*
iov_iter_truncate()
Al Viro
2014-05-06
1
-9
/
+8
|
*
start adding the tag to iov_iter
Al Viro
2014-05-06
1
-1
/
+1
|
*
kill generic_segment_checks()
Al Viro
2014-05-06
1
-6
/
+1
|
*
__btrfs_direct_write(): switch to iov_iter
Al Viro
2014-05-06
1
-11
/
+8
|
*
generic_file_direct_write(): switch to iov_iter
Al Viro
2014-05-06
1
-4
/
+2
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-06-11
1
-23
/
+129
|
\
\
|
*
|
Btrfs: fix transaction leak during fsync call
Filipe Manana
2014-06-09
1
-1
/
+3
|
*
|
btrfs: Avoid trucating page or punching hole in a already existed hole.
Qu Wenruo
2014-06-09
1
-14
/
+98
|
*
|
btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking
Alex Gartrell
2014-06-09
1
-3
/
+1
|
*
|
Btrfs: rework qgroup accounting
Josef Bacik
2014-06-09
1
-2
/
+3
|
*
|
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
2014-06-09
1
-1
/
+3
|
*
|
Btrfs: fix leaf corruption caused by ENOSPC while hole punching
Filipe Manana
2014-06-09
1
-1
/
+19
|
*
|
Btrfs: read inode size after acquiring the mutex when punching a hole
Filipe Manana
2014-06-09
1
-1
/
+2
|
|
/
*
|
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
2014-06-04
1
-2
/
+3
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-27
1
-4
/
+4
|
\
|
*
btrfs: replace error code from btrfs_drop_extents
David Sterba
2014-04-24
1
-3
/
+3
|
*
btrfs: Change the hole range to a more accurate value.
Qu Wenruo
2014-04-24
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
1
-11
/
+5
|
\
\
|
*
|
generic_file_direct_write(): get rid of ppos argument
Al Viro
2014-04-01
1
-1
/
+1
|
*
|
btrfs_file_aio_write(): get rid of ppos
Al Viro
2014-04-01
1
-6
/
+5
|
*
|
callers of iov_copy_from_user_atomic() don't need pagecache_disable()
Al Viro
2014-04-01
1
-5
/
+0
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-11
1
-1
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: Change the expanding write sequence to fix snapshot related bug.
Qu Wenruo
2014-04-07
1
-1
/
+4
*
|
|
mm: implement ->map_pages for page cache
Kirill A. Shutemov
2014-04-07
1
-0
/
+1
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2014-04-04
1
-60
/
+98
|
\
\
\
|
|
/
/
|
*
|
Btrfs: fix a crash of clone with inline extents's split
Liu Bo
2014-03-21
1
-3
/
+12
|
*
|
Btrfs: remove the unnecessary flush when preparing the pages
Miao Xie
2014-03-10
1
-8
/
+5
|
*
|
Btrfs: introduce btrfs_{start, end}_nocow_write() for each subvolume
Miao Xie
2014-03-10
1
-4
/
+17
|
*
|
Btrfs: fix preallocate vs double nocow write
Miao Xie
2014-03-10
1
-7
/
+2
|
*
|
Btrfs: fix wrong lock range and write size in check_can_nocow()
Miao Xie
2014-03-10
1
-2
/
+3
|
*
|
Btrfs: more efficient btrfs_drop_extent_cache
Filipe Manana
2014-03-10
1
-5
/
+11
|
*
|
Btrfs: don't insert useless holes when punching beyond the inode's size
Filipe Manana
2014-03-10
1
-11
/
+17
[next]