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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-22
Merge tag 'xfs-6.3-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
18
-410
/
+375
2023-02-22
Merge tag 'iomap-6.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-2
/
+2
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
17
-90
/
+89
2023-02-10
xfs: revert commit 8954c44ff477
Darrick J. Wong
1
-1
/
+3
2023-02-10
xfs: make kobj_type structures constant
Thomas Weißschuh
3
-12
/
+12
2023-02-09
xfs: allow setting full range of panic tags
Donald Douwsma
2
-2
/
+13
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-05
xfs: don't use BMBT btree split workers for IO completion
Dave Chinner
1
-2
/
+16
2023-02-05
xfs: fix confusing variable names in xfs_refcount_item.c
Darrick J. Wong
1
-27
/
+27
2023-02-05
xfs: pass refcount intent directly through the log intent code
Darrick J. Wong
4
-103
/
+74
2023-02-05
xfs: fix confusing variable names in xfs_rmap_item.c
Darrick J. Wong
1
-39
/
+40
2023-02-05
xfs: pass rmap space mapping directly through the log intent code
Darrick J. Wong
3
-66
/
+55
2023-02-05
xfs: fix confusing xfs_extent_item variable names
Darrick J. Wong
2
-51
/
+51
2023-02-05
xfs: pass xfs_extent_free_item directly through the log intent code
Darrick J. Wong
1
-25
/
+30
2023-02-05
xfs: fix confusing variable names in xfs_bmap_item.c
Darrick J. Wong
1
-28
/
+28
2023-02-05
xfs: pass the xfs_bmbt_irec directly through the log intent code
Darrick J. Wong
3
-72
/
+46
2023-02-05
xfs: use strscpy() to instead of strncpy()
Xu Panda
1
-3
/
+1
2023-01-19
fs: port vfs{g,u}id helpers to mnt_idmap
Christian Brauner
1
-3
/
+2
2023-01-19
fs: port fs{g,u}id helpers to mnt_idmap
Christian Brauner
2
-11
/
+7
2023-01-19
fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap
Christian Brauner
6
-15
/
+14
2023-01-19
fs: port i_{g,u}id_{needs_}update() to mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-19
fs: port privilege checking helpers to mnt_idmap
Christian Brauner
1
-2
/
+1
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
6
-39
/
+36
2023-01-19
fs: port acl to mnt_idmap
Christian Brauner
1
-2
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->fileattr_set() to pass mnt_idmap
Christian Brauner
2
-2
/
+3
2023-01-19
fs: port ->set_acl() to pass mnt_idmap
Christian Brauner
3
-3
/
+4
2023-01-19
fs: port ->tmpfile() to pass mnt_idmap
Christian Brauner
1
-1
/
+3
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->mknod() to pass mnt_idmap
Christian Brauner
1
-2
/
+3
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-3
/
+3
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->create() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-1
/
+2
2023-01-19
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
4
-17
/
+18
2023-01-18
iomap: Rename page_ops to folio_ops
Andreas Gruenbacher
1
-2
/
+2
2023-01-11
filelock: move file locking definitions to separate header file
Jeff Layton
1
-0
/
+1
2023-01-05
xfs: fix extent busy updating
Wengang Wang
1
-0
/
+1
2023-01-03
xfs: xfs_qm: remove unnecessary ‘0’ values from error
Li zeming
1
-1
/
+1
2023-01-03
xfs: Fix deadlock on xfs_inodegc_worker
Wu Guanghao
1
-0
/
+10
2023-01-03
xfs: get root inode correctly at bulkstat
Hironori Shiina
1
-2
/
+2
2023-01-03
xfs: fix off-by-one error in xfs_btree_space_to_height
Darrick J. Wong
1
-1
/
+6
2022-12-26
xfs: make xfs_iomap_page_ops static
Darrick J. Wong
1
-1
/
+1
2022-12-26
xfs: don't assert if cmap covers imap after cycling lock
Darrick J. Wong
1
-2
/
+0
2022-12-14
Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
46
-303
/
+1007
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-13
/
+9
2022-12-12
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-9
/
+12
2022-12-11
xfs: remove restrictions for fsdax and reflink
Shiyang Ruan
2
-8
/
+0
2022-12-11
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
1
-2
/
+6
[next]