summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-2929-290/+465
|\
| * udf: Fix uninitialized array access for some pathnamesJan Kara2023-06-211-1/+1
| * ext2: Drop fragment supportJan Kara2023-06-132-31/+4
| * quota: fix warning in dqgrab()Ye Bin2023-06-051-1/+1
| * quota: Properly disable quotas when add_dquot_ref() failsJan Kara2023-06-051-1/+2
| * fs: udf: udftime: Replace LGPL boilerplate with SPDX identifierBagas Sanjaya2023-05-301-16/+2
| * fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-3014-70/+14
| * fs: Drop wait_unfrozen wait queueJan Kara2023-05-302-6/+3
| * ext2_find_entry()/ext2_dotdot(): callers don't need page_addr anymoreAl Viro2023-05-293-39/+21
| * ext2_{set_link,delete_entry}(): don't bother with page_addrAl Viro2023-05-293-15/+11
| * ext2_put_page(): accept any pointer within the pageAl Viro2023-05-292-25/+21
| * ext2_get_page(): saner typeAl Viro2023-05-291-25/+25
| * ext2: use offset_in_page() instead of open-coding it as subtractionAl Viro2023-05-291-8/+6
| * ext2_rename(): set_link and delete_entry may failAl Viro2023-05-292-25/+16
| * ext2: Add direct-io trace pointsRitesh Harjani (IBM)2023-05-164-2/+113
| * ext2: Move direct-io to use iomapRitesh Harjani (IBM)2023-05-163-19/+150
| * ext2: Use generic_buffers_fsync() implementationRitesh Harjani (IBM)2023-05-161-1/+2
| * ext4: Use generic_buffers_fsync_noflush() implementationRitesh Harjani (IBM)2023-05-161-17/+16
| * fs/buffer.c: Add generic_buffers_fsync*() implementationRitesh Harjani (IBM)2023-05-161-0/+70
| * ext2/dax: Fix ext2_setsize when len is page alignedRitesh Harjani (IBM)2023-05-161-3/+2
* | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-298-31/+63
|\ \
| * | fsnotify: move fsnotify_open() hook into do_dentry_open()Amir Goldstein2023-06-123-7/+5
| * | exportfs: check for error return value from exportfs_encode_*()Amir Goldstein2023-05-253-4/+7
| * | fanotify: support reporting non-decodeable file handlesAmir Goldstein2023-05-252-6/+5
| * | exportfs: allow exporting non-decodeable file handles to userspaceAmir Goldstein2023-05-251-8/+14
| * | exportfs: add explicit flag to request non-decodeable file handlesAmir Goldstein2023-05-223-5/+21
| * | exportfs: change connectable argument to bit flagsAmir Goldstein2023-05-222-4/+14
| |/
* | Merge tag 'dlm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2023-06-2913-222/+203
|\ \
| * | fs: dlm: remove filter local comms on closeAlexander Aring2023-06-201-2/+1
| * | fs: dlm: add send ack threshold and append acks to msgsAlexander Aring2023-06-142-75/+31
| * | fs: dlm: handle sequence numbers as atomicAlexander Aring2023-06-141-15/+25
| * | fs: dlm: handle lkb wait count as atomic_tAlexander Aring2023-06-142-19/+15
| * | fs: dlm: filter ourself midcomms callsAlexander Aring2023-06-144-20/+32
| * | fs: dlm: warn about messages from left nodesAlexander Aring2023-06-141-2/+2
| * | fs: dlm: move dlm_purge_lkb_callbacks to user moduleAlexander Aring2023-06-144-18/+19
| * | fs: dlm: cleanup STOP_IO bitflag set when stop ioAlexander Aring2023-06-141-8/+4
| * | fs: dlm: don't check othercon twiceAlexander Aring2023-06-141-2/+1
| * | fs: dlm: unregister memory at the very lastAlexander Aring2023-06-141-1/+1
| * | fs: dlm: fix missing pending to falseAlexander Aring2023-06-141-0/+1
| * | fs: dlm: clear pending bit when queue was emptyAlexander Aring2023-06-141-3/+5
| * | fs: dlm: revert check required context while closeAlexander Aring2023-06-143-16/+0
| * | fs: dlm: fix mismatch of plock results from userspaceAlexander Aring2023-05-241-13/+45
| * | fs: dlm: make F_SETLK use unkillable wait_eventAlexander Aring2023-05-231-17/+21
| * | fs: dlm: interrupt posix locks only when process is killedAlexander Aring2023-05-221-1/+1
| * | fs: dlm: fix cleanup pending ops when interruptedAlexander Aring2023-05-221-19/+6
| * | fs: dlm: return positive pid value for F_GETLKAlexander Aring2023-05-221-1/+3
| * | dlm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-2/+2
* | | Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-06-295-14/+19
|\ \ \
| * | | xfs: fix ag count overflow during growfsLong Li2023-06-132-4/+11
| * | | xfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-122-3/+1