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
2015-11-09
Btrfs: fix race leading to incorrect item deletion when dropping extents
Filipe Manana
1
-4
/
+12
2015-11-03
Btrfs: fix hole punching when using the no-holes feature
Filipe Manana
1
-0
/
+13
2015-11-03
btrfs: Fix a data space underflow warning
Qu Wenruo
1
-3
/
+8
2015-10-25
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
1
-5
/
+5
2015-10-22
btrfs: fallocate: Add support to accurate qgroup reserve
Qu Wenruo
1
-44
/
+117
2015-10-22
btrfs: qgroup: Cleanup old inaccurate facilities
Qu Wenruo
1
-8
/
+7
2015-10-22
btrfs: extent-tree: Switch to new delalloc space reserve and release
Qu Wenruo
1
-2
/
+3
2015-10-22
btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_dat...
Qu Wenruo
1
-13
/
+21
2015-10-21
btrfs: declare rsv_count as unsigned int instead of int
Alexandru Moise
1
-1
/
+1
2015-10-21
btrfs/file.c: remove an unsed varialbe first_index
Shan Hai
1
-3
/
+0
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-06-24
fs: Rename file_remove_suid() to file_remove_privs()
Jan Kara
1
-1
/
+1
2015-06-10
Btrfs: avoid syncing log in the fast fsync path when not necessary
Filipe Manana
1
-3
/
+6
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-04-24
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-32
/
+33
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-1
/
+1
2015-04-13
btrfs: qgroup: do a reservation in a higher level.
Dongsheng Yang
1
-2
/
+2
2015-04-13
Btrfs: qgroup, Account data space in more proper timings.
Dongsheng Yang
1
-9
/
+1
2015-04-12
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
1
-1
/
+1
2015-04-12
switch generic_write_checks() to iocb and iter
Al Viro
1
-15
/
+9
2015-04-12
generic_write_checks(): drop isblk argument
Al Viro
1
-1
/
+1
2015-04-12
make new_sync_{read,write}() static
Al Viro
1
-2
/
+0
2015-04-12
Merge branch 'iocb' into for-next
Al Viro
1
-1
/
+1
2015-03-27
Btrfs: fix metadata inconsistencies after directory fsync
Filipe Manana
1
-0
/
+2
2015-03-27
Btrfs: add missing inode item update in fallocate()
Filipe Manana
1
-9
/
+20
2015-03-26
fs: move struct kiocb to fs.h
Christoph Hellwig
1
-1
/
+1
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-4
/
+4
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-8
/
+4
2015-03-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-31
/
+56
2015-03-06
Btrfs: fix data loss in the fast fsync path
Filipe Manana
1
-28
/
+28
2015-03-03
btrfs: remove shadowing variables in __btrfs_buffered_write
David Sterba
1
-2
/
+2
2015-03-03
btrfs: cleanup, use kmalloc_array/kcalloc array helpers
David Sterba
1
-1
/
+1
2015-03-03
btrfs: use cond_resched_lock where possible
David Sterba
1
-5
/
+1
2015-03-03
Btrfs: add missing inode update when punching hole
Filipe Manana
1
-3
/
+28
2015-02-16
Btrfs: ctree: reduce args where only fs_info used
Daniel Dressler
1
-4
/
+4
2015-02-13
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2015-02-11
mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub
Kirill A. Shutemov
1
-1
/
+0
2015-01-21
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-1
/
+1
2014-11-25
Btrfs: fix snapshot inconsistency after a file write followed by truncate
Filipe Manana
1
-5
/
+5
2014-11-21
Btrfs: add helper btrfs_fdatawrite_range
Filipe Manana
1
-9
/
+30
2014-11-21
Btrfs: correctly flush compressed data before/after direct IO
Filipe Manana
1
-1
/
+11
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
[next]