summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-2110-41/+40
* btrfs: make btrfs_destroy_pinned_extent() return voidFilipe Manana2023-08-211-8/+4
* btrfs: make btrfs_destroy_marked_extents() return voidFilipe Manana2023-08-211-12/+5
* btrfs: rename add_new_free_space() to btrfs_add_new_free_space()Filipe Manana2023-08-213-17/+20
* btrfs: update documentation for add_new_free_space()Filipe Manana2023-08-211-4/+11
* btrfs: tracepoints: simplify raid56 eventsQu Wenruo2023-08-211-4/+4
* btrfs: sysfs: show if ACL support has been compiled inAnand Jain2023-08-211-0/+7
* btrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSINGQu Wenruo2023-08-212-13/+5
* btrfs: add comments for btrfs_map_block()Qu Wenruo2023-08-211-0/+39
* btrfs: remove redundant initialization of variables in log_new_ancestorsColin Ian King2023-08-211-2/+2
* btrfs: scrub: remove redundant division of stripe_nrColin Ian King2023-08-211-1/+0
* btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoJulia Lawall2023-08-211-2/+2
* Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-198-62/+113
|\
| * btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-181-4/+2
| * btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-171-2/+1
| * btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason2023-08-171-1/+24
| * btrfs: fix replace/scrub failure with metadata_uuidAnand Jain2023-08-171-1/+2
| * btrfs: fix infinite directory readsFilipe Manana2023-08-144-54/+84
* | smb: client: fix null authScott Mayhew2023-08-161-0/+4
* | Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-08-152-8/+27
|\ \
| * | smb3: display network namespace in debug informationSteve French2023-08-141-0/+10
| * | cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical2023-08-141-1/+1
| * | cifs: fix potential oops in cifs_oplock_breakSteve French2023-08-101-7/+16
* | | Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-128-20/+99
|\ \ \ | | |/ | |/|
| * | btrfs: set cache_block_group_error if we find an errorJosef Bacik2023-08-101-1/+4
| * | btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-102-1/+16
| * | btrfs: exit gracefully if reloc roots don't matchQu Wenruo2023-08-101-8/+37
| * | btrfs: avoid race between qgroup tree creation and relocationQu Wenruo2023-08-101-0/+10
| * | btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig2023-08-101-5/+5
| * | btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig2023-08-101-0/+6
| * | btrfs: don't stop integrity writeback too earlyChristoph Hellwig2023-08-101-3/+4
| * | btrfs: wait for actual caching progress during allocationJosef Bacik2023-08-102-2/+17
* | | locking: remove spin_lock_prefetchMateusz Guzik2023-08-121-3/+0
* | | Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-08-113-118/+4
|\ \ \
| * | | zonefs: fix synchronous direct writes to sequential filesDamien Le Moal2023-08-103-118/+4
* | | | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-114-3/+39
|\ \ \ \
| * | | | nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iputRyusuke Konishi2023-08-043-0/+12
| * | | | fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes2023-08-041-3/+27
* | | | | Merge tag '6.5-rc5-ksmbd-server' of git://git.samba.org/ksmbdLinus Torvalds2023-08-092-6/+13
|\ \ \ \ \
| * | | | | ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon2023-08-051-1/+8
| * | | | | ksmbd: validate command request sizeLong Li2023-08-051-5/+5
| |/ / / /
* | | | | Merge tag 'hardening-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-081-3/+3
|\ \ \ \ \
| * | | | | vboxsf: Use flexible arrays for trailing string memberKees Cook2023-07-261-3/+3
* | | | | | Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-082-6/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | gfs2: Don't use filemap_splice_readBob Peterson2023-08-071-2/+2
| * | | | | gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher2023-08-071-4/+10
* | | | | | Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-0613-42/+79
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner2023-08-061-1/+1
| * | | | | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-0610-39/+76
| * | | | | proc: fix missing conversion to 'iterate_shared'Linus Torvalds2023-08-061-1/+1