summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-08-10ntfs3: free the sbi in ->kill_sbChristoph Hellwig
2023-08-10ntfs3: don't call sync_blockdev in ntfs_put_superChristoph Hellwig
2023-08-10ntfs3: rename put_ntfs ntfs3_free_sbiChristoph Hellwig
2023-08-10exfat: free the sbi and iocharset in ->kill_sbChristoph Hellwig
2023-08-10exfat: don't RCU-free the sbiChristoph Hellwig
2023-08-10ext4: close the external journal device in ->kill_sbChristoph Hellwig
2023-08-10xfs: document the invalidate_bdev call in invalidate_bdevChristoph Hellwig
2023-08-10xfs: close the external block devices in xfs_mount_freeChristoph Hellwig
2023-08-10xfs: close the RT and log block devices in xfs_free_buftargChristoph Hellwig
2023-08-10xfs: remove xfs_blkdev_putChristoph Hellwig
2023-08-10xfs: free the xfs_mount in ->kill_sbChristoph Hellwig
2023-08-10xfs: remove a superfluous s_fs_info NULL check in xfs_fs_put_superChristoph Hellwig
2023-08-10xfs: reformat the xfs_fs_free prototypeChristoph Hellwig
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig
2023-08-09ocfs2: stop using bdev->bd_super for journal error loggingChristoph Hellwig
2023-08-09ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig
2023-08-09fs: stop using bdev->bd_super in mark_buffer_write_io_errorChristoph Hellwig
2023-07-09Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-09Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-08squashfs: fix cache race with migrationVincent Whitchurch
2023-07-08docs: update ocfs2-devel mailing list addressAnthony Iliopoulos
2023-07-07xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong
2023-07-07Merge tag 'ceph-for-6.5-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-07-07Merge tag 'ntfs3_for_6.5' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds
2023-07-07Merge tag 'fsnotify_for_v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-06Merge tag 'v6.5/vfs.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg
2023-07-05Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-05Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-07-04afs: Fix accidental truncation when storing dataDavid Howells
2023-07-04Merge tag 'ovl-update-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-07-04Merge tag 'gfs2-v6.4-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-04fanotify: disallow mount/sb marks on kernel internal pseudo fsAmir Goldstein
2023-07-04fs: don't assume arguments are non-NULLChristian Brauner
2023-07-04fs: no need to check sourceJan Kara
2023-07-03gfs2: Add quota_change typeBob Peterson
2023-07-03gfs2: Use memcpy_{from,to}_page where appropriateAndreas Gruenbacher
2023-07-03gfs2: Convert remaining kmap_atomic calls to kmap_local_pageAndreas Gruenbacher
2023-07-03gfs2: Replace deprecated kmap_atomic with kmap_local_pageDeepak R Varma
2023-07-03gfs: Get rid of unnucessary locking in inode_go_dumpAndreas Gruenbacher
2023-07-03gfs2: gfs2_freeze_lock_shared cleanupAndreas Gruenbacher
2023-07-03gfs2: Replace sd_freeze_state with SDF_FROZEN flagAndreas Gruenbacher
2023-07-03gfs2: Rework freeze / thaw logicAndreas Gruenbacher
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-03xfs: Remove unneeded semicolonYang Li
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong
2023-07-03ovl: move all parameter handling into params.{c,h}Christian Brauner
2023-07-03fs/ntfs3: Correct mode for label entry inside /proc/fs/ntfs3/Konstantin Komarov