index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-22
virtiofs: propagate sync() to file server
Greg Kurz
3
-0
/
+44
2021-06-22
fuse: reject internal errno
Miklos Szeredi
1
-1
/
+1
2021-06-22
fuse: check connected before queueing on fpq->io
Miklos Szeredi
1
-0
/
+9
2021-06-21
cifs: Avoid field over-reading memcpy()
Kees Cook
1
-1
/
+4
2021-06-21
xfs: fix endianness issue in xfs_ag_shrink_space
Darrick J. Wong
1
-3
/
+4
2021-06-21
netfs: fix test for whether we can skip read when writing beyond EOF
Jeff Layton
1
-13
/
+36
2021-06-21
afs: Fix afs_write_end() to handle short writes
David Howells
1
-2
/
+9
2021-06-21
xfs: remove dead stale buf unpin handling code
Brian Foster
1
-19
/
+2
2021-06-21
xfs: hold buffer across unpin and potential shutdown processing
Brian Foster
1
-16
/
+21
2021-06-21
xfs: force the log offline when log intent item recovery fails
Darrick J. Wong
2
-1
/
+7
2021-06-21
xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodes
Darrick J. Wong
1
-1
/
+9
2021-06-21
xfs: shorten the shutdown messages to a single line
Darrick J. Wong
1
-8
/
+8
2021-06-21
xfs: print name of function causing fs shutdown instead of hex pointer
Darrick J. Wong
1
-1
/
+1
2021-06-21
xfs: fix type mismatches in the inode reclaim functions
Darrick J. Wong
3
-9
/
+9
2021-06-21
xfs: separate primary inode selection criteria in xfs_iget_cache_hit
Darrick J. Wong
1
-23
/
+16
2021-06-21
xfs: refactor the inode recycling code
Darrick J. Wong
2
-64
/
+83
2021-06-21
xfs: add iclog state trace events
Dave Chinner
3
-0
/
+88
2021-06-21
xfs: xfs_log_force_lsn isn't passed a LSN
Dave Chinner
13
-65
/
+56
2021-06-21
xfs: Fix CIL throttle hang when CIL space used going backwards
Dave Chinner
3
-24
/
+49
2021-06-21
xfs: journal IO cache flush reductions
Dave Chinner
4
-48
/
+43
2021-06-21
xfs: remove need_start_rec parameter from xlog_write()
Dave Chinner
3
-25
/
+25
2021-06-21
xfs: CIL checkpoint flushes caches unconditionally
Dave Chinner
1
-4
/
+21
2021-06-21
xfs: async blkdev cache flush
Dave Chinner
2
-0
/
+37
2021-06-21
xfs: remove xfs_blkdev_issue_flush
Dave Chinner
5
-13
/
+5
2021-06-21
nfs: fix acl memory leak of posix_acl_create()
Gao Xiang
1
-2
/
+2
2021-06-21
btrfs: inline wait_current_trans_commit_start in its caller
David Sterba
1
-13
/
+7
2021-06-21
btrfs: sink wait_for_unblock parameter to async commit
David Sterba
3
-25
/
+4
2021-06-21
btrfs: remove total_data_size variable in btrfs_batch_insert_items()
Nathan Chancellor
1
-2
/
+1
2021-06-21
btrfs: eliminate insert label in add_falloc_range
Nikolay Borisov
1
-12
/
+11
2021-06-21
btrfs: subpage: fix a rare race between metadata endio and eb freeing
Qu Wenruo
3
-26
/
+32
2021-06-21
btrfs: don't clear page extent mapped if we're not invalidating the full page
Qu Wenruo
1
-1
/
+13
2021-06-21
btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()
Qu Wenruo
1
-1
/
+12
2021-06-21
btrfs: reflink: make copy_inline_to_page() to be subpage compatible
Qu Wenruo
1
-5
/
+9
2021-06-21
btrfs: make btrfs_page_mkwrite() to be subpage compatible
Qu Wenruo
1
-2
/
+2
2021-06-21
btrfs: make btrfs_truncate_block() to be subpage compatible
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: make __extent_writepage_io() only submit dirty range for subpage
Qu Wenruo
1
-5
/
+75
2021-06-21
btrfs: make btrfs_set_range_writeback() subpage compatible
Qu Wenruo
3
-7
/
+10
2021-06-21
btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __...
Qu Wenruo
1
-1
/
+15
2021-06-21
btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
Qu Wenruo
1
-4
/
+4
2021-06-21
btrfs: make page Ordered bit to be subpage compatible
Qu Wenruo
3
-8
/
+18
2021-06-21
btrfs: introduce helpers for subpage ordered status
Qu Wenruo
2
-0
/
+33
2021-06-21
btrfs: make process_one_page() to handle subpage locking
Qu Wenruo
3
-15
/
+94
2021-06-21
btrfs: make end_bio_extent_writepage() to be subpage compatible
Qu Wenruo
1
-1
/
+2
2021-06-21
btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback ...
Qu Wenruo
1
-8
/
+16
2021-06-21
btrfs: make btrfs_dirty_pages() to be subpage compatible
Qu Wenruo
1
-2
/
+5
2021-06-21
btrfs: only require sector size alignment for end_bio_extent_writepage()
Qu Wenruo
1
-17
/
+12
2021-06-21
btrfs: provide btrfs_page_clamp_*() helpers
Qu Wenruo
2
-0
/
+48
2021-06-21
btrfs: refactor page status update into process_one_page()
Qu Wenruo
1
-97
/
+109
2021-06-21
btrfs: pass bytenr directly to __process_pages_contig()
Qu Wenruo
1
-20
/
+37
2021-06-21
btrfs: fix hang when run_delalloc_range() failed
Qu Wenruo
1
-0
/
+21
[prev]
[next]