summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-0214-168/+261
|\
| * f2fs: use finish zone command when closing a zoneDaeho Jeong2023-08-251-6/+13
| * f2fs: compress: fix to assign compress_level for lz4 correctlyChao Yu2023-08-231-1/+1
| * f2fs: fix error path of f2fs_submit_page_read()Chao Yu2023-08-231-0/+3
| * f2fs: clean up error handling in sanity_check_{compress_,}inode()Chao Yu2023-08-231-19/+4
| * f2fs: avoid false alarm of circular lockingJaegeuk Kim2023-08-212-10/+17
| * Revert "f2fs: do not issue small discard commands during checkpoint"Chao Yu2023-08-181-1/+1
| * f2fs: should update REQ_TIME for direct writeZhiguo Niu2023-08-141-0/+1
| * f2fs: fix to account cp stats correctlyChao Yu2023-08-148-17/+50
| * f2fs: fix to account gc stats correctlyChao Yu2023-08-147-35/+54
| * f2fs: remove unneeded check condition in __f2fs_setxattr()Chao Yu2023-08-141-1/+1
| * f2fs: fix to update i_ctime in __f2fs_setxattr()Chao Yu2023-08-141-2/+2
| * Revert "f2fs: fix to do sanity check on extent cache correctly"Chao Yu2023-08-141-6/+6
| * f2fs: increase usage of folio_next_index() helperMinjie Du2023-08-141-2/+1
| * f2fs: Only lfs mode is allowed with zoned block device featureChunhai Guo2023-08-141-5/+5
| * f2fs: check zone type before sending async reset zone commandShin'ichiro Kawasaki2023-08-142-11/+44
| * f2fs: compress: don't {,de}compress non-full clusterChao Yu2023-08-141-12/+8
| * f2fs: allow f2fs_ioc_{,de}compress_file to be interruptedChao Yu2023-08-141-0/+12
| * f2fs: don't reopen the main block device in f2fs_scan_devicesChristoph Hellwig2023-08-141-12/+8
| * f2fs: fix to avoid mmap vs set_compress_option caseChao Yu2023-08-142-6/+20
| * f2fs: get out of a repeat loop when getting a locked data pageJaegeuk Kim2023-08-141-6/+2
| * f2fs: flush inode if atomic file is abortedJaegeuk Kim2023-08-141-0/+2
| * f2fs: don't handle error case of f2fs_compress_alloc_page()Chao Yu2023-08-141-13/+1
| * Revert "f2fs: clean up w/ sbi->log_sectors_per_block"Jaegeuk Kim2023-08-141-11/+12
* | Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-021-7/+27
|\ \
| * | pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel2023-08-311-7/+27
* | | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-014-12/+982
|\ \ \
| * | | tracefs: Remove kerneldoc from struct eventfs_fileSteven Rostedt (Google)2023-08-221-4/+10
| * | | tracefs: Avoid changing i_mode to a temp valueSishuai Gong2023-08-221-2/+4
| * | | eventfs: Move tracing/events to eventfsAjay Kaher2023-07-311-0/+18
| * | | eventfs: Implement removal of meta data from eventfsAjay Kaher2023-07-301-0/+143
| * | | eventfs: Implement functions to create files and dirs when accessedAjay Kaher2023-07-303-2/+136
| * | | eventfs: Implement eventfs lookup, read, open functionsAjay Kaher2023-07-302-0/+306
| * | | eventfs: Implement eventfs file add functionsAjay Kaher2023-07-301-0/+86
| * | | eventfs: Implement eventfs dir creation functionsAjay Kaher2023-07-303-0/+216
| * | | tracefs: Rename and export some tracefs functionsAjay Kaher2023-07-302-10/+15
| * | | eventfs: Implement tracefs_inode_cacheAjay Kaher2023-07-302-0/+54
* | | | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-2/+46
|\ \ \ \
| * | | | debugfs: Add write support to debugfs_create_str()Mike Tipton2023-08-221-2/+46
* | | | | Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-012-1/+16
|\ \ \ \ \
| * | | | | kernfs: fix missing kernfs_iattr_rwsem lockingIan Kent2023-08-121-0/+4
| * | | | | kernfs: attach uuid for every kernfs and report it in fsidIvan Babrou2023-08-051-1/+12
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-012-20/+20
|\ \ \ \ \
| * | | | | riscv: support the elf-fdpic binfmt loaderGreg Ungerer2023-08-231-1/+1
| * | | | | binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer2023-08-231-19/+19
| | |_|_|/ | |/| | |
* | | | | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-3119-43/+88
|\ \ \ \ \
| * | | | | pNFS: Fix assignment of xprtdata.credAnna Schumaker2023-08-301-1/+1
| * | | | | NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia2023-08-301-2/+3
| * | | | | NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2023-08-302-2/+2
| * | | | | NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-08-242-0/+7