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
2018-05-15
xfs: halt auto-reclamation activities while rebuilding rmap
Darrick J. Wong
4
-12
/
+31
2018-05-15
xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbt
Darrick J. Wong
2
-12
/
+23
2018-05-15
xfs: add repair helpers for the reference count btree
Darrick J. Wong
4
-0
/
+41
2018-05-15
xfs: add repair helpers for the reverse mapping btree
Darrick J. Wong
2
-0
/
+85
2018-05-15
xfs: expose various functions to repair code
Darrick J. Wong
4
-3
/
+11
2018-05-15
xfs: add helpers to calculate btree size
Darrick J. Wong
8
-3
/
+37
2018-05-15
xfs: refactor scrub transaction allocation function
Darrick J. Wong
4
-21
/
+17
2018-05-15
xfs: btree scrub should check minrecs
Darrick J. Wong
1
-0
/
+40
2018-05-15
xfs: clean up scrub usage of KM_NOFS
Darrick J. Wong
3
-3
/
+4
2018-05-15
xfs: avoid ilock games in the quota scrubber
Darrick J. Wong
3
-28
/
+30
2018-05-15
xfs: refactor dquot iteration
Darrick J. Wong
3
-30
/
+63
2018-05-10
xfs: rename on-disk dquot counter zap functions
Darrick J. Wong
1
-8
/
+8
2018-05-10
xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
Darrick J. Wong
6
-28
/
+19
2018-05-10
xfs: remove direct calls to _qm_dqread
Darrick J. Wong
3
-15
/
+39
2018-05-10
xfs: refactor xfs_qm_dqtobp and xfs_qm_dqalloc
Darrick J. Wong
1
-148
/
+122
2018-05-10
xfs: refactor incore dquot initialization functions
Darrick J. Wong
1
-30
/
+51
2018-05-10
xfs: fetch dquots directly during quotacheck
Darrick J. Wong
1
-16
/
+12
2018-05-10
xfs: split out dqget for inodes from regular dqget
Darrick J. Wong
8
-77
/
+134
2018-05-10
xfs: remove unnecessary xfs_qm_dqattach parameter
Darrick J. Wong
8
-20
/
+19
2018-05-10
xfs: delegate dqget input checks to helper function
Darrick J. Wong
1
-9
/
+31
2018-05-10
xfs: refactor dquot cache handling
Darrick J. Wong
1
-34
/
+78
2018-05-10
xfs: refactor XFS_QMOPT_DQNEXT out of existence
Darrick J. Wong
7
-71
/
+108
2018-05-10
xfs: don't spray logs when dquot flush/purge fail
Darrick J. Wong
2
-12
/
+3
2018-05-10
xfs: release new dquot buffer on defer_finish error
Darrick J. Wong
1
-20
/
+28
2018-05-10
xfs: don't discard on free of unwritten extents
Brian Foster
1
-1
/
+2
2018-05-10
xfs: skip online discard during eofblocks trims
Brian Foster
3
-12
/
+35
2018-05-10
xfs: add bmapi nodiscard flag
Brian Foster
7
-18
/
+87
2018-05-10
xfs: get rid of the log item descriptor
Dave Chinner
18
-124
/
+63
2018-05-10
xfs: add some more debug checks to buffer log item reuse
Dave Chinner
1
-1
/
+3
2018-05-10
xfs: fix double ijoin in xfs_reflink_clear_inode_flag()
Dave Chinner
1
-2
/
+6
2018-05-10
xfs: fix double ijoin in xfs_reflink_cancel_cow_range
Dave Chinner
1
-2
/
+4
2018-05-10
xfs: fix double ijoin in xfs_inactive_symlink_rmt()
Dave Chinner
1
-7
/
+2
2018-05-10
xfs: don't assert fail with AIL lock held
Dave Chinner
1
-11
/
+32
2018-05-10
xfs: adder caller IP to xfs_defer* tracepoints
Dave Chinner
2
-12
/
+17
2018-05-10
xfs: add tracing to high level transaction operations
Dave Chinner
3
-1
/
+57
2018-05-10
xfs: log item flags are racy
Dave Chinner
19
-48
/
+52
2018-05-10
xfs: add missing rmap error return
Darrick J. Wong
1
-0
/
+2
2018-05-09
xfs: bmap debugging should never panic the system
Darrick J. Wong
1
-2
/
+4
2018-05-09
xfs: defer agfl frees from directory op transactions
Brian Foster
1
-0
/
+3
2018-05-09
xfs: defer frees from common inode allocation paths
Brian Foster
2
-0
/
+2
2018-05-09
xfs: defer agfl frees from inode inactivation
Brian Foster
1
-0
/
+1
2018-05-09
xfs: defer agfl block frees from deferred ops processing context
Brian Foster
1
-0
/
+12
2018-05-09
xfs: defer agfl block frees when dfops is available
Brian Foster
6
-7
/
+129
2018-05-09
xfs: create agfl block free helper function
Brian Foster
2
-10
/
+29
2018-05-09
xfs: print specific dqblk that failed verifiers
Eric Sandeen
1
-19
/
+22
2018-05-09
xfs: add full xfs_dqblk verifier
Eric Sandeen
4
-11
/
+30
2018-05-09
xfs: pass full xfs_dqblk to repair during quotacheck
Eric Sandeen
3
-14
/
+11
2018-05-09
xfs: check type in quota verifier during quotacheck
Eric Sandeen
1
-1
/
+3
2018-05-09
xfs: remove unused flags arg from xfs_dquot_verify
Eric Sandeen
5
-9
/
+7
2018-05-09
xfs: clean up locking in xfs_file_iomap_begin
Dave Chinner
1
-37
/
+61
[next]