summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-2510-12/+12
|\
| * sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-2410-12/+12
* | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-253-10/+15
|\ \ | |/ |/|
| * hostfs: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-07-031-0/+1
| * hostfs: fix dev_t handlingJohannes Berg2024-07-033-10/+14
* | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-241-0/+1
|\ \
| * | mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-191-0/+1
* | | Merge tag 'vfs-6.11-rc1.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-2423-182/+261
|\ \ \
| * | | inode: clarify what's lockedChristian Brauner2024-07-241-11/+11
| * | | vfs: Fix potential circular locking through setxattr() and removexattr()David Howells2024-07-241-43/+48
| * | | filelock: Fix fcntl/close race recovery compat pathJann Horn2024-07-241-5/+4
| * | | fs: use all available idsChristian Brauner2024-07-241-1/+1
| * | | cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells2024-07-241-1/+1
| * | | netfs: Fix writeback that needs to go to both server and cacheDavid Howells2024-07-241-0/+1
| * | | pidfs: handle kernels without namespaces cleanlyChristian Brauner2024-07-241-23/+42
| * | | pidfs: when time ns disabled add check for ioctlEdward Adam Davis2024-07-241-0/+2
| * | | vfs: correct the comments of vfs_*() helpersCongjie Zhou2024-07-241-13/+13
| * | | vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik2024-07-241-0/+20
| * | | netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUGDavid Howells2024-07-241-10/+8
| * | | netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells2024-07-2415-78/+113
* | | | hostfs: fix folio conversionLinus Torvalds2024-07-241-1/+1
* | | | Merge tag 'execve-v6.11-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-244-2/+2
|\ \ \ \
| * | | | execve: Move KUnit tests to tests/ subdirectoryKees Cook2024-07-234-2/+2
* | | | | Merge tag 'f2fs-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-2415-222/+326
|\ \ \ \ \
| * | | | | f2fs: clean up addrs_per_{inode,block}()Chao Yu2024-07-111-13/+7
| * | | | | f2fs: clean up F2FS_I()Chao Yu2024-07-115-93/+88
| * | | | | f2fs: use meta inode for GC of COW fileSunmin Jeong2024-07-116-7/+23
| * | | | | f2fs: use meta inode for GC of atomic fileSunmin Jeong2024-07-114-9/+14
| * | | | | f2fs: only fragment segment in the same sectionSheng Yong2024-07-111-3/+11
| * | | | | f2fs: fix to update user block counts in block_operations()Chao Yu2024-07-111-5/+5
| * | | | | f2fs: remove unreachable lazytime mount option parsingEric Sandeen2024-07-111-10/+0
| * | | | | f2fs: fix null reference error when checking end of zoneDaejun Park2024-07-111-1/+3
| * | | | | f2fs: fix start segno of large sectionSheng Yong2024-07-091-1/+2
| * | | | | f2fs: remove redundant sanity check in sanity_check_inode()Chao Yu2024-06-241-4/+0
| * | | | | f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is validJaegeuk Kim2024-06-221-0/+1
| * | | | | f2fs: fix to use mnt_{want,drop}_write_file replace file_{start,end}_wrtieZhiguo Niu2024-06-181-8/+16
| * | | | | f2fs: clean up set REQ_RAHEAD given racJaegeuk Kim2024-06-183-8/+13
| * | | | | f2fs: enable atgc dynamically if conditions are metZhiguo Niu2024-06-183-3/+26
| * | | | | f2fs: fix to truncate preallocated blocks in f2fs_file_open()Chao Yu2024-06-123-9/+42
| * | | | | f2fs: fix to cover read extent cache access with lockChao Yu2024-06-123-35/+25
| * | | | | f2fs: fix return value of f2fs_convert_inline_inode()Chao Yu2024-06-121-2/+4
| * | | | | f2fs: use new ioprio Macro to get ckpt thread ioprio levelZhiguo Niu2024-06-121-6/+6
| * | | | | f2fs: fix to don't dirty inode for readonly filesystemChao Yu2024-06-121-0/+3
| * | | | | f2fs: fix to avoid use SSR allocate when do defragmentZhiguo Niu2024-06-121-1/+2
| * | | | | f2fs: fix to force buffered IO on inline_data inodeChao Yu2024-06-121-0/+2
| * | | | | f2fs: fix to remove redundant SBI_NEED_FSCK flag setZhiguo Niu2024-06-121-1/+0
| * | | | | f2fs: alloc new section if curseg is not the first seg in its zoneSheng Yong2024-06-121-1/+2
| * | | | | f2fs: add support for FS_IOC_GETFSSYSFSPATHChao Yu2024-06-121-0/+1
| * | | | | f2fs: fix to do sanity check on blocks for inline_data inodeChao Yu2024-06-123-3/+21
| * | | | | f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GCChao Yu2024-06-121-0/+10