aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-26Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-48/+30
2023-11-26Merge tag '6.7-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-375/+314
2023-11-25Merge tag 'xfs-6.7-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-5/+21
2023-11-24Merge tag 'afs-fixes-20231124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-3/+18
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-56/+97
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara3-120/+52
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara8-61/+116
2023-11-23smb: client: introduce ->parse_reparse_point()Paulo Alcantara4-42/+56
2023-11-23smb: client: implement ->query_reparse_point() for SMB1Paulo Alcantara5-175/+113
2023-11-23cifs: fix use after free for iface while disabling secondary channelsRitvik Budhiraja1-1/+1
2023-11-22eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)1-0/+4
2023-11-22eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)1-9/+4
2023-11-22eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)1-14/+2
2023-11-22eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)1-2/+2
2023-11-22xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2023-11-22xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2023-11-21Merge tag 'erofs-for-6.7-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-66/+39
2023-11-20eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)1-13/+6
2023-11-20eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)1-10/+12
2023-11-20libfs: getdents() should return 0 after reaching EODChuck Lever1-3/+11
2023-11-20xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2023-11-20xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+2
2023-11-20autofs: add: new_inode check in autofs_fill_super()Ian Kent1-35/+21
2023-11-18Merge tag 'xfs-6.7-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-43/+91
2023-11-18Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds4-41/+66
2023-11-18Merge tag '6.7-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-14/+23
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger4-8/+28
2023-11-17Merge tag 'bcachefs-2023-11-17' of https://evilpiepirate.org/git/bcachefsLinus Torvalds27-377/+248
2023-11-17NFSD: Fix checksum mismatches in the duplicate reply cacheChuck Lever3-24/+54
2023-11-17NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()Chuck Lever1-1/+3
2023-11-17NFSD: Update nfsd_cache_append() to use xdr_streamChuck Lever1-15/+8
2023-11-17nfsd: fix file memleak on client_opens_releaseMahmoud Adam1-1/+1
2023-11-17Merge tag 'ovl-fixes-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+6
2023-11-17MAINTAINERS: erofs: add EROFS webpageGao Xiang1-1/+1
2023-11-17erofs: fix NULL dereference of dif->bdev_handle in fscache modeJingbo Xu1-2/+3
2023-11-17erofs: simplify erofs_read_inode()Ferry Meng1-63/+35
2023-11-17afs: Make error on cell lookup failure consistent with OpenAFSDavid Howells1-2/+2
2023-11-17afs: Fix afs_server_list to be cleaned up with RCUDavid Howells2-1/+2
2023-11-16bcachefs: Fix missing locking for dentry->d_parent accessKent Overstreet1-0/+9
2023-11-14bcachefs: six locks: Fix lost wakeupKent Overstreet1-2/+5
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet1-1/+1
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet1-1/+1
2023-11-14bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=yKent Overstreet1-4/+0
2023-11-14bcachefs: Disable debug log statementsKent Overstreet1-0/+7
2023-11-14bcachefs: Fix missing transaction commitKent Overstreet1-2/+4
2023-11-14bcachefs: Fix error path in bch2_mount()Kent Overstreet1-7/+1
2023-11-14bcachefs: Fix potential sleeping during mountDaniel J Blueman1-0/+2
2023-11-14bcachefs: Fix iterator leak in may_delete_deleted_inode()Kent Overstreet1-1/+1
2023-11-14bcachefs: Kill journal pre-reservationsKent Overstreet11-275/+19
2023-11-14cifs: fix lock ordering while disabling multichannelShyam Prasad N1-9/+13
2023-11-14cifs: fix leak of iface for primary channelShyam Prasad N1-0/+6
2023-11-14ovl: fix memory leak in ovl_parse_param()Amir Goldstein1-6/+5
2023-11-14ovl: fix misformatted commentAmir Goldstein1-1/+1
2023-11-13bcachefs: Check for nonce offset inconsistency in data_update pathKent Overstreet1-0/+28
2023-11-13bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet1-6/+42
2023-11-13bcachefs: btree_trans->write_lockedKent Overstreet2-36/+50
2023-11-13bcachefs: Run btree key cache shrinker less aggressivelyKent Overstreet2-4/+23
2023-11-13bcachefs: Split out btree_key_cache_types.hKent Overstreet2-26/+31
2023-11-13bcachefs: Guard against insufficient devices to create stripesKent Overstreet1-2/+14
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet1-5/+5
2023-11-13bcachefs: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-1/+1
2023-11-13bcachefs: Use DECLARE_FLEX_ARRAY() helper and fix multiple -Warray-bounds war...Gustavo A. R. Silva1-1/+1
2023-11-13bcachefs: Use correct fgf_t type as function argumentKent Overstreet2-2/+2
2023-11-13bcachefs: make bch2_target_to_text_sb staticJiapeng Chong1-1/+1
2023-11-13cifs: fix check of rc in function generate_smb3signingkeyEkaterina Esina1-3/+2
2023-11-13cifs: spnego: add ';' in HOST_KEY_LENAnastasia Belova1-2/+2
2023-11-13Merge tag 'for-6.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+53
2023-11-13xfs: recovery should not clear di_flushiter unconditionallyDave Chinner1-15/+17
2023-11-13xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2023-11-13xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2023-11-13xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2023-11-13xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2023-11-13xfs: abort intent items when recovery intents failLong Li3-4/+5
2023-11-13xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2023-11-11Merge tag '6.7-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds16-88/+491
2023-11-10Merge tag '6.7-rc-smb3-server-part2' of git://git.samba.org/ksmbdLinus Torvalds3-6/+41
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds23-1462/+2082
2023-11-10cifs: update internal module version number for cifs.koSteve French1-2/+2
2023-11-10cifs: handle when server stops supporting multichannelShyam Prasad N6-10/+145
2023-11-10cifs: handle when server starts supporting multichannelShyam Prasad N3-2/+34
2023-11-10Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFOSteve French1-0/+1
2023-11-10smb3: allow dumping session and tcon id to improve stats analysis and debuggingSteve French2-0/+31
2023-11-09smb: client: fix mount when dns_resolver key is not availablePaulo Alcantara3-7/+29
2023-11-09smb3: fix caching of ctime on setxattrSteve French1-1/+4
2023-11-09smb3: minor cleanup of session handling codeSteve French1-6/+12
2023-11-09cifs: reconnect work should have reference on server structShyam Prasad N2-16/+34
2023-11-09cifs: do not pass cifs_sb when trying to add channelsShyam Prasad N3-8/+8
2023-11-09cifs: account for primary channel in the interface listShyam Prasad N2-0/+34
2023-11-09cifs: distribute channels across interfaces based on speedShyam Prasad N3-14/+88
2023-11-09cifs: handle cases where a channel is closedShyam Prasad N6-7/+43
2023-11-09smb3: more minor cleanups for session handling routinesSteve French1-10/+15
2023-11-09smb3: minor RDMA cleanupSteve French1-2/+2
2023-11-09btrfs: fix qgroup record leaks when using simple quotasFilipe Manana2-3/+3
2023-11-09btrfs: fix race between accounting qgroup extents and removing a qgroupFilipe Manana1-1/+7
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds12-39/+93
2023-11-08Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds31-950/+1433
2023-11-08cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells1-3/+9
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon1-0/+11
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon1-3/+4
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon1-3/+26
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds25-56/+98
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-433/+421
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds15-529/+892
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds107-2291/+3966
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2023-11-06gfs2: remove dead code in add_to_queueSu Hui1-1/+0
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-4/+6
2023-11-06gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4
2023-11-06gfs2: fs: derive f_fsid from s_uuidAmir Goldstein1-0/+1
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher19-285/+289
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher3-15/+16
2023-11-06gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher2-20/+18
2023-11-06gfs2: Convert stuffed_readpage to foliosAndreas Gruenbacher1-16/+14
2023-11-06gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanupAndreas Gruenbacher1-3/+3
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher6-13/+15
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-2/+12
2023-11-05bcachefs: Improve stripe checksum error messageKent Overstreet1-8/+13
2023-11-05bcachefs: Simplify, fix bch2_backpointer_get_key()Kent Overstreet1-44/+33
2023-11-05bcachefs: kill thing_it_points_to arg to backpointer_not_found()Kent Overstreet1-7/+6
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet3-9/+5
2023-11-05bcachefs: bch2_stripe_to_text() now prints ptr gensKent Overstreet1-0/+1
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet4-40/+29
2023-11-05bcachefs: Break up bch2_journal_write()Kent Overstreet1-71/+92
2023-11-05bcachefs: Replace ERANGE with private error codesKent Overstreet2-2/+4
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet4-19/+15
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet9-83/+89
2023-11-05bcachefs: Convert bch2_fs_open() to darrayKent Overstreet2-32/+34
2023-11-05bcachefs: Move __bch2_members_v2_get_mut to sb-members.hKent Overstreet2-14/+14
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet5-26/+22
2023-11-04bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to yKent Overstreet1-1/+0
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet4-4/+14
2023-11-04bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet5-12/+31
2023-11-04bcachefs: Add missing printk newlinesKent Overstreet1-3/+3
2023-11-04bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryKent Overstreet1-0/+7
2023-11-04bcachefs: .get_parent() should return an error pointerKent Overstreet1-3/+0
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet2-22/+69
2023-11-04bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldBrian Foster3-10/+10
2023-11-04bcachefs: byte order swap bch_alloc_v4.fragmentation_lru fieldBrian Foster1-0/+1
2023-11-04bcachefs: allow writeback to fill bio completelyBrian Foster1-3/+16
2023-11-04bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtableBrian Foster1-10/+14
2023-11-04bcachefs: update alloc cursor in early bucket allocatorBrian Foster1-4/+6
2023-11-04bcachefs: serialize on cached key in early bucket allocatorBrian Foster1-3/+25
2023-11-04bcachefs: Data move path now uses bch2_trans_unlock_long()Kent Overstreet5-9/+23
2023-11-04Merge tag 'f2fs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-150/+254
2023-11-04Merge tag '9p-for-6.7-rc1' of https://github.com/martinetd/linuxLinus Torvalds3-3/+4
2023-11-04Merge tag '6.7-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds14-90/+138
2023-11-04Merge tag 'efi-next-for-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+81
2023-11-04bcachefs: Ensure srcu lock is not held too longKent Overstreet4-13/+40
2023-11-04bcachefs: Fix build errors with gcc 10Kent Overstreet5-9/+7
2023-11-04bcachefs: Fix MEAN_AND_VARIANCE kconfig optionsKent Overstreet1-2/+1
2023-11-04bcachefs: Ensure copygc does not spinKent Overstreet4-8/+34
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-2/+42
2023-11-03ceph: allow idmapped mountsChristian Brauner1-1/+1
2023-11-03ceph: allow idmapped atomic_open inode opChristian Brauner1-2/+9
2023-11-03ceph: allow idmapped set_acl inode opChristian Brauner1-1/+1
2023-11-03ceph: allow idmapped setattr inode opChristian Brauner1-8/+12
2023-11-03ceph: pass idmap to __ceph_setattrAlexander Mikhalitsyn4-8/+8
2023-11-03ceph: allow idmapped permission inode opChristian Brauner1-1/+1
2023-11-03ceph: allow idmapped getattr inode opChristian Brauner1-1/+1
2023-11-03ceph: pass an idmapping to mknod/symlink/mkdirChristian Brauner1-0/+4
2023-11-03ceph: add enable_unsafe_idmap module parameterAlexander Mikhalitsyn3-7/+28
2023-11-03ceph: handle idmapped mounts in create_request_message()Christian Brauner2-5/+56
2023-11-03ceph: stash idmapping in mdsc requestChristian Brauner2-0/+6
2023-11-03fs: export mnt_idmap_get/mnt_idmap_putAlexander Mikhalitsyn1-0/+2
2023-11-03libceph, ceph: move mdsmap.h to fs/cephXiubo Li3-2/+77
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li19-1312/+1747
2023-11-03ceph: rename _to_client() to _to_fs_client()Xiubo Li14-95/+95
2023-11-03ceph: pass the mdsc to several helpersXiubo Li9-36/+51
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds3-461/+688
2023-11-03btrfs: fix error pointer dereference after failure to allocate fs devicesFilipe Manana1-3/+3
2023-11-03btrfs: make found_logical_ret parameter mandatory for function queue_scrub_st...Qu Wenruo1-3/+7
2023-11-03btrfs: get correct owning_root when dropping snapshotJosef Bacik3-10/+20
2023-11-03btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota1-0/+7
2023-11-03btrfs: zoned: drop no longer valid write pointer checkNaohiro Aota1-7/+0
2023-11-03btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Dan Carpenter1-1/+1
2023-11-03btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-11-03exfat: fix ctime is not updatedYuezhang Mo1-0/+1
2023-11-03exfat: fix setting uninitialized time to ctime/atimeYuezhang Mo1-2/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds28-95/+110
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds64-1014/+1668
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds6-5/+18
2023-11-02gfs2: Add metapath_dibh helperAndreas Gruenbacher1-1/+7
2023-11-02gfs2: Clean up quota.c:print_messageAndreas Gruenbacher1-5/+5
2023-11-02gfs2: Clean up gfs2_alloc_parms initializersAndreas Gruenbacher2-4/+4
2023-11-02gfs2: Two quota=account mode fixesAndreas Gruenbacher2-6/+3
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-118/+194
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-139/+148
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyLinus Torvalds7-29/+54
2023-11-02Merge tag 'exfat-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-48/+171
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-135/+88
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-585/+823
2023-11-02Merge tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-18/+51
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-1/+1