summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "vfs: Delete the associated dentry when deleting a file"Linus Torvalds2024-05-291-7/+8
* Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds2024-05-291-2/+7
|\
| * 9p: add missing locking around taking dentry fid listDominique Martinet2024-05-231-2/+7
* | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-2711-13/+28
|\ \
| * | netfs, 9p: Fix race between umount and async request completionDavid Howells2024-05-274-0/+8
| * | afs: Don't cross .backup mountpoint from backup volumeMarc Dionne2024-05-251-0/+5
| * | netfs: Fix setting of BDP_ASYNC from iocb flagsDavid Howells2024-05-241-1/+1
| * | signalfd: drop an obsolete commentFedor Pchelkin2024-05-241-4/+0
| * | signalfd: fix error return codeFedor Pchelkin2024-05-241-1/+1
| * | iomap: fault in smaller chunks for non-large folio mappingsXu Yang2024-05-241-1/+1
| * | netfs: Fix AIO error handling when doing write-throughDavid Howells2024-05-241-1/+6
| * | netfs: Fix io_uring based write-throughDavid Howells2024-05-243-5/+6
* | | Merge tag '6.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-05-265-6/+32
|\ \ \
| * | | cifs: Fix missing set of remote_i_sizeDavid Howells2024-05-242-3/+4
| * | | cifs: Fix smb3_insert_range() to move the zero_pointDavid Howells2024-05-241-0/+1
| * | | cifs: update internal version numberSteve French2024-05-211-2/+2
| * | | smb3: reenable swapfiles over SMB3 mountsSteve French2024-05-212-1/+25
* | | | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...Linus Torvalds2024-05-262-15/+57
|\ \ \ \
| * | | | mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock againYuanyuan Zhong2024-05-241-2/+7
| * | | | nilfs2: fix potential hang in nilfs_detach_log_writer()Ryusuke Konishi2024-05-241-3/+18
| * | | | nilfs2: fix unexpected freezing of nilfs_segctor_sync()Ryusuke Konishi2024-05-241-4/+13
| * | | | nilfs2: fix use-after-free of timer for log writer threadRyusuke Konishi2024-05-241-6/+19
* | | | | Merge tag 'ceph-for-6.10-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-05-255-13/+425
|\ \ \ \ \
| * | | | | ceph: add CEPHFS_FEATURE_MDS_AUTH_CAPS_CHECK feature bitXiubo Li2024-05-231-1/+3
| * | | | | ceph: check the cephx mds auth access for async diropXiubo Li2024-05-232-0/+59
| * | | | | ceph: check the cephx mds auth access for openXiubo Li2024-05-231-2/+33
| * | | | | ceph: check the cephx mds auth access for setattrXiubo Li2024-05-231-9/+37
| * | | | | ceph: add ceph_mds_check_access() helperXiubo Li2024-05-232-0/+167
| * | | | | ceph: save cap_auths in MDS client when session is openedXiubo Li2024-05-232-1/+126
| | |_|_|/ | |/| | |
* | | | | Merge tag 'ntfs3_for_6.10' of https://github.com/Paragon-Software-Group/linux...Linus Torvalds2024-05-2513-154/+98
|\ \ \ \ \
| * | | | | fs/ntfs3: Break dir enumeration if directory contents errorKonstantin Komarov2024-05-241-0/+1
| * | | | | fs/ntfs3: Fix case when index is reused during tree transformationKonstantin Komarov2024-05-241-0/+6
| * | | | | fs/ntfs3: Mark volume as dirty if xattr is brokenKonstantin Komarov2024-04-231-1/+4
| * | | | | fs/ntfs3: Always make file nonresident on fallocate callKonstantin Komarov2024-04-233-0/+42
| * | | | | fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inodeKonstantin Komarov2024-04-233-39/+23
| * | | | | fs/ntfs3: Use variable length array instead of fixed sizeKonstantin Komarov2024-04-231-1/+1
| * | | | | fs/ntfs3: Use 64 bit variable to avoid 32 bit overflowKonstantin Komarov2024-04-231-1/+2
| * | | | | fs/ntfs3: Check 'folio' pointer for NULLKonstantin Komarov2024-04-231-6/+11
| * | | | | fs/ntfs3: Missed le32_to_cpu conversionKonstantin Komarov2024-04-231-1/+1
| * | | | | fs/ntfs3: Remove max link count info display during driver initKonstantin Komarov2024-04-231-2/+0
| * | | | | fs/ntfs3: Taking DOS names into account during link countingKonstantin Komarov2024-04-232-12/+6
| * | | | | fs/ntfs3: remove atomic_openJeff Layton2024-04-171-90/+0
| * | | | | fs/ntfs3: use kcalloc() instead of kzalloc()Lenko Donchev2024-04-171-1/+1
* | | | | | Merge tag '6.10-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2024-05-252-9/+18
|\ \ \ \ \ \
| * | | | | | ksmbd: ignore trailing slashes in share pathsNandor Kracser2024-05-231-1/+5
| * | | | | | ksmbd: avoid to send duplicate oplock break notificationsNamjae Jeon2024-05-121-8/+13
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'jffs2-for-linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-254-35/+26
|\ \ \ \ \ \
| * | | | | | jffs2: Fix potential illegal address access in jffs2_free_inodeWang Yong2024-05-121-0/+1
| * | | | | | jffs2: Simplify the allocation of slab cachesKunwu Chan2024-05-121-24/+8
| * | | | | | jffs2: nodemgmt: fix kernel-doc commentsRandy Dunlap2024-05-121-9/+15