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
2024-09-01
xfs: remove xfs_rtb_to_rtxrem
Christoph Hellwig
2
-23
/
+4
2024-09-01
xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...
Darrick J. Wong
1
-6
/
+9
2024-09-01
xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near
Darrick J. Wong
1
-11
/
+12
2024-09-01
xfs: clean up xfs_rtallocate_extent_exact a bit
Darrick J. Wong
1
-20
/
+21
2024-09-01
xfs: refactor aligning bestlen to prod
Darrick J. Wong
1
-11
/
+15
2024-09-01
xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
Darrick J. Wong
1
-9
/
+7
2024-09-01
xfs: don't return too-short extents from xfs_rtallocate_extent_block
Darrick J. Wong
1
-10
/
+11
2024-09-01
xfs: ensure rtx mask/shift are correct after growfs
Christoph Hellwig
3
-4
/
+15
2024-09-01
xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
Christoph Hellwig
1
-3
/
+5
2024-09-01
xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
Christoph Hellwig
4
-16
/
+23
2024-09-01
xfs: factor out rtbitmap/summary initialization helpers
Christoph Hellwig
3
-117
/
+133
2024-09-01
xfs: factor out a xfs_last_rt_bmblock helper
Christoph Hellwig
1
-10
/
+19
2024-09-01
xfs: factor out a xfs_growfs_rt_bmblock helper
Christoph Hellwig
1
-159
/
+158
2024-09-01
xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
Christoph Hellwig
1
-20
/
+18
2024-09-01
xfs: cleanup the calling convention for xfs_rtpick_extent
Christoph Hellwig
1
-8
/
+4
2024-09-01
xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
Christoph Hellwig
2
-21
/
+32
2024-09-01
xfs: assert a valid limit in xfs_rtfind_forw
Christoph Hellwig
1
-0
/
+2
2024-09-01
xfs: remove the limit argument to xfs_rtfind_back
Christoph Hellwig
3
-7
/
+6
2024-09-01
xfs: make the RT rsum_cache mandatory
Christoph Hellwig
1
-11
/
+15
2024-09-01
xfs: factor out a xfs_validate_rt_geometry helper
Christoph Hellwig
2
-29
/
+36
2024-09-01
xfs: remove xfs_validate_rtextents
Christoph Hellwig
3
-14
/
+2
2024-09-01
xfs: pass the icreate args object to xfs_dialloc
Darrick J. Wong
6
-8
/
+11
2024-09-01
xfs: match on the global RT inode numbers in xfs_is_metadata_inode
Christoph Hellwig
1
-3
/
+4
2024-09-01
xfs: validate inumber in xfs_iget
Darrick J. Wong
1
-1
/
+1
2024-09-01
xfs: introduce new file range commit ioctls
Darrick J. Wong
5
-3
/
+243
2024-09-01
nfsd: move nfsd_pool_stats_open into nfsctl.c
NeilBrown
3
-9
/
+7
2024-09-01
lockd: discard nlmsvc_timeout
NeilBrown
2
-7
/
+2
2024-09-01
nfsd: don't EXPORT_SYMBOL nfsd4_ssc_init_umount_work()
NeilBrown
1
-1
/
+0
2024-09-01
nfsd: use system_unbound_wq for nfsd_file_gc_worker()
Youzhong Yang
1
-1
/
+1
2024-09-01
nfsd: count nfsd_file allocations
Jeff Layton
1
-2
/
+7
2024-09-01
nfsd: fix refcount leak when file is unhashed after being found
Jeff Layton
1
-0
/
+1
2024-09-01
nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
Jeff Layton
1
-2
/
+0
2024-09-01
nfsd: add list_head nf_gc to struct nfsd_file
Youzhong Yang
2
-8
/
+11
2024-09-01
fscache: delete fscache_cookie_lru_timer when fscache exits to avoid UAF
Baokun Li
1
-0
/
+1
2024-09-01
Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-45
/
+93
2024-09-01
Merge tag 'bcachefs-2024-08-21' of https://github.com/koverstreet/bcachefs
Linus Torvalds
5
-116
/
+68
2024-08-31
bcachefs: Mark more errors as autofix
Kent Overstreet
1
-5
/
+5
2024-08-31
bcachefs: Revert lockless buffered IO path
Kent Overstreet
2
-110
/
+40
2024-09-01
Merge tag 'nfsd-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-2
/
+9
2024-09-01
Merge tag 'xfs-6.11-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
6
-48
/
+114
2024-08-30
nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
NeilBrown
1
-2
/
+9
2024-08-30
fs: drop GFP_NOFAIL mode from alloc_page_buffers
Michal Hocko
1
-4
/
+1
2024-08-30
ovl: fsync after metadata copy-up
Amir Goldstein
1
-4
/
+39
2024-08-30
fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name
Li Zhijian
1
-3
/
+7
2024-08-30
mnt_idmapping: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-6
/
+6
2024-08-30
netfs: Delete subtree of 'fs/netfs' when netfs module exits
Baokun Li
1
-2
/
+2
2024-08-30
fs: use LIST_HEAD() to simplify code
Hongbo Li
1
-2
/
+1
2024-08-30
inode: port __I_LRU_ISOLATING to var event
Christian Brauner
1
-8
/
+19
2024-08-30
inode: port __I_NEW to var event
Christian Brauner
3
-13
/
+36
2024-08-30
inode: port __I_SYNC to var event
Christian Brauner
1
-16
/
+29
[prev]
[next]