summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-10-0520-209/+342
|\
| * bcachefs: Rework logged op error handlingKent Overstreet2024-10-043-28/+53
| * bcachefs: Add warn param to subvol_get_snapshot, peek_inodeKent Overstreet2024-10-044-28/+43
| * bcachefs: Kill snapshot arg to fsck_write_inode()Kent Overstreet2024-10-044-55/+51
| * bcachefs: Check for unlinked, non-empty dirs in check_inode()Kent Overstreet2024-10-042-1/+19
| * bcachefs: Check for unlinked inodes with direntsKent Overstreet2024-10-042-15/+41
| * bcachefs: Check for directories with no backpointersKent Overstreet2024-10-042-8/+17
| * bcachefs: Kill alloc_v4.fragmentation_lruKent Overstreet2024-10-047-22/+38
| * bcachefs: minor lru fsck fixesKent Overstreet2024-10-041-12/+15
| * bcachefs: Mark more errors AUTOFIXKent Overstreet2024-10-041-12/+12
| * bcachefs: Make sure we print error that causes fsck to bail outKent Overstreet2024-10-041-3/+9
| * bcachefs: bkey errors are only AUTOFIX during readKent Overstreet2024-10-042-8/+12
| * bcachefs: Create lost+found in correct snapshotKent Overstreet2024-10-041-1/+7
| * bcachefs: Fix reattach_inode()Kent Overstreet2024-10-041-6/+5
| * bcachefs: Add missing wakeup to bch2_inode_hash_remove()Kent Overstreet2024-10-041-12/+21
| * bcachefs: Fix trans_commit disk accounting revertKent Overstreet2024-10-021-1/+2
| * bcachefs: Fix bch2_inode_is_open() checkKent Overstreet2024-10-021-1/+1
| * bcachefs: Fix return type of dirent_points_to_inode_nowarn()Kent Overstreet2024-10-021-2/+2
| * bcachefs: Fix bad shift in bch2_read_flag_list()Kent Overstreet2024-10-011-1/+1
* | Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-10-053-17/+23
|\ \
| * | ext4: fix off by one issue in alloc_flex_gd()Baokun Li2024-10-041-8/+10
| * | ext4: mark fc as ineligible using an handle in ext4_xattr_set()Luis Henriques (SUSE)2024-10-041-1/+2
| * | ext4: use handle to mark fc as ineligible in __track_dentry_update()Luis Henriques (SUSE)2024-10-041-8/+11
* | | Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-10-047-27/+22
|\ \ \
| * | | inotify: Fix possible deadlock in fsnotify_destroy_markLizhi Xu2024-10-024-15/+3
| * | | fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_...Jan Kara2024-10-023-12/+19
| |/ /
* | | Merge tag 'fs_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-047-106/+224
|\ \ \
| * | | udf: fix uninit-value use in udf_get_fileshortadGianfranco Trad2024-10-021-3/+6
| * | | udf: refactor inode_bmap() to handle errorZhao Mengmeng2024-10-025-26/+44
| * | | udf: refactor udf_next_aext() to handle errorZhao Mengmeng2024-10-026-65/+143
| * | | udf: refactor udf_current_aext() to handle errorZhao Mengmeng2024-10-023-18/+37
| |/ /
* | | Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2024-10-041-2/+5
|\ \ \
| * | | ceph: fix cap ref leak via netfs init_requestPatrick Donnelly2024-10-031-1/+4
| * | | ceph: use struct_size() helper in __ceph_pool_perm_get()Thorsten Blum2024-10-031-1/+1
| |/ /
* | | Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-046-82/+57
|\ \ \
| * | | btrfs: disable rate limiting when debug enabledLeo Martins2024-10-011-1/+2
| * | | btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana2024-10-011-0/+11
| * | | btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo2024-10-011-1/+1
| * | | btrfs: send: fix invalid clone operation for file that got its size decreasedFilipe Manana2024-10-011-1/+22
| * | | btrfs: drop the backref cache during relocation if we commitJosef Bacik2024-10-012-76/+11
| * | | btrfs: also add stripe entries for NOCOW writesJohannes Thumshirn2024-10-011-0/+5
| * | | btrfs: send: fix buffer overflow detection when copying path to cache entryFilipe Manana2024-10-011-3/+5
* | | | Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2024-10-0424-59/+167
|\ \ \ \
| * | | | cifs: Do not convert delimiter when parsing NFS-style symlinksPali Rohár2024-10-031-1/+0
| * | | | cifs: Validate content of NFS reparse point bufferPali Rohár2024-10-031-0/+23
| * | | | cifs: Fix buffer overflow when parsing NFS reparse pointsPali Rohár2024-10-031-1/+14
| * | | | smb: client: Correct typos in multiple comments across various filesShen Lichuan2024-10-0216-24/+24
| * | | | smb: client: use actual path when queryfswangrong2024-10-014-10/+26
| * | | | cifs: Remove intermediate object of failed create reparse callPali Rohár2024-09-301-2/+22
| * | | | Revert "smb: client: make SHA-512 TFM ephemeral"Steve French2024-09-306-17/+47