summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: call into the file system for bdev_mark_deadChristoph Hellwig2023-08-211-2/+6
* block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig2023-08-211-2/+2
* xfs use fs_holder_ops for the log and RT devicesChristoph Hellwig2023-08-111-15/+4
* xfs: drop s_umount over opening the log and RT devicesChristoph Hellwig2023-08-111-4/+14
* ext4: use fs_holder_ops for the log deviceChristoph Hellwig2023-08-111-10/+1
* ext4: drop s_umount over opening the log deviceChristoph Hellwig2023-08-111-0/+3
* fs: export fs_holder_opsChristoph Hellwig2023-08-111-1/+2
* fs: stop using get_super in fs_mark_deadChristoph Hellwig2023-08-111-4/+26
* fs: use the super_block as holder when mounting file systemsChristoph Hellwig2023-08-115-11/+10
* ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robustChristoph Hellwig2023-08-101-2/+2
* nilfs2: use setup_bdev_super to de-duplicate the mount codeChristoph Hellwig2023-08-101-51/+30
* fs: export setup_bdev_superChristoph Hellwig2023-08-101-1/+2
* fs: open block device after superblock creationJan Kara2023-08-103-99/+107
* ntfs3: free the sbi in ->kill_sbChristoph Hellwig2023-08-101-13/+12
* ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig2023-08-101-2/+0
* ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig2023-08-101-5/+5
* exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig2023-08-101-10/+18
* exfat: don't RCU-free the sbiChristoph Hellwig2023-08-102-13/+4
* ext4: close the external journal device in ->kill_sbChristoph Hellwig2023-08-101-25/+25
* xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig2023-08-101-0/+26
* xfs: close the external block devices in xfs_mount_freeChristoph Hellwig2023-08-102-16/+22
* xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig2023-08-101-0/+5
* xfs: remove xfs_blkdev_putChristoph Hellwig2023-08-101-13/+5
* xfs: free the xfs_mount in ->kill_sbChristoph Hellwig2023-08-101-9/+11
* xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig2023-08-101-4/+0
* xfs: reformat the xfs_fs_free prototypeChristoph Hellwig2023-08-101-1/+2
* fs, block: remove bdev->bd_superChristoph Hellwig2023-08-092-4/+0
* ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig2023-08-091-3/+3
* ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig2023-08-091-2/+1
* fs: stop using bdev->bd_super in mark_buffer_write_io_errorChristoph Hellwig2023-08-091-8/+3
* Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\
| * xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-071-1/+1
* | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\ \
| * | cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-052-0/+68
| * | smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0
| * | cifs: fix session state transition to avoid use-after-free issueWinston Wen2023-07-011-3/+4
* | | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-082-7/+26
|\ \ \
| * | | squashfs: fix cache race with migrationVincent Whitchurch2023-07-081-4/+23
| * | | docs: update ocfs2-devel mailing list addressAnthony Iliopoulos2023-07-081-3/+3
* | | | Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-078-40/+154
|\ \ \ \
| * | | | ceph: don't let check_caps skip sending responses for revoke msgsXiubo Li2023-06-301-0/+9
| * | | | ceph: issue a cap release immediately if no cap existsXiubo Li2023-06-301-11/+29
| * | | | ceph: trigger to flush the buffer when making snapshotXiubo Li2023-06-302-3/+12
| * | | | ceph: fix blindly expanding the readahead windowsXiubo Li2023-06-301-7/+33
| * | | | ceph: add a dedicated private data for netfs rreqXiubo Li2023-06-302-11/+47
| * | | | ceph: voluntarily drop Xx caps for requests those touch parent mtimeXiubo Li2023-06-302-8/+12
| * | | | ceph: try to dump the msgs when decoding failsXiubo Li2023-06-301-0/+4
| * | | | ceph: only send metrics when the MDS rank is readyXiubo Li2023-06-301-0/+8
* | | | | Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-07-0717-237/+531
|\ \ \ \ \
| * | | | | fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov2023-07-031-3/+4