summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-256-48/+97
|\
| * ovl: mark xwhiteouts directory with overlay.opaque='x'Amir Goldstein2024-01-236-48/+97
* | Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-2510-40/+51
|\ \
| * | afs: Fix missing/incorrect unlocking of RCU read lockDavid Howells2024-01-221-2/+3
| * | afs: Remove afs_dynroot_d_revalidate() as it is redundantDavid Howells2024-01-221-9/+0
| * | afs: Fix error handling with lookup via FS.InlineBulkStatusDavid Howells2024-01-221-3/+9
| * | afs: Hide silly-rename files from userspaceDavid Howells2024-01-221-0/+8
| * | cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-modeDavid Howells2024-01-221-0/+3
| * | netfs: Fix a NULL vs IS_ERR() check in netfs_perform_write()Dan Carpenter2024-01-221-2/+3
| * | netfs, fscache: Prevent Oops in fscache_put_cache()Dan Carpenter2024-01-221-1/+2
| * | cifs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
| * | afs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-221-5/+5
| * | netfs: Don't use certain unnecessary folio_*() functionsDavid Howells2024-01-224-13/+13
| |/
* | Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-01-251-11/+15
|\ \
| * | nfsd: fix RELEASE_LOCKOWNERNeilBrown2024-01-241-11/+15
* | | Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-241-9/+30
|\ \ \
| * | | exec: Distinguish in_execve from in_execKees Cook2024-01-241-0/+1
| * | | exec: Fix error handling in begin_new_exec()Bernd Edlinger2024-01-221-0/+3
| * | | exec: Add do_close_execat() helperKees Cook2024-01-221-6/+26
| * | | exec: remove useless commentAskar Safin2024-01-221-3/+0
| | |/ | |/|
* | | uselib: remove use of __FMODE_EXECLinus Torvalds2024-01-241-1/+1
* | | Merge tag 'trace-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-232-6/+15
|\ \ \
| * | | eventfs: Save directory inodes in the eventfs_inode structureSteven Rostedt (Google)2024-01-232-6/+15
| |/ /
* | | Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds2024-01-222-23/+54
* | | Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-2216-186/+176
|\ \ \ | |/ / |/| |
| * | btrfs: scrub: limit RST scrub to chunk boundaryQu Wenruo2024-01-181-0/+7
| * | btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo2024-01-181-7/+22
| * | btrfs: don't unconditionally call folio_start_writeback in subpageJosef Bacik2024-01-181-1/+2
| * | btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik2024-01-181-0/+8
| * | btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-01-181-1/+2
| * | btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng2024-01-181-1/+1
| * | btrfs: zstd: fix and simplify the inline extent decompressionQu Wenruo2024-01-182-54/+23
| * | btrfs: lzo: fix and simplify the inline extent decompressionQu Wenruo2024-01-182-26/+10
| * | btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo2024-01-183-62/+36
| * | btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-01-121-0/+4
| * | btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval2024-01-121-9/+13
| * | btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval2024-01-121-0/+3
| * | btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota2024-01-121-6/+2
| * | btrfs: fix unbalanced unlock of mapping_tree_lockNaohiro Aota2024-01-121-2/+0
| * | btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-01-121-2/+4
| * | btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov2024-01-121-2/+2
| * | btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota2024-01-121-0/+18
| * | btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota2024-01-121-13/+19
* | | Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\ \ \
| * | | bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * | | bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * | | bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * | | bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * | | bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * | | bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36