summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig3-17/+4
2023-08-21fs: remove get_superChristoph Hellwig1-37/+0
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig1-0/+13
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig1-2/+6
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-2/+2
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 Hellwig1-1/+2
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 Hellwig1-1/+2
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 Hellwig2-4/+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-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds4-5/+72
2023-07-09Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2-7/+26
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch1-4/+23
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos1-3/+3
2023-07-08xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong1-1/+1
2023-07-08Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds8-40/+154
2023-07-08Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds17-237/+531
2023-07-08Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+14
2023-07-07Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-07-06cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2-0/+68
2023-07-06Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-404/+1031
2023-07-06Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-331/+586
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells1-3/+5
2023-07-04Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-564/+581
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-237/+277