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.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: fix truncate down when no_holes feature is enabled
Liu Bo
2017-07-05
1
-1
/
+12
*
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
*
fs: add i_blocksize()
Fabian Frederick
2017-06-14
1
-1
/
+1
*
btrfs: fix error handling when run_delayed_extent_op fails
Jeff Mahoney
2017-01-19
1
-0
/
+3
*
btrfs: fix locking when we put back a delayed ref that's too new
Jeff Mahoney
2017-01-19
1
-1
/
+1
*
btrfs: make file clone aware of fatal signals
Wang Xiaoguang
2017-01-06
1
-0
/
+5
*
Btrfs: don't BUG() during drop snapshot
Josef Bacik
2017-01-06
1
-11
/
+27
*
Btrfs: fix memory leak in do_walk_down
Liu Bo
2017-01-06
1
-0
/
+1
*
Btrfs: don't leak reloc root nodes on error
Josef Bacik
2017-01-06
1
-0
/
+4
*
Btrfs: return gracefully from balance if fs tree is corrupted
Liu Bo
2017-01-06
1
-6
/
+17
*
Btrfs: bail out if block group has different mixed flag
Liu Bo
2017-01-06
1
-0
/
+14
*
Btrfs: fix memory leak in reading btree blocks
Liu Bo
2017-01-06
1
-0
/
+9
*
Btrfs: fix qgroup rescan worker initialization
Filipe Manana
2017-01-06
1
-4
/
+1
*
btrfs: store and load values of stripes_min/stripes_max in balance status item
David Sterba
2017-01-06
1
-0
/
+4
*
Btrfs: fix tree search logic when replaying directory entry deletes
Robbie Ko
2017-01-06
1
-2
/
+1
*
btrfs: limit async_work allocation and worker func duration
Maxim Patlasov
2017-01-06
3
-2
/
+19
*
btrfs: qgroup: Prevent qgroup->reserved from going subzero
Goldwyn Rodrigues
2016-11-18
1
-2
/
+7
*
btrfs: fix races on root_log_ctx lists
Chris Mason
2016-11-10
1
-14
/
+6
*
posix_acl: Clear SGID bit when setting file permissions
Jan Kara
2016-10-31
1
-4
/
+2
*
btrfs: assign error values to the correct bio structs
Junjie Mao
2016-10-22
1
-2
/
+2
*
btrfs: ensure that file descriptor used with subvol ioctls is a dir
Jeff Mahoney
2016-09-30
1
-0
/
+12
*
Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns
Chris Mason
2016-09-24
1
-0
/
+1
*
btrfs: Continue write in case of can_not_nocow
Zhao Lei
2016-09-15
1
-20
/
+17
*
btrfs: properly track when rescan worker is running
Jeff Mahoney
2016-09-07
3
-1
/
+10
*
btrfs: waiting on qgroup rescan should not always be interruptible
Jeff Mahoney
2016-09-07
4
-6
/
+13
*
block: add missing group association in bio-cloning functions
Paolo Valente
2016-08-20
1
-6
/
+0
*
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
2016-07-27
4
-4
/
+7
*
Btrfs: don't use src fd for printk
Josef Bacik
2016-06-01
1
-1
/
+1
*
Btrfs: fix file/data loss caused by fsync after rename and new inode
Filipe Manana
2016-04-20
1
-0
/
+137
*
btrfs: fix crash/invalid memory access on fsync when using overlayfs
Filipe Manana
2016-04-20
1
-1
/
+1
*
Btrfs: fix loading of orphan roots leading to BUG_ON
Filipe Manana
2016-03-09
1
-1
/
+9
*
btrfs: async-thread: Fix a use-after-free error for trace
Qu Wenruo
2016-03-09
1
-1
/
+1
*
btrfs: Fix no_space in write and rm loop
Zhao Lei
2016-03-09
1
-1
/
+3
*
Btrfs: fix deadlock running delayed iputs at transaction commit time
Filipe Manana
2016-03-09
4
-10
/
+10
*
btrfs: initialize the seq counter in struct btrfs_device
Sebastian Andrzej Siewior
2016-03-03
1
-0
/
+1
*
Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and sub...
Chandan Rajendra
2016-03-03
4
-8
/
+33
*
Btrfs: fix transaction handle leak on failure to create hard link
Filipe Manana
2016-03-03
1
-2
/
+4
*
Btrfs: fix number of transaction units required to create symlink
Filipe Manana
2016-03-03
1
-1
/
+3
*
Btrfs: send, don't BUG_ON() when an empty symlink is found
Filipe Manana
2016-03-03
1
-1
/
+15
*
btrfs: statfs: report zero available if metadata are exhausted
David Sterba
2016-03-03
1
-0
/
+24
*
Btrfs: igrab inode in writepage
Josef Bacik
2016-03-03
1
-2
/
+15
*
Btrfs: add missing brelse when superblock checksum fails
Anand Jain
2016-03-03
1
-0
/
+1
*
Btrfs: fix direct IO requests not reporting IO error to user space
Filipe Manana
2016-02-25
1
-0
/
+2
*
Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
Filipe Manana
2016-02-25
1
-4
/
+6
*
Btrfs: fix page reading in extent_same ioctl leading to csum errors
Filipe Manana
2016-02-25
1
-8
/
+21
*
Btrfs: fix invalid page accesses in extent_same (dedup) ioctl
Filipe Manana
2016-02-25
1
-14
/
+76
*
btrfs: properly set the termination value of ctx->pos in readdir
David Sterba
2016-02-25
3
-3
/
+16
*
Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"
David Sterba
2016-02-25
1
-1
/
+0
*
Btrfs: fix fitrim discarding device area reserved for boot loader's use
Filipe Manana
2016-02-25
1
-10
/
+10
[next]