summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* Get rid of 'remove_new' relic from platform driver structLinus Torvalds2024-12-021-1/+1
* Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-301-2/+3
|\
| * hostfs: Fix the NULL vs IS_ERR() bug for __filemap_get_folio()ZhangPeng2024-11-151-2/+2
| * hostfs: Do not propagate hostfs parameter to kernelTiwei Bie2024-10-231-0/+1
* | Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-11-3015-84/+37
|\ \
| * | ubifs: Fix uninitialized use of err in ubifs_jnl_write_inode()Nathan Chancellor2024-11-151-1/+2
| * | jffs2: Prevent rtime decompress memory corruptionKinsey Moore2024-11-141-0/+3
| * | jffs2: remove redundant check on outpos > posColin Ian King2024-11-141-5/+0
| * | fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane2024-11-141-4/+4
| * | jffs2: Correct some typos in commentsShen Lichuan2024-11-142-2/+2
| * | jffs2: fix use of uninitialized variableQingfang Deng2024-11-141-4/+3
| * | jffs2: Use str_yes_no() helper functionThorsten Blum2024-11-141-4/+5
| * | ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed2024-11-141-0/+2
| * | ubifs: xattr: remove unused anonymous enumPascal Eberhard2024-11-141-13/+0
| * | ubifs: Reduce kfree() calls in ubifs_purge_xattrs()Markus Elfring2024-11-141-4/+2
| * | ubifs: Call iput(xino) only once in ubifs_purge_xattrs()Markus Elfring2024-11-141-3/+1
| * | ubifs: Correct the total block count by deducting journal reservationZhihao Cheng2024-11-141-3/+3
| * | ubifs: Convert to use ERR_CAST()Shen Lichuan2024-11-141-2/+2
| * | ubifs: add support for FS_IOC_GETFSSYSFSPATHHongbo Li2024-11-141-0/+2
| * | ubifs: remove unused ioctl flags GETFLAGS/SETFLAGSHongbo Li2024-11-141-6/+0
| * | ubifs: Display the inode number when orphan twice happensLiu Mingrui2024-11-141-1/+1
| * | ubifs: Remove ineffective function ubifs_evict_xattr_inode()Zhihao Cheng2024-11-143-27/+0
| * | ubifs: ubifs_jnl_write_inode: Only check once for the limitation of xattr countZhihao Cheng2024-11-141-6/+6
* | | Merge tag '9p-for-6.13-rc1' of https://github.com/martinetd/linuxLinus Torvalds2024-11-301-18/+3
|\ \ \
| * | | fs/9p: replace functions v9fs_cache_{register|unregister} with direct callsColin Ian King2024-11-161-18/+3
| |/ /
* | | Merge tag 'ceph-for-6.13-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-11-3012-71/+62
|\ \ \
| * | | ceph: fix cred leak in ceph_mds_check_access()Max Kellermann2024-11-251-0/+3
| * | | ceph: pass cred pointer to ceph_mds_auth_match()Max Kellermann2024-11-251-2/+2
| * | | ceph: improve caps debugging outputPatrick Donnelly2024-11-191-18/+17
| * | | ceph: correct ceph_mds_cap_peer field namePatrick Donnelly2024-11-191-9/+9
| * | | ceph: correct ceph_mds_cap_item field namePatrick Donnelly2024-11-191-1/+1
| * | | ceph: miscellaneous spelling fixesDmitry Antipov2024-11-189-15/+15
| * | | ceph: Use strscpy() instead of strcpy() in __get_snap_name()Abdul Rahim2024-11-181-1/+7
| * | | ceph: Use str_true_false() helper in status_show()Thorsten Blum2024-11-181-1/+1
| * | | ceph: requalify some char pointers as constPatrick Donnelly2024-11-181-1/+1
| * | | ceph: extract entity name from device idPatrick Donnelly2024-11-181-1/+9
| * | | ceph: Remove fs/ceph deadcodeDr. David Alan Gilbert2024-11-184-25/+0
* | | | Merge tag 'nfs-for-6.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-11-3014-145/+209
|\ \ \ \
| * | | | fs/nfs/io: make nfs_start_io_*() killableMax Kellermann2024-11-284-20/+66
| * | | | nfs/blocklayout: Limit repeat device registration on failureBenjamin Coddington2024-11-281-1/+14
| * | | | nfs/blocklayout: Don't attempt unregister for invalid block deviceBenjamin Coddington2024-11-281-4/+2
| * | | | nfs: ignore SB_RDONLY when mounting nfsLi Lingfeng2024-11-281-1/+1
| * | | | Revert "nfs: don't reuse partially completed requests in nfs_lock_and_join_re...Trond Myklebust2024-11-181-20/+29
| * | | | Revert "fs: nfs: fix missing refcnt by replacing folio_set_private by folio_a...Trond Myklebust2024-11-101-2/+4
| * | | | nfs/localio: must clear res.replen in nfs_local_read_doneNeilBrown2024-11-101-0/+6
| * | | | NFSv4.0: Fix a use-after-free problem in the asynchronous open()Trond Myklebust2024-11-091-3/+5
| * | | | NFSv4.0: Fix the wake up of the next waiter in nfs_release_seqid()Trond Myklebust2024-11-091-6/+4
| * | | | nfs/localio: eliminate need for nfs_local_fsync_work forward declarationMike Snitzer2024-11-081-16/+15
| * | | | nfs/localio: remove extra indirect nfs_to call to check {read,write}_iterMike Snitzer2024-11-081-13/+19