summaryrefslogtreecommitdiffstats
path: root/block/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-21amiflop: don't call fsync_bdev in FDFMTBEGChristoph Hellwig1-1/+0
2023-08-21floppy: call disk_force_media_change when changing the formatChristoph Hellwig1-1/+1
2023-08-21block: simplify the disk_force_media_change interfaceChristoph Hellwig3-15/+8
2023-08-21nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctlChristoph Hellwig1-5/+3
2023-08-11xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig1-15/+4
2023-08-11xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig1-4/+14
2023-08-11ext4: use fs_holder_ops for the log deviceChristoph Hellwig1-10/+1
2023-08-11ext4: drop s_umount over opening the log deviceChristoph Hellwig1-0/+3
2023-08-11fs: export fs_holder_opsChristoph Hellwig2-1/+4
2023-08-11fs: stop using get_super in fs_mark_deadChristoph Hellwig1-4/+26
2023-08-11fs: use the super_block as holder when mounting file systemsChristoph Hellwig5-11/+10
2023-08-10ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robustChristoph Hellwig1-2/+2
2023-08-10nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig1-51/+30
2023-08-10fs: export setup_bdev_superChristoph Hellwig2-1/+4
2023-08-10fs: open block device after superblock creationJan Kara3-99/+107
2023-08-10ntfs3: free the sbi in ->kill_sbChristoph Hellwig1-13/+12
2023-08-10ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig1-2/+0
2023-08-10ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig1-5/+5
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig1-10/+18
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig2-13/+4
2023-08-10ext4: close the external journal device in ->kill_sbChristoph Hellwig1-25/+25
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig1-0/+26
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2-16/+22
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig1-0/+5
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig1-13/+5
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig1-9/+11
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig1-4/+0
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig1-1/+2
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig3-5/+0
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig1-3/+3
2023-08-09ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig1-2/+1
2023-08-09fs: stop using bdev->bd_super in mark_buffer_write_io_errorChristoph Hellwig1-8/+3
2023-07-09Linux 6.5-rc1v6.5-rc1Linus Torvalds1-2/+2
2023-07-09MAINTAINERS 2: Electric BoogalooLinus Torvalds1-46/+46
2023-07-09mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08fork: lock VMAs of the parent process when forkingSuren Baghdasaryan1-0/+1
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-08ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma1-1/+1
2023-07-08lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven1-2/+9
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-08mailmap: add entries for Heiko StuebnerHeiko Stuebner1-0/+3
2023-07-08mailmap: update manpage linkHeiko Stuebner1-1/+2
2023-07-08bootmem: remove the vmemmap pages from kmemleak in free_bootmem_pageLiu Shixin1-0/+2
2023-07-08MAINTAINERS: add linux-next infoRandy Dunlap1-0/+7
2023-07-08mailmap: add Markus Schneider-PargmannMarkus Schneider-Pargmann1-0/+1
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23