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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-26
xfs: rename the speculative block allocation reclaim toggle functions
Darrick J. Wong
4
-9
/
+9
2019-04-26
xfs: track delayed allocation reservations across the filesystem
Darrick J. Wong
4
-3
/
+51
2019-04-26
xfs: fix broken bhold behavior in xrep_roll_ag_trans
Darrick J. Wong
1
-17
/
+8
2019-04-23
xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
Darrick J. Wong
1
-1
/
+1
2019-04-23
xfs: kill the xfs_dqtrx_t typedef
Darrick J. Wong
2
-16
/
+16
2019-04-23
xfs: widen inode delalloc block counter to 64-bits
Darrick J. Wong
2
-2
/
+3
2019-04-23
xfs: widen quota block counters to 64-bit integers
Darrick J. Wong
3
-35
/
+34
2019-04-23
xfs: abort unaligned nowait directio early
Darrick J. Wong
1
-3
/
+3
2019-04-23
xfs: assert that we don't enter agfl freeing with a non-permanent transaction
Brian Foster
1
-0
/
+3
2019-04-23
xfs: make tr_growdata a permanent transaction
Brian Foster
1
-1
/
+5
2019-04-16
xfs: merge adjacent io completions of the same type
Darrick J. Wong
1
-0
/
+86
2019-04-16
xfs: remove unused m_data_workqueue
Darrick J. Wong
2
-10
/
+1
2019-04-16
xfs: implement per-inode writeback completion queues
Darrick J. Wong
4
-12
/
+48
2019-04-16
xfs: scrub should only cross-reference with healthy btrees
Darrick J. Wong
3
-5
/
+77
2019-04-16
xfs: scrub/repair should update filesystem metadata health
Darrick J. Wong
5
-0
/
+200
2019-04-16
xfs: hoist the already_fixed variable to the scrub context
Darrick J. Wong
4
-11
/
+10
2019-04-16
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
6
-12
/
+17
2019-04-16
xfs: refactor scrub context initialization
Darrick J. Wong
1
-13
/
+18
2019-04-15
xfs: report inode health via bulkstat
Darrick J. Wong
4
-1
/
+50
2019-04-15
xfs: report AG health via AG geometry ioctl
Darrick J. Wong
4
-1
/
+52
2019-04-15
xfs: report fs and rt health via geometry structure
Darrick J. Wong
4
-2
/
+73
2019-04-15
xfs: add a new ioctl to describe allocation group geometry
Darrick J. Wong
5
-0
/
+93
2019-04-15
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
4
-59
/
+84
2019-04-15
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
4
-0
/
+81
2019-04-15
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
4
-9
/
+9
2019-04-15
xfs: track metadata health status
Darrick J. Wong
8
-0
/
+485
2019-04-15
xfs,fstrim: fix to return correct minlen
Wang Shilong
1
-1
/
+2
2019-04-15
xfs: don't account extra agfl blocks as available
Brian Foster
1
-2
/
+8
2019-04-15
xfs: shutdown after buf release in iflush cluster abort path
Brian Foster
1
-1
/
+3
2019-04-15
xfs: wake commit waiters on CIL abort before log item abort
Brian Foster
1
-8
/
+13
2019-04-15
xfs: fix use after free in buf log item unlock assert
Brian Foster
1
-1
/
+3
2019-04-15
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
3
-10
/
+18
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
3
-10
/
+18
2019-04-14
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+8
2019-04-14
Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-7
/
+7
2019-04-12
block: fix the return errno for direct IO
Jason Yan
1
-4
/
+4
2019-04-12
Merge tag 'for-5.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+14
2019-04-11
NFSv4.1 fix incorrect return value in copy_file_range
Olga Kornievskaia
2
-4
/
+3
2019-04-11
NFS: Fix handling of reply page vector
Chuck Lever
1
-2
/
+2
2019-04-11
NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.
Tetsuo Handa
1
-1
/
+2
2019-04-10
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2019-04-08
io_uring: restrict IORING_SETUP_SQPOLL to root
Jens Axboe
1
-0
/
+4
2019-04-08
Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2019-04-06
fs: stream_open - opener for stream-like files so that read and write can run...
Kirill Smelkov
2
-2
/
+21
2019-04-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-6
/
+14
2019-04-06
hugetlbfs: fix memory leak for resv_map
Mike Kravetz
1
-6
/
+14
2019-04-06
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-8
/
+9
2019-04-05
aio: use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-1
/
+1
2019-04-04
btrfs: prop: fix vanished compression property after failed set
Anand Jain
1
-3
/
+3
2019-04-04
btrfs: prop: fix zstd compression parameter validation
Anand Jain
1
-1
/
+1
[next]