aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: add comments for btrfs_map_block()Qu Wenruo1-0/+39
2023-08-21btrfs: remove redundant initialization of variables in log_new_ancestorsColin Ian King1-2/+2
2023-08-21btrfs: scrub: remove redundant division of stripe_nrColin Ian King1-1/+0
2023-08-21btrfs: zoned: use vcalloc instead of for vzalloc in btrfs_get_dev_zone_infoJulia Lawall1-2/+2
2023-08-21super: make locking naming consistentChristian Brauner3-17/+17
2023-08-21super: use locking helpersChristian Brauner1-48/+78
2023-08-21fs: simplify invalidate_inodesChristoph Hellwig3-17/+4
2023-08-21fs: remove get_superChristoph Hellwig1-37/+0
2023-08-21block: call into the file system for ioctl BLKFLSBUFChristoph Hellwig1-0/+13
2023-08-21block: call into the file system for bdev_mark_deadChristoph Hellwig1-2/+6
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-2/+2
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang1-4/+7
2023-08-21fuse: cache btimeMiklos Szeredi4-8/+40
2023-08-21fuse: implement statxMiklos Szeredi3-7/+107
2023-08-20smb: client: reduce stack usage in smb2_query_reparse_point()Paulo Alcantara1-17/+18
2023-08-20smb: client: reduce stack usage in smb2_query_info_compound()Paulo Alcantara1-14/+16
2023-08-20smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara3-47/+37
2023-08-20smb: client: reduce stack usage in smb_send_rqst()Paulo Alcantara1-12/+17
2023-08-20smb: client: reduce stack usage in cifs_demultiplex_thread()Paulo Alcantara1-2/+2
2023-08-20smb: client: reduce stack usage in cifs_try_adding_channels()Paulo Alcantara1-27/+41
2023-08-20smb: cilent: set reparse mount points as automountsPaulo Alcantara4-172/+194
2023-08-20smb: client: query reparse points in older dialectsPaulo Alcantara1-0/+2
2023-08-20smb: client: do not query reparse points twice on symlinksPaulo Alcantara4-161/+55
2023-08-20smb: client: parse reparse point flag in create responsePaulo Alcantara5-95/+174
2023-08-20smb: client: get rid of dfs code dep in namespace.cPaulo Alcantara7-72/+57
2023-08-20smb: client: get rid of dfs naming in automount codePaulo Alcantara6-30/+30
2023-08-20smb: client: rename cifs_dfs_ref.c to namespace.cPaulo Alcantara2-1/+1
2023-08-20smb: client: make smb2_compound_op() return resp buffer on successPaulo Alcantara1-26/+26
2023-08-20smb: client: move some params to cifs_open_info_dataPaulo Alcantara5-66/+77
2023-08-20smb: client: ensure to try all targets when finding nested linksPaulo Alcantara5-128/+255
2023-08-20smb: client: introduce DFS_CACHE_TGT_LIST()Paulo Alcantara4-8/+12
2023-08-20fsverity: skip PKCS#7 parser when keyring is emptyEric Biggers1-0/+16
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+113
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2
2023-08-19NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin1-3/+2
2023-08-19NFS: Fix sysfs server name memory leakBenjamin Coddington1-1/+3
2023-08-19fs/dcache: Replace printk and WARN_ON by WARNAnh Tuan Phan1-2/+1
2023-08-19fs/pipe: remove redundant initialization of pointer bufColin Ian King1-1/+1
2023-08-19fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)6-15/+29
2023-08-19devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle)1-5/+5
2023-08-18Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu1-1/+1
2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle)1-6/+4
2023-08-18fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-08-18efs: clean up -Wunused-const-variable= warningZhu Wang1-4/+1
2023-08-18ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye1-20/+20
2023-08-18ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye1-13/+13
2023-08-18ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook1-2/+1
2023-08-18ocfs2: Use struct_size()Christophe JAILLET1-3/+3
2023-08-18ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2-5/+2
2023-08-18fs: hfsplus: make extend error rate limitedColin Ian King1-3/+3