index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-01
xfs: change some error-less functions to void types
Eric Sandeen
11
-58
/
+26
2019-04-30
xfs: add online scrub for superblock counters
Darrick J. Wong
11
-3
/
+461
2019-04-30
xfs: don't parse the mtpt mount option
Christoph Hellwig
1
-5
/
+1
2019-04-30
xfs: always rejoin held resources during defer roll
Darrick J. Wong
4
-37
/
+31
2019-04-26
xfs: add missing error check in xfs_prepare_shift()
Brian Foster
1
-0
/
+2
2019-04-26
xfs: scrub should check incore counters against ondisk headers
Darrick J. Wong
1
-0
/
+20
2019-04-26
xfs: allow scrubbers to pause background reclaim
Darrick J. Wong
4
-0
/
+23
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-22
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-14
xfs: report inode health via bulkstat
Darrick J. Wong
4
-1
/
+50
2019-04-14
xfs: report AG health via AG geometry ioctl
Darrick J. Wong
4
-1
/
+52
2019-04-14
xfs: report fs and rt health via geometry structure
Darrick J. Wong
4
-2
/
+73
2019-04-14
xfs: add a new ioctl to describe allocation group geometry
Darrick J. Wong
5
-0
/
+93
2019-04-14
xfs: bump XFS_IOC_FSGEOMETRY to v5 structures
Dave Chinner
4
-59
/
+84
2019-04-14
xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystem
Darrick J. Wong
4
-0
/
+81
2019-04-14
xfs: replace the BAD_SUMMARY mount flag with the equivalent health code
Darrick J. Wong
4
-9
/
+9
2019-04-14
xfs: track metadata health status
Darrick J. Wong
8
-0
/
+485
2019-04-14
xfs,fstrim: fix to return correct minlen
Wang Shilong
1
-1
/
+2
2019-04-14
xfs: don't account extra agfl blocks as available
Brian Foster
1
-2
/
+8
2019-04-14
xfs: shutdown after buf release in iflush cluster abort path
Brian Foster
1
-1
/
+3
2019-04-14
xfs: wake commit waiters on CIL abort before log item abort
Brian Foster
1
-8
/
+13
2019-04-14
xfs: fix use after free in buf log item unlock assert
Brian Foster
1
-1
/
+3
2019-04-14
Linux 5.1-rc5
v5.1-rc5
Linus Torvalds
1
-1
/
+1
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
8
-28
/
+92
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
5
-15
/
+29
2019-04-14
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
2
-12
/
+49
2019-04-14
mm: add 'try_get_page()' helper function
Linus Torvalds
1
-0
/
+9
2019-04-14
mm: make page ref count overflow check tighter and more explicit
Linus Torvalds
1
-1
/
+5
2019-04-13
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
Linus Torvalds
20
-109
/
+174
2019-04-13
Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
7
-53
/
+16
2019-04-13
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+4
2019-04-13
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-27
/
+99
2019-04-13
Merge tag 'pci-v5.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+6
2019-04-13
Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-10
/
+14
[next]