index
:
linux-stable.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-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: add missing memset while reading compressed inline extents
Zygo Blaxell
2017-12-20
1
-0
/
+14
*
btrfs: clear space cache inode generation always
Josef Bacik
2017-12-05
1
-7
/
+7
*
btrfs: return the actual error value from from btrfs_uuid_tree_iterate
Pan Bian
2017-11-30
1
-3
/
+1
*
Btrfs: send, fix failure to rename top level inode due to name collision
Robbie Ko
2017-10-21
1
-1
/
+4
*
btrfs: prevent to set invalid default subvolid
satoru takeuchi
2017-10-05
1
-0
/
+4
*
btrfs: resume qgroup rescan on rw remount
Aleksa Sarai
2017-09-13
1
-0
/
+2
*
btrfs: fix memory leak in update_space_info failure path
Jeff Mahoney
2017-06-14
1
-0
/
+1
*
btrfs: use correct types for page indices in btrfs_page_exists_in_range
David Sterba
2017-06-14
1
-2
/
+2
*
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2017-05-08
1
-4
/
+2
*
btrfs: fix state->private cast on 32 bit machines
Satoru Takeuchi
2017-04-30
1
-1
/
+1
*
Btrfs: fix tree search logic when replaying directory entry deletes
Robbie Ko
2017-01-15
1
-2
/
+1
*
btrfs: fix races on root_log_ctx lists
Chris Mason
2016-11-23
1
-14
/
+6
*
btrfs: ensure that file descriptor used with subvol ioctls is a dir
Jeff Mahoney
2016-10-05
1
-0
/
+12
*
Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
Chris Mason
2016-10-05
1
-0
/
+1
*
Btrfs: add missing blk_finish_plug in btrfs_sync_log()
Forrest Liu
2016-10-05
1
-0
/
+1
*
Btrfs: don't use src fd for printk
Josef Bacik
2016-07-12
1
-1
/
+1
*
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
2016-07-12
5
-5
/
+7
*
Btrfs: make btrfs_abort_transaction consider existence of new block groups
Filipe Manana
2016-07-12
2
-3
/
+4
*
btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctl
Luke Dashjr
2016-06-03
4
-2
/
+24
*
Btrfs: fix list transaction->pending_ordered corruption
Filipe Manana
2016-04-22
1
-2
/
+2
*
Btrfs: fix file/data loss caused by fsync after rename and new inode
Filipe Manana
2016-04-20
1
-0
/
+137
*
Btrfs: fix fsync after truncate when no_holes feature is enabled
Filipe Manana
2016-04-20
1
-0
/
+108
*
Btrfs: fix fsync xattr loss in the fast fsync path
Filipe Manana
2016-04-20
1
-0
/
+104
*
Btrfs: fix fsync data loss after append write
Filipe Manana
2016-04-20
1
-5
/
+9
*
btrfs: async-thread: Fix a use-after-free error for trace
Qu Wenruo
2016-04-13
1
-1
/
+1
*
btrfs: initialize the seq counter in struct btrfs_device
Sebastian Andrzej Siewior
2016-04-13
1
-0
/
+1
*
Btrfs: fix transaction handle leak on failure to create hard link
Filipe Manana
2016-04-13
1
-2
/
+4
*
Btrfs: fix number of transaction units required to create symlink
Filipe Manana
2016-04-13
1
-1
/
+3
*
Btrfs: send, don't BUG_ON() when an empty symlink is found
Filipe Manana
2016-04-13
1
-1
/
+15
*
btrfs: statfs: report zero available if metadata are exhausted
David Sterba
2016-04-13
1
-0
/
+24
*
Btrfs: igrab inode in writepage
Josef Bacik
2016-04-13
1
-2
/
+15
*
Btrfs: add missing brelse when superblock checksum fails
Anand Jain
2016-04-13
1
-0
/
+1
*
btrfs: properly set the termination value of ctx->pos in readdir
David Sterba
2016-03-04
3
-3
/
+16
*
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
Filipe Manana
2016-03-02
1
-4
/
+6
*
Btrfs: fix race when listing an inode's xattrs
Filipe Manana
2016-01-21
1
-1
/
+3
*
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
Filipe Manana
2016-01-21
1
-2
/
+8
*
Btrfs: fix race leading to incorrect item deletion when dropping extents
Filipe Manana
2016-01-21
1
-4
/
+12
*
Btrfs: fix file corruption and data loss after cloning inline extents
Filipe Manana
2016-01-21
1
-29
/
+152
*
btrfs: fix use after free iterating extrefs
Chris Mason
2015-11-13
1
-5
/
+3
*
Btrfs: update fix for read corruption of compressed and shared extents
Filipe Manana
2015-10-27
1
-8
/
+11
*
Btrfs: fix read corruption of compressed and shared extents
Filipe Manana
2015-10-27
1
-8
/
+57
*
btrfs: skip waiting on ordered range for special files
Jeff Mahoney
2015-10-27
1
-1
/
+2
*
Btrfs: check if previous transaction aborted to avoid fs corruption
Filipe Manana
2015-10-07
1
-0
/
+3
*
btrfs: cleanup orphans while looking up default subvolume
Jeff Mahoney
2015-08-27
1
-0
/
+9
*
btrfs: incorrect handling for fiemap_fill_next_extent return
Chengyu Song
2015-08-27
1
-1
/
+4
*
Btrfs: fix memory leak in the extent_same ioctl
Filipe Manana
2015-08-04
1
-1
/
+3
*
Btrfs: use kmem_cache_free when freeing entry in inode cache
Filipe Manana
2015-08-04
1
-1
/
+1
*
Btrfs: make xattr replace operations atomic
Filipe Manana
2015-07-13
4
-65
/
+102
*
Btrfs: don't invalidate root dentry when subvolume deletion fails
Omar Sandoval
2015-07-03
1
-3
/
+1
*
btrfs: unlock i_mutex after attempting to delete subvolume during send
Omar Sandoval
2015-05-17
1
-1
/
+2
[next]