summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: assert that open_mutex isn't held over holder opsChristian Brauner2023-10-281-0/+1
* fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara2023-10-281-18/+32
* jfs: fix log->bdev_handle null ptr deref in lbmStartIOLizhi Xu2023-10-281-1/+5
* xfs: Convert to bdev_open_by_path()Jan Kara2023-10-283-31/+36
* reiserfs: Convert to bdev_open_by_dev/path()Jan Kara2023-10-283-36/+33
* ocfs2: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-36/+45
* nfs/blocklayout: Convert to use bdev_open_by_dev/path()Jan Kara2023-10-282-40/+38
* jfs: Convert to bdev_open_by_dev()Jan Kara2023-10-283-16/+18
* f2fs: Convert to bdev_open_by_dev/path()Jan Kara2023-10-282-6/+8
* ext4: Convert to bdev_open_by_dev()Jan Kara2023-10-283-30/+33
* erofs: Convert to use bdev_open_by_path()Jan Kara2023-10-283-13/+13
* btrfs: Convert to bdev_open_by_path()Jan Kara2023-10-284-72/+73
* fs: Convert to bdev_open_by_dev()Jan Kara2023-10-283-8/+11
* Merge tag 'iomap-6.6-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-10-211-3/+7
|\
| * iomap: fix short copy in iomap_write_iter()Jan Stancek2023-10-191-3/+7
* | Merge tag 'nfs-for-6.6-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-10-205-21/+38
|\ \
| * | NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-10-181-2/+0
| * | pNFS/flexfiles: Check the layout validity in ff_layout_mirror_prepare_statsTrond Myklebust2023-10-181-7/+10
| * | pNFS: Fix a hang in nfs4_evict_inode()Trond Myklebust2023-10-181-10/+23
| * | NFS: Fix potential oops in nfs_inode_remove_request()Scott Mayhew2023-10-111-1/+3
| * | nfs42: client needs to strip file mode's suid/sgid bit after ALLOCATE opDai Ngo2023-10-111-1/+2
* | | Merge tag 'fsnotify_for_v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-201-8/+17
|\ \ \
| * | | fanotify: limit reporting of event with non-decodeable file handlesAmir Goldstein2023-10-191-8/+17
* | | | Merge tag 'v6.6-rc7.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-191-4/+5
|\ \ \ \
| * | | | audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-4/+5
| | |/ / | |/| |
* | | | Merge tag 'ntfs3_for_6.6' of https://github.com/Paragon-Software-Group/linux-...Linus Torvalds2023-10-1916-82/+197
|\ \ \ \
| * | | | fs/ntfs3: Avoid possible memory leakSu Hui2023-09-281-2/+4
| * | | | fs/ntfs3: Fix directory element type detectionGabriel Marcano2023-09-281-1/+5
| * | | | fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e()Ziqi Zhao2023-09-281-0/+3
| * | | | fs/ntfs3: Fix OOB read in ntfs_init_from_bootPavel Skripkin2023-09-281-0/+5
| * | | | fs/ntfs3: fix panic about slab-out-of-bounds caused by ntfs_list_ea()Zeng Heng2023-09-281-1/+6
| * | | | fs/ntfs3: Fix NULL pointer dereference on error in attr_allocate_frame()Konstantin Komarov2023-09-281-4/+2
| * | | | fs/ntfs3: Fix possible NULL-ptr-deref in ni_readpage_cmpr()Konstantin Komarov2023-09-281-1/+1
| * | | | fs/ntfs3: Do not allow to change label if volume is read-onlyKonstantin Komarov2023-09-281-1/+6
| * | | | fs/ntfs3: Add more info into /proc/fs/ntfs3/<dev>/volinfoKonstantin Komarov2023-09-281-3/+11
| * | | | fs/ntfs3: Refactoring and commentsKonstantin Komarov2023-09-288-23/+25
| * | | | fs/ntfs3: Fix alternative boot searchingKonstantin Komarov2023-09-281-3/+7
| * | | | fs/ntfs3: Allow repeated call to ntfs3_put_sbiKonstantin Komarov2023-09-282-5/+17
| * | | | fs/ntfs3: Use inode_set_ctime_to_ts instead of inode_set_ctimeKonstantin Komarov2023-09-281-1/+1
| * | | | fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_superKonstantin Komarov2023-09-282-6/+22
| * | | | fs/ntfs3: fix deadlock in mark_as_free_exKonstantin Komarov2023-09-281-1/+5
| * | | | fs/ntfs3: Add more attributes checks in mi_enum_attr()Konstantin Komarov2023-09-281-16/+52
| * | | | fs/ntfs3: Use kvmalloc instead of kmalloc(... __GFP_NOWARN)Konstantin Komarov2023-09-283-4/+16
| * | | | fs/ntfs3: Write immediately updated ntfs stateKonstantin Komarov2023-09-281-10/+3
| * | | | fs/ntfs3: Add ckeck in ni_update_parent()Konstantin Komarov2023-09-281-0/+6
* | | | | Merge tag 'for-6.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | btrfs: fix stripe length calculation for non-zoned data chunk allocationZygo Blaxell2023-10-151-1/+1
* | | | | Merge tag 'ovl-fixes-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-152-69/+84
|\ \ \ \ \
| * | | | | ovl: temporarily disable appending lowedirsAmir Goldstein2023-10-141-49/+3
| * | | | | ovl: fix regression in showing lowerdir mount optionAmir Goldstein2023-10-141-15/+23