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-07-02
xfs: wrap inode creation dqalloc calls
Darrick J. Wong
4
-52
/
+55
2024-07-02
xfs: push xfs_icreate_args creation out of xfs_create*
Darrick J. Wong
3
-67
/
+63
2024-07-02
xfs: hoist new inode initialization functions to libxfs
Darrick J. Wong
5
-217
/
+225
2024-07-02
xfs: split new inode creation into two pieces
Darrick J. Wong
2
-40
/
+48
2024-07-02
xfs: use xfs_trans_ichgtime to set times when allocating inode
Darrick J. Wong
1
-7
/
+6
2024-07-02
xfs: implement atime updates in xfs_trans_ichgtime
Darrick J. Wong
2
-0
/
+3
2024-07-02
xfs: pack icreate initialization parameters into a separate structure
Darrick J. Wong
6
-47
/
+102
2024-07-02
xfs: hoist project id get/set functions to libxfs
Darrick J. Wong
4
-11
/
+12
2024-07-02
xfs: hoist inode flag conversion functions to libxfs
Darrick J. Wong
7
-110
/
+141
2024-07-02
xfs: hoist extent size helpers to libxfs
Darrick J. Wong
5
-47
/
+46
2024-07-02
xfs: move inode copy-on-write predicates to xfs_inode.[ch]
Darrick J. Wong
3
-10
/
+15
2024-07-02
xfs: use consistent uid/gid when grabbing dquots for inodes
Darrick J. Wong
2
-9
/
+15
2024-07-02
xfs: verify buffer, inode, and dquot items every tx commit
Darrick J. Wong
5
-0
/
+111
2024-07-01
xfs: enable FITRIM on the realtime device
Darrick J. Wong
2
-24
/
+308
2024-07-01
xfs: Remove header files which are included more than once
Wenchao Hao
5
-5
/
+0
2024-07-01
xfs: fold xfs_ilock_for_write_fault into xfs_write_fault
Christoph Hellwig
1
-18
/
+15
2024-07-01
xfs: always take XFS_MMAPLOCK shared in xfs_dax_read_fault
Christoph Hellwig
1
-3
/
+2
2024-07-01
xfs: refactor __xfs_filemap_fault
Christoph Hellwig
1
-26
/
+45
2024-07-01
xfs: simplify xfs_dax_fault
Christoph Hellwig
1
-21
/
+13
2024-07-01
xfs: cleanup xfs_ilock_iocb_for_write
Christoph Hellwig
1
-7
/
+11
2024-07-01
xfs: move the dio write relocking out of xfs_ilock_for_iomap
Christoph Hellwig
1
-37
/
+34
2024-07-01
xfs: don't walk off the end of a directory data block
lei lu
2
-5
/
+33
2024-07-01
xfs: add bounds checking to xlog_recover_process_data
lei lu
1
-1
/
+4
2024-07-01
xfs: Fix xfs_prepare_shift() range for RT
John Garry
1
-4
/
+6
2024-07-01
xfs: Fix xfs_flush_unmap_range() range for RT
John Garry
1
-4
/
+8
2024-07-01
xfs: avoid redundant AGFL buffer invalidation
Gao Xiang
3
-31
/
+7
2024-06-29
Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
8
-53
/
+95
2024-06-28
Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2
-1
/
+2
2024-06-28
Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
14
-201
/
+273
2024-06-27
Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2024-06-27
Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-28
/
+45
2024-06-26
xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs
Darrick J. Wong
1
-1
/
+9
2024-06-26
xfs: fix direction in XFS_IOC_EXCHANGE_RANGE
Darrick J. Wong
1
-1
/
+1
2024-06-26
xfs: allow unlinked symlinks and dirs with zero size
Darrick J. Wong
1
-5
/
+18
2024-06-26
xfs: restrict when we try to align cow fork delalloc to cowextsz hints
Darrick J. Wong
2
-26
/
+39
2024-06-26
xfs: fix freeing speculative preallocations for preallocated files
Christoph Hellwig
4
-20
/
+28
2024-06-25
bcachefs: Fix kmalloc bug in __snapshot_t_mut
Pei Li
1
-0
/
+3
2024-06-25
bcachefs: Discard, invalidate workers are now per device
Kent Overstreet
5
-133
/
+161
2024-06-25
bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gc
Pei Li
1
-1
/
+1
2024-06-25
bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpu
Pei Li
1
-4
/
+10
2024-06-25
nfsd: initialise nfsd_info.mutex early.
NeilBrown
2
-1
/
+2
2024-06-24
nfs: drop the incorrect assertion in nfs_swap_rw()
Christoph Hellwig
1
-2
/
+0
2024-06-24
ocfs2: fix DIO failure due to insufficient transaction credits
Jan Kara
4
-0
/
+26
2024-06-24
/proc/pid/smaps: add mseal info for vma
Jeff Xu
1
-0
/
+3
2024-06-25
btrfs: qgroup: fix quota root leak after quota disable failure
Filipe Manana
1
-2
/
+2
2024-06-25
btrfs: scrub: handle RST lookup error correctly
Qu Wenruo
1
-10
/
+14
2024-06-25
btrfs: zoned: fix initial free space detection
Naohiro Aota
1
-1
/
+1
2024-06-25
btrfs: use NOFS context when getting inodes during logging and log replay
Filipe Manana
1
-15
/
+28
2024-06-24
ftruncate: pass a signed offset
Arnd Bergmann
1
-2
/
+2
2024-06-23
bcachefs: Add missing bch2_journal_do_writes() call
Kent Overstreet
1
-0
/
+7
[next]