index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: improve error handling of btrfs_add_link
Johannes Thumshirn
2019-01-26
1
-1
/
+6
*
Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"
David Sterba
2019-01-23
1
-3
/
+0
*
Btrfs: fix fsync of files with multiple hard links in new directories
Filipe Manana
2019-01-09
1
-0
/
+17
*
Btrfs: fix cur_offset in the error case for nocow
Robbie Ko
2018-11-21
1
-3
/
+2
*
Btrfs: fix use-after-free during inode eviction
Filipe Manana
2018-11-13
1
-1
/
+3
*
btrfs: only free reserved extent if we didn't insert it
Josef Bacik
2018-11-13
1
-1
/
+9
*
Btrfs: fix null pointer dereference on compressed write path error
Filipe Manana
2018-11-13
1
-0
/
+1
*
Btrfs: fix btrfs_write_inode vs delayed iput deadlock
Josef Bacik
2018-09-05
1
-26
/
+0
*
Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
Omar Sandoval
2018-08-03
1
-1
/
+4
*
Btrfs: don't return ino to ino cache if inode item removal fails
Omar Sandoval
2018-08-03
1
-12
/
+13
*
btrfs: balance dirty metadata pages in btrfs_finish_ordered_io
Ethan Lien
2018-08-03
1
-0
/
+3
*
Btrfs: fix return value on rename exchange failure
Filipe Manana
2018-07-03
1
-1
/
+3
*
btrfs: return error value if create_io_em failed in cow_file_range
Su Yue
2018-06-26
1
-1
/
+3
*
do d_instantiate/unlock_new_inode combinations safely
Al Viro
2018-05-30
1
-12
/
+4
*
btrfs: Split btrfs_del_delalloc_inode into 2 functions
Nikolay Borisov
2018-05-22
1
-3
/
+10
*
Btrfs: fix unexpected EEXIST from btrfs_get_extent
Liu Bo
2018-04-26
1
-14
/
+3
*
btrfs: fix unaligned access in readdir
David Sterba
2018-04-26
1
-8
/
+12
*
Btrfs: fix unexpected cow in run_delalloc_nocow
Liu Bo
2018-04-08
1
-5
/
+32
*
btrfs: Fix quota reservation leak on preallocated files
Justin Maggard
2018-02-25
1
-0
/
+2
*
Btrfs: fix use-after-free on root->orphan_block_rsv
Liu Bo
2018-02-22
1
-13
/
+21
*
Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
Liu Bo
2018-02-22
1
-1
/
+1
*
Btrfs: fix deadlock in run_delalloc_nocow
Liu Bo
2018-02-22
1
-1
/
+4
*
btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
Nikolay Borisov
2018-02-16
1
-2
/
+9
*
Btrfs: bail out gracefully rather than BUG_ON
Liu Bo
2018-02-03
1
-2
/
+8
*
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-29
1
-5
/
+22
|
\
|
*
Btrfs: fix unexpected result when dio reading corrupted blocks
Liu Bo
2017-09-26
1
-5
/
+2
|
*
btrfs: finish ordered extent cleaning if no progress is found
Naohiro Aota
2017-09-26
1
-0
/
+8
|
*
btrfs: clear ordered flag on cleaning up ordered extents
Naohiro Aota
2017-09-26
1
-0
/
+12
*
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
1
-1
/
+1
|
\
\
|
*
|
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
|
|
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2017-09-09
1
-67
/
+153
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
btrfs: remove unnecessary memory barrier in btrfs_direct_IO
Nikolay Borisov
2017-08-21
1
-1
/
+0
|
*
|
btrfs: Move skip checksum check from btrfs_submit_direct to __btrfs_submit_di...
Nikolay Borisov
2017-08-18
1
-12
/
+6
|
*
|
Btrfs: avoid unnecessarily locking inode when clearing a range
Filipe Manana
2017-08-18
1
-3
/
+4
|
*
|
btrfs: fix readdir deadlock with pagefault
Josef Bacik
2017-08-16
1
-26
/
+82
|
*
|
btrfs: allow defrag compress to override NOCOMPRESS attribute
David Sterba
2017-08-16
1
-3
/
+3
|
*
|
btrfs: separate defrag and property compression
David Sterba
2017-08-16
1
-1
/
+7
|
*
|
btrfs: rename variable holding per-inode compression type
David Sterba
2017-08-16
1
-5
/
+5
|
*
|
Btrfs: add skeleton code for compression heuristic
Timofey Titovets
2017-08-16
1
-4
/
+4
|
*
|
btrfs: account that we're waiting for DIO read
David Sterba
2017-08-16
1
-2
/
+2
|
*
|
btrfs: fix spelling of snapshotting
David Sterba
2017-08-16
1
-11
/
+11
|
*
|
btrfs: cleanup types storing REQ_*
David Sterba
2017-08-16
1
-1
/
+1
|
*
|
btrfs: btrfs_inherit_iflags() can be static
Anand Jain
2017-08-16
1
-0
/
+31
|
*
|
btrfs: drop newlines from strings when using btrfs_* helpers
David Sterba
2017-08-16
1
-1
/
+1
|
*
|
Btrfs: report errors when checksum is not found
Liu Bo
2017-08-16
1
-2
/
+0
|
|
/
*
/
Btrfs: fix blk_status_t/errno confusion
Omar Sandoval
2017-08-24
1
-33
/
+37
|
/
*
Merge branch 'for-4.13-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-14
1
-4
/
+2
|
\
|
*
btrfs: btrfs_create_repair_bio never fails, skip error handling
David Sterba
2017-07-14
1
-4
/
+0
|
*
btrfs: cloned bios must not be iterated by bio_for_each_segment_all
David Sterba
2017-07-14
1
-0
/
+2
*
|
Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2017-07-06
1
-4
/
+4
|
\
\
[next]