index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-16
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-44
/
+15
2014-08-15
btrfs: disable strict file flushes for renames and truncates
Chris Mason
1
-44
/
+3
2014-08-15
Btrfs: fix compressed write corruption on enospc
Liu Bo
1
-0
/
+12
2014-08-07
btrfs: add RENAME_NOREPLACE
Miklos Szeredi
1
-1
/
+11
2014-06-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-11
/
+30
2014-06-20
Btrfs: fix broken free space cache after the system crashed
Miao Xie
1
-11
/
+30
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-29
/
+18
2014-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-89
/
+204
2014-06-10
Btrfs: make fsync work after cloning into a file
Filipe Manana
1
-38
/
+4
2014-06-10
Btrfs: don't release invalid page in btrfs_page_exists_in_range()
Filipe Manana
1
-0
/
+1
2014-06-10
Btrfs: make sure we retry if page is a retriable exception
Filipe Manana
1
-1
/
+3
2014-06-10
Btrfs: make sure we retry if we couldn't get the page
Filipe Manana
1
-1
/
+3
2014-06-10
Btrfs: async delayed refs
Chris Mason
1
-0
/
+1
2014-06-10
Btrfs: split up __extent_writepage to lower stack usage
Chris Mason
1
-1
/
+1
2014-06-10
btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking
Alex Gartrell
1
-4
/
+68
2014-06-10
btrfs: remove stale newlines from log messages
David Sterba
1
-2
/
+2
2014-06-10
Btrfs: use helpers for last_trans_log_full_commit instead of opencode
Miao Xie
1
-1
/
+1
2014-06-10
Btrfs: use bitfield instead of integer data type for the some variants in btr...
Miao Xie
1
-11
/
+18
2014-06-10
btrfs: remove redundant null check in btrfs_dentry_release()
Daeseok Youn
1
-2
/
+1
2014-06-10
Btrfs: implement inode_operations callback tmpfile
Filipe Manana
1
-20
/
+98
2014-06-10
btrfs: fix inline compressed read err corruption
Zach Brown
1
-10
/
+5
2014-05-07
btrfs: switch check_direct_IO() to iov_iter
Al Viro
1
-25
/
+15
2014-05-07
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
1
-2
/
+1
2014-05-07
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-07
pass iov_iter to ->direct_IO()
Al Viro
1
-6
/
+6
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-3
/
+3
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-4
/
+32
2014-04-07
Btrfs: fix unlock in __start_delalloc_inodes()
Wang Shilong
1
-2
/
+3
2014-04-07
Btrfs: don't compress for a small write
Wang Shilong
1
-0
/
+8
2014-04-07
Btrfs: fix snapshot vs nocow writting
Wang Shilong
1
-2
/
+21
2014-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-46
/
+75
2014-04-04
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-1
/
+1
2014-03-10
Btrfs: fix possible empty list access when flushing the delalloc inodes
Miao Xie
1
-0
/
+4
2014-03-10
Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock
Miao Xie
1
-15
/
+19
2014-03-10
Btrfs: just do dirty page flush for the inode with compression before direct IO
Miao Xie
1
-7
/
+7
2014-03-10
btrfs: Cleanup the "_struct" suffix in btrfs_workequeue
Qu Wenruo
1
-9
/
+9
2014-03-10
btrfs: Replace fs_info->fixup_workers workqueue with btrfs_workqueue.
Qu Wenruo
1
-4
/
+4
2014-03-10
btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue.
Qu Wenruo
1
-11
/
+9
2014-03-10
btrfs: Replace fs_info->flush_workers with btrfs_workqueue.
Qu Wenruo
1
-4
/
+4
2014-03-10
btrfs: Replace fs_info->delalloc_workers with btrfs_workqueue
Qu Wenruo
1
-10
/
+8
2014-03-10
Btrfs: fix preallocate vs double nocow write
Miao Xie
1
-1
/
+15
2014-03-10
Btrfs: avoid warning bomb of btrfs_invalidate_inodes
Liu Bo
1
-1
/
+2
2014-03-10
Btrfs: skip readonly root for snapshot-aware defragment
Wang Shilong
1
-0
/
+5
2014-03-10
Btrfs: unlock extent and pages on error in cow_file_range
Josef Bacik
1
-1
/
+2
2014-03-10
Btrfs: balance delayed inode updates
Josef Bacik
1
-0
/
+4
2014-02-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2014-02-15
Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol
Josef Bacik
1
-1
/
+1
2014-02-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2014-02-03
Btrfs: disable snapshot aware defrag for now
Josef Bacik
1
-1
/
+1
2014-01-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-124
/
+322
[next]