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
vboxsf: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-07-02
tracefs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-07-02
smb: client: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-27
/
+12
2024-07-02
ntfs3: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-8
/
+4
2024-07-02
isofs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-07-02
hugetlbfs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-8
/
+4
2024-07-02
ext4: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-18
/
+4
2024-07-02
exfat: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-4
/
+4
2024-07-02
efivarfs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-8
/
+4
2024-07-02
debugfs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-07-02
autofs: Convert to new uid/gid option parsing helpers
Eric Sandeen
1
-12
/
+4
2024-07-02
fs_parse: add uid & gid option option parsing helpers
Eric Sandeen
1
-0
/
+34
2024-07-01
bcachefs: io clock: run timer fns under clock lock
Kent Overstreet
1
-5
/
+2
2024-07-01
Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+11
2024-07-01
Merge tag 'vfs-6.10-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-105
/
+45
2024-07-01
btrfs: fix adding block group to a reclaim list and the unused list during re...
Naohiro Aota
1
-2
/
+11
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-30
erofs: ensure m_llen is reset to 0 if metadata is invalid
Gao Xiang
1
-0
/
+2
2024-06-29
bcachefs: Repair fragmentation_lru in alloc_write_key()
Kent Overstreet
2
-14
/
+13
2024-06-29
bcachefs: add check for missing fragmentation in check_alloc_to_lru_ref()
Kent Overstreet
3
-25
/
+65
2024-06-29
bcachefs: bch2_btree_write_buffer_maybe_flush()
Kent Overstreet
4
-44
/
+71
2024-06-29
bcachefs: Add missing printbuf_tabstops_reset() calls
Kent Overstreet
2
-2
/
+4
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
bcachefs: Fix loop restart in bch2_btree_transactions_read()
Kent Overstreet
1
-6
/
+6
2024-06-28
bcachefs: Fix bch2_read_retry_nodecode()
Kent Overstreet
1
-0
/
+3
2024-06-28
bcachefs: Don't use the new_fs() bucket alloc path on an initialized fs
Kent Overstreet
3
-6
/
+6
2024-06-28
bcachefs: Fix shift greater than integer size
Kent Overstreet
1
-2
/
+3
2024-06-28
bcachefs: Change bch2_fs_journal_stop() BUG_ON() to warning
Kent Overstreet
1
-3
/
+5
2024-06-28
bcachefs: Delete old faulty bch2_trans_unlock() call
Kent Overstreet
1
-1
/
+0
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-28
bcachefs: Switch online_reserved shutdown assert to WARN()
Kent Overstreet
1
-2
/
+5
2024-06-28
fs: export mount options via statmount()
Josef Bacik
1
-1
/
+36
2024-06-28
fs: rename show_mnt_opts -> show_vfsmnt_opts
Josef Bacik
1
-3
/
+3
2024-06-28
fs: use guard for namespace_sem in statmount()
Christian Brauner
1
-77
/
+83
2024-06-28
pidfs: allow retrieval of namespace file descriptors
Christian Brauner
1
-0
/
+90
2024-06-28
nsfs: add open_namespace()
Christian Brauner
2
-24
/
+33
2024-06-28
fs: add an ioctl to get the mnt ns id from nsfs
Josef Bacik
1
-0
/
+14
[prev]
[next]