index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
mbcache.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-10
ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
Christoph Hellwig
1
-2
/
+2
2023-08-10
nilfs2: use setup_bdev_super to de-duplicate the mount code
Christoph Hellwig
1
-51
/
+30
2023-08-10
fs: export setup_bdev_super
Christoph Hellwig
2
-1
/
+4
2023-08-10
fs: open block device after superblock creation
Jan Kara
3
-99
/
+107
2023-08-10
ntfs3: free the sbi in ->kill_sb
Christoph Hellwig
1
-13
/
+12
2023-08-10
ntfs3: don't call sync_blockdev in ntfs_put_super
Christoph Hellwig
1
-2
/
+0
2023-08-10
ntfs3: rename put_ntfs ntfs3_free_sbi
Christoph Hellwig
1
-5
/
+5
2023-08-10
exfat: free the sbi and iocharset in ->kill_sb
Christoph Hellwig
1
-10
/
+18
2023-08-10
exfat: don't RCU-free the sbi
Christoph Hellwig
2
-13
/
+4
2023-08-10
ext4: close the external journal device in ->kill_sb
Christoph Hellwig
1
-25
/
+25
2023-08-10
xfs: document the invalidate_bdev call in invalidate_bdev
Christoph Hellwig
1
-0
/
+26
2023-08-10
xfs: close the external block devices in xfs_mount_free
Christoph Hellwig
2
-16
/
+22
2023-08-10
xfs: close the RT and log block devices in xfs_free_buftarg
Christoph Hellwig
1
-0
/
+5
2023-08-10
xfs: remove xfs_blkdev_put
Christoph Hellwig
1
-13
/
+5
2023-08-10
xfs: free the xfs_mount in ->kill_sb
Christoph Hellwig
1
-9
/
+11
2023-08-10
xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_super
Christoph Hellwig
1
-4
/
+0
2023-08-10
xfs: reformat the xfs_fs_free prototype
Christoph Hellwig
1
-1
/
+2
2023-08-09
fs, block: remove bdev->bd_super
Christoph Hellwig
3
-5
/
+0
2023-08-09
ocfs2: stop using bdev->bd_super for journal error logging
Christoph Hellwig
1
-3
/
+3
2023-08-09
ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
Christoph Hellwig
1
-2
/
+1
2023-08-09
fs: stop using bdev->bd_super in mark_buffer_write_io_error
Christoph Hellwig
1
-8
/
+3
2023-07-09
Linux 6.5-rc1
v6.5-rc1
Linus Torvalds
1
-2
/
+2
2023-07-09
MAINTAINERS 2: Electric Boogaloo
Linus Torvalds
1
-46
/
+46
2023-07-09
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+1
2023-07-08
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-08
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-08
ntb: hw: amd: Fix debugfs_create_dir error checking
Anup Sharma
1
-1
/
+1
2023-07-08
lib: dhry: fix sleeping allocations inside non-preemptable section
Geert Uytterhoeven
1
-2
/
+9
2023-07-08
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2
-14
/
+14
2023-07-08
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-07-08
mailmap: add entries for Heiko Stuebner
Heiko Stuebner
1
-0
/
+3
2023-07-08
mailmap: update manpage link
Heiko Stuebner
1
-1
/
+2
2023-07-08
bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
Liu Shixin
1
-0
/
+2
2023-07-08
MAINTAINERS: add linux-next info
Randy Dunlap
1
-0
/
+7
2023-07-08
mailmap: add Markus Schneider-Pargmann
Markus Schneider-Pargmann
1
-0
/
+1
2023-07-08
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-07-08
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-07-08
squashfs: fix cache race with migration
Vincent Whitchurch
1
-4
/
+23
2023-07-08
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
1
-1
/
+6
2023-07-08
docs: update ocfs2-devel mailing list address
Anthony Iliopoulos
7
-17
/
+17
2023-07-08
MAINTAINERS: update ocfs2-devel mailing list address
Anthony Iliopoulos
1
-1
/
+1
2023-07-08
mm: disable CONFIG_PER_VMA_LOCK until its fixed
Suren Baghdasaryan
1
-1
/
+2
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+6
2023-07-08
ntb.rst: Fix copy and paste error
Geoff Levand
1
-2
/
+2
2023-07-08
ntb_netdev: Fix module_init problem
Geoff Levand
1
-1
/
+1
2023-07-08
ntb: intel: Remove redundant pci_clear_master
Cai Huoqing
1
-2
/
+0
2023-07-08
ntb: epf: Remove redundant pci_clear_master
Cai Huoqing
1
-8
/
+4
2023-07-08
ntb_hw_amd: Remove redundant pci_clear_master
Cai Huoqing
1
-2
/
+0
2023-07-08
ntb: idt: drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-12
/
+5
[next]