index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-10
9
-55
/
+21
*
xfs: remove kmem_alloc_io()
Dave Chinner
2021-08-10
7
-40
/
+3
*
mm: Add kvrealloc()
Dave Chinner
2021-08-10
1
-1
/
+3
*
xfs: dump log intent items that cannot be recovered due to corruption
Darrick J. Wong
2021-08-09
4
-0
/
+12
*
xfs: grab active perag ref when reading AG headers
Darrick J. Wong
2021-08-09
8
-44
/
+56
*
xfs: drop experimental warnings for bigtime and inobtcount
Darrick J. Wong
2021-08-09
1
-8
/
+0
*
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
2021-08-09
4
-4
/
+4
*
xfs: throttle inode inactivation queuing on memory reclaim
Darrick J. Wong
2021-08-09
5
-5
/
+147
*
xfs: avoid buffer deadlocks when walking fs inodes
Darrick J. Wong
2021-08-09
2
-10
/
+65
*
xfs: use background worker pool when transactions can't get free space
Darrick J. Wong
2021-08-09
4
-4
/
+31
*
xfs: don't run speculative preallocation gc when fs is frozen
Darrick J. Wong
2021-08-09
6
-16
/
+48
*
xfs: flush inode inactivation work when compiling usage statistics
Darrick J. Wong
2021-08-09
2
-0
/
+11
*
xfs: inactivate inodes any time we try to free speculative preallocations
Darrick J. Wong
2021-08-09
1
-2
/
+10
*
xfs: queue inactivation immediately when free realtime extents are tight
Darrick J. Wong
2021-08-09
3
-6
/
+31
*
xfs: queue inactivation immediately when quota is nearing enforcement
Darrick J. Wong
2021-08-09
4
-0
/
+56
*
xfs: queue inactivation immediately when free space is tight
Darrick J. Wong
2021-08-09
3
-8
/
+15
*
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
9
-48
/
+571
*
xfs: detach dquots from inode if we don't need to inactivate it
Darrick J. Wong
2021-08-06
3
-1
/
+62
*
xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
Darrick J. Wong
2021-08-06
2
-75
/
+74
*
xfs: introduce all-mounts list for cpu hotplug notifications
Dave Chinner
2021-08-06
2
-0
/
+41
*
xfs: introduce CPU hotplug infrastructure
Dave Chinner
2021-08-06
1
-1
/
+41
*
xfs: remove the active vs running quota differentiation
Christoph Hellwig
2021-08-06
11
-107
/
+58
*
xfs: remove the flags argument to xfs_qm_dquot_walk
Christoph Hellwig
2021-08-06
1
-10
/
+6
*
xfs: remove xfs_dqrele_all_inodes
Christoph Hellwig
2021-08-06
2
-112
/
+1
*
xfs: remove support for disabling quota accounting on a mounted file system
Christoph Hellwig
2021-08-06
8
-454
/
+13
*
Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-08-01
7
-106
/
+244
|
\
|
*
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
2021-07-29
1
-2
/
+12
|
*
xfs: limit iclog tail updates
Dave Chinner
2021-07-29
1
-13
/
+37
|
*
xfs: need to see iclog flags in tracing
Dave Chinner
2021-07-29
2
-4
/
+14
|
*
xfs: Enforce attr3 buffer recovery order
Dave Chinner
2021-07-29
1
-0
/
+1
|
*
xfs: logging the on disk inode LSN can make it go backwards
Dave Chinner
2021-07-29
2
-11
/
+39
|
*
xfs: avoid unnecessary waits in xfs_log_force_lsn()
Dave Chinner
2021-07-29
1
-5
/
+37
|
*
xfs: log forces imply data device cache flushes
Dave Chinner
2021-07-29
1
-13
/
+34
|
*
xfs: factor out forced iclog flushes
Dave Chinner
2021-07-29
1
-24
/
+18
|
*
xfs: fix ordering violation between cache flushes and tail updates
Dave Chinner
2021-07-29
3
-13
/
+39
|
*
xfs: fold __xlog_state_release_iclog into xlog_state_release_iclog
Dave Chinner
2021-07-29
1
-28
/
+17
|
*
xfs: external logs need to flush data device
Dave Chinner
2021-07-29
1
-8
/
+11
|
*
xfs: flush data dev on external log write
Dave Chinner
2021-07-29
1
-1
/
+1
*
|
Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-07-31
3
-2
/
+10
|
\
\
|
*
|
cifs: add missing parsing of backupuid
Ronnie Sahlberg
2021-07-29
1
-0
/
+7
|
*
|
smb3: rc uninitialized in one fallocate path
Steve French
2021-07-27
1
-1
/
+2
|
*
|
SMB3: fix readpage for large swap cache
Steve French
2021-07-27
1
-1
/
+1
*
|
|
pipe: make pipe writes always wake up readers
Linus Torvalds
2021-07-31
1
-5
/
+5
*
|
|
Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-30
1
-0
/
+2
|
\
\
\
|
*
|
|
block: delay freeing the gendisk
Christoph Hellwig
2021-07-28
1
-0
/
+2
*
|
|
|
Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-07-30
1
-8
/
+32
|
\
\
\
\
|
*
|
|
|
io_uring: fix poll requests leaking second poll entries
Hao Xu
2021-07-28
1
-3
/
+2
|
*
|
|
|
io_uring: don't block level reissue off completion path
Jens Axboe
2021-07-28
1
-0
/
+6
|
*
|
|
|
io_uring: always reissue from task_work context
Jens Axboe
2021-07-27
1
-2
/
+8
|
*
|
|
|
io_uring: fix race in unified task_work running
Jens Axboe
2021-07-26
1
-1
/
+5
[next]