aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-13/+26
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-9/+22
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds11-39/+54
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-274/+428
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-33/+88
2024-03-21Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+47
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-376/+293
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-20smb311: additional compression flag defined in updated protocol specSteve French1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerSteve French1-1/+1
2024-03-20cifs: Move some extern decls from .c files to .hDavid Howells4-10/+2
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds26-111/+157
2024-03-19ceph: set correct cap mask for getattr request for readXiubo Li1-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsXiubo Li1-10/+13
2024-03-19exfat: remove duplicate update parent direxfat-for-6.9-rc1Yuezhang Mo1-1/+2
2024-03-19exfat: do not sync parent dir if just update timestampYuezhang Mo1-11/+8
2024-03-19exfat: remove unused functionsYuezhang Mo3-64/+4
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheYuezhang Mo1-84/+42
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheYuezhang Mo3-77/+33
2024-03-19exfat: move free cluster out of exfat_init_ext_entry()Yuezhang Mo2-5/+3
2024-03-19exfat: convert exfat_remove_entries() to use dentry cacheYuezhang Mo3-115/+90
2024-03-19exfat: convert exfat_add_entry() to use dentry cacheYuezhang Mo3-33/+22
2024-03-19exfat: add exfat_get_empty_dentry_set() helperYuezhang Mo2-0/+82
2024-03-19exfat: add __exfat_get_dentry_set() helperYuezhang Mo2-22/+43
2024-03-18bcachefs: Fix lost wakeup on journal shutdownKent Overstreet1-6/+6
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet1-4/+9
2024-03-18ksmbd: remove module versionNamjae Jeon2-3/+0
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-03-18Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-39/+81
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-19/+63
2024-03-18ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-9/+9
2024-03-18ceph: break the check delayed cap loop every 5sXiubo Li1-0/+8
2024-03-18Merge tag 'for-linus-6.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-13/+3
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-824/+999
2024-03-18btrfs: do not skip re-registration for the mounted deviceAnand Jain1-11/+47
2024-03-18Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-35/+34
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)1-4/+4
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)1-1/+1
2024-03-18fscache: Fix error handling in fscache_begin_operation()David Howells1-1/+3
2024-03-18fs,block: get holder during claimChristian Brauner1-0/+18
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet1-1/+1
2024-03-18bcachefs: Run check_topology() firstKent Overstreet1-1/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet15-35/+35
2024-03-18bcachefs: Fix lost transaction restart errorKent Overstreet1-4/+6
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet3-2/+9
2024-03-17bcachefs: fix for building in userspaceKent Overstreet1-16/+16
2024-03-17bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet1-14/+18
2024-03-17bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet1-6/+7
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet2-6/+8
2024-03-17bcachefs: Split out btree_node_rewrite_workerKent Overstreet2-2/+11
2024-03-17bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet1-1/+1
2024-03-17bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet1-3/+3
2024-03-17bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet1-8/+21
2024-03-17bcachefs: Fix check_key_has_snapshot() callKent Overstreet1-1/+3
2024-03-17bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet1-1/+2
2024-03-17ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()Namjae Jeon1-1/+4
2024-03-17ovl: relax WARN_ON in ovl_verify_area()Amir Goldstein1-3/+3
2024-03-17eventfs: Create eventfs_root_inode to store dentrySteven Rostedt (Google)2-12/+55
2024-03-17eventfs: Add WARN_ON_ONCE() to checks in eventfs_root_lookup()Steven Rostedt (Google)1-2/+3
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-57/+210
2024-03-16nfs: fix panic when nfs4_ff_layout_prepare_ds() failsJosef Bacik1-1/+1
2024-03-15dlm: add comments about forced waiters resetDavid Teigland1-20/+58
2024-03-15dlm: revert atomic_t lkb_wait_countDavid Teigland2-15/+19
2024-03-15Merge tag '9p-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ericv...Linus Torvalds6-364/+71
2024-03-15Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-274/+1375
2024-03-15Merge tag 'ext4_for_linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-108/+679
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds85-2194/+3642
2024-03-15xfs: quota radix tree allocations need to be NOFS on insertDave Chinner1-5/+13
2024-03-15xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2-4/+9
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds24-387/+457
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-80/+44
2024-03-14ksmbd: Fix spelling mistake "connction" -> "connection"Colin Ian King1-1/+1
2024-03-14ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_closeMarios Makassikis1-1/+1
2024-03-14cifs: remove redundant variable assignmentBharath SM1-2/+0
2024-03-14cifs: fixes for get_inode_infoMeetakshi Setiya2-12/+13
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-03-14cifs: reduce warning log level for server not advertising interfacesShyam Prasad N1-2/+2
2024-03-14cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N4-3/+13
2024-03-14cifs: defer close file handles having RH leaseBharath SM1-4/+15
2024-03-14nilfs2: prevent kernel bug at submit_bh_wbc()Ryusuke Konishi1-1/+1
2024-03-14nilfs2: fix failure to detect DAT corruption in btree and direct mappingsRyusuke Konishi2-4/+14
2024-03-14ocfs2: enable ocfs2_listxattr for special filesSu Yue1-0/+1
2024-03-14ocfs2: remove SLAB_MEM_SPREAD flag usageChengming Zhou2-5/+4
2024-03-14f2fs: fix to avoid use-after-free issue in f2fs_filemap_faultChao Yu1-1/+2
2024-03-14f2fs: truncate page cache before clearing flags when aborting atomic writeSunmin Jeong1-1/+3
2024-03-14f2fs: mark inode dirty for FI_ATOMIC_COMMITTED flagSunmin Jeong1-0/+1
2024-03-14afs: Fix occasional rmdir-then-VNOVNODE with generic/011David Howells1-7/+9
2024-03-14afs: Don't cache preferred addressDavid Howells1-17/+4
2024-03-14afs: Revert "afs: Hide silly-rename files from userspace"David Howells1-10/+0
2024-03-13bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong1-1/+1
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong7-15/+41
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong6-67/+84
2024-03-13bcachefs: time_stats: add larger unitsDarrick J. Wong1-0/+3
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet11-279/+326
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet7-95/+113
2024-03-13bcachefs: fix bch_folio_sector paddingKent Overstreet1-6/+3
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet2-4/+6
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-13bcachefs: Fix order of gc_done passesKent Overstreet1-4/+4
2024-03-13bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet1-2/+2
2024-03-13bcachefs: Prefer struct_size over open coded arithmeticErick Archer2-3/+2
2024-03-13bcachefs: Kill unused flags argument to btree_split()Kent Overstreet1-11/+8
2024-03-13bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8
2024-03-13bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet1-5/+1
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2-6/+16
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet2-201/+214
2024-03-13bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster1-1/+1
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li2-1/+2
2024-03-13bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li1-2/+3
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2-41/+111
2024-03-13fs: file_remove_privs_flags()Kent Overstreet1-3/+4
2024-03-13bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2-5/+6
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li3-4/+9
2024-03-13bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet5-21/+33
2024-03-13bcachefs: improve move_gap()Kent Overstreet3-8/+9
2024-03-13bcachefs: journal_keys now uses darray helpersKent Overstreet2-61/+25
2024-03-13bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet3-42/+42
2024-03-13bcachefs: jset_entry for loops declare loop iterKent Overstreet4-9/+2
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet3-6/+29
2024-03-13bcachefs: remove redundant assignment to variable retColin Ian King1-1/+0
2024-03-13bcachefs: Silence gcc warnings about arm arch ABI driftCalvin Owens1-0/+3
2024-03-13bcachefs: Add journal.blocked to journal_debug_to_text()Kent Overstreet1-0/+1
2024-03-13bcachefs: Fix journal_buf bitfield accessesKent Overstreet2-6/+13
2024-03-13bcachefs: Split out discard fastpathKent Overstreet3-7/+146
2024-03-13bcachefs: improve bch2_journal_buf_to_text()Kent Overstreet1-9/+24
2024-03-13bcachefs: Drop redundant btree_path_downgrade()sKent Overstreet1-1/+2
2024-03-13bcachefs: rebalance_status now shows correct unitsDaniel Hill1-2/+2
2024-03-13bcachefs: more informative write path error messageKent Overstreet1-5/+11
2024-03-13bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet1-3/+3
2024-03-13bcachefs: bch2_check_subvolume_structure()Kent Overstreet3-27/+135
2024-03-13bcachefs: omit alignment attribute on big endian struct bkeyThomas Bertschinger1-2/+35
2024-03-13bcachefs: bch2_trigger_alloc() handles state changes betterKent Overstreet1-8/+13
2024-03-13bcachefs: bch2_print_opts()Kent Overstreet3-6/+27
2024-03-13bcachefs: Improve error messages in device remove pathKent Overstreet1-5/+5
2024-03-13bcachefs: Use kvzalloc() when dynamically allocating btree pathsKent Overstreet1-2/+2
2024-03-13bcachefs: Track iter->ip_allocated at bch2_trans_copy_iter()Kent Overstreet1-0/+3
2024-03-13bcachefs: Save key_cache_path in peek_slot()Kent Overstreet1-0/+1
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet5-91/+72
2024-03-13bcachefs: Check for subvolume children when deleting subvolumesKent Overstreet5-9/+32
2024-03-13bcachefs: BTREE_ID_subvolume_childrenKent Overstreet7-3/+114
2024-03-13bcachefs: bch_subvolume::fs_path_parentKent Overstreet7-13/+88
2024-03-13bcachefs: bch2_btree_bit_mod()Kent Overstreet2-0/+22
2024-03-13bcachefs: bch2_btree_bit_mod -> bch2_btree_bit_mod_bufferedKent Overstreet5-9/+11
2024-03-13bcachefs: Correctly reattach subvolumesKent Overstreet3-10/+28
2024-03-13bcachefs: check_path() now prints full inode when reattachingKent Overstreet1-8/+18
2024-03-13bcachefs: Pass inode bkey to check_path()Kent Overstreet2-29/+40
2024-03-13bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet1-4/+9
2024-03-13bcachefs: bch_subvolume::parent -> creation_parentKent Overstreet2-13/+13
2024-03-13bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet1-0/+6
2024-03-13bcachefs: check dirent->d_parent_subvolKent Overstreet1-4/+57
2024-03-13bcachefs: check inode->bi_parent_subvol against direntKent Overstreet2-23/+14
2024-03-13bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet1-23/+4
2024-03-13bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet1-58/+56
2024-03-13bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet1-0/+10
2024-03-13bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet1-21/+24
2024-03-13bcachefs: check_inode_dirent_inode()Kent Overstreet1-36/+89
2024-03-13bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet1-0/+25
2024-03-13bcachefs: Check subvol <-> inode pointers in check_subvol()Kent Overstreet3-1/+34
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet11-20/+27
2024-03-13bcachefs: thread_with_file: add f_ops.flushKent Overstreet3-7/+32
2024-03-13bcachefs: thread_with_file: Fix missing va_end()Kent Overstreet1-0/+2
2024-03-13bcachefs: thread_with_file: allow ioctls against these filesDarrick J. Wong2-0/+13
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong3-22/+28
2024-03-13bcachefs: thread_with_file: fix various printf problemsDarrick J. Wong2-20/+37
2024-03-13bcachefs: thread_with_file: allow creation of readonly filesDarrick J. Wong2-0/+39
2024-03-13bcachefs: thread_with_stdio: suppress hung task warningKent Overstreet1-2/+15
2024-03-13bcachefs: thread_with_stdio: Mark completed in ->release()Kent Overstreet1-4/+10
2024-03-13bcachefs: Thread with file documentationKent Overstreet2-7/+40
2024-03-13bcachefs: thread_with_stdio: fix bch2_stdio_redirect_readline()Kent Overstreet1-11/+22
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet3-22/+23
2024-03-13bcachefs: thread_with_stdio: convert to darrayKent Overstreet4-100/+160
2024-03-13bcachefs: thread_with_stdio: eliminate double bufferingKent Overstreet2-41/+18
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet14-115/+49
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-420/+604
2024-03-13Merge tag 'fsnotify_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+21
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds176-3515/+13139
2024-03-13Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds26-707/+1564
2024-03-13pidfs: remove config optionChristian Brauner5-83/+75
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds35-57/+46
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-22/+16
2024-03-12f2fs: prevent atomic write on pinned fileDaeho Jeong1-1/+2
2024-03-12f2fs: fix to handle error paths of {new,change}_curseg()Zhiguo Niu4-27/+45
2024-03-12f2fs: unify the error handling of f2fs_is_valid_blkaddrZhiguo Niu7-62/+29
2024-03-12f2fs: zone: fix to remove pow2 check condition for zoned block deviceChao Yu1-5/+0
2024-03-12f2fs: fix to truncate meta inode pages forcelyChao Yu3-6/+32
2024-03-12f2fs: compress: fix reserve_cblocks counting error when out of spaceXiuhong Wang1-8/+7
2024-03-12f2fs: compress: relocate some judgments in f2fs_reserve_compress_blocksXiuhong Wang1-4/+3
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+126
2024-03-12Merge tag 'Smack-for-6.9' of https://github.com/cschaufler/smack-nextLinus Torvalds1-1/+31
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-12Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+4
2024-03-12Merge tag 'pstore-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+6
2024-03-12Merge tag 'nfsd-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds29-557/+1344
2024-03-12Merge tag 'erofs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-317/+335
2024-03-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-26/+24
2024-03-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds3-12/+21
2024-03-12nilfs2: use div64_ul() instead of do_div()Thorsten Blum6-7/+7
2024-03-12Merge tag 'affs-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-2/+1
2024-03-12Merge tag 'for-6.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds118-1117/+2131