summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
* | | | | | | | | | Merge tag 'jfs-6.11' of github.com:kleikamp/linux-shaggyLinus Torvalds2024-07-247-173/+193
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | jfs: don't walk off the end of ealistlei lu2024-06-271-4/+19
| * | | | | | | | | | jfs: Fix shift-out-of-bounds in dbDiscardAGPei Li2024-06-261-0/+2
| * | | | | | | | | | jfs: Fix array-index-out-of-bounds in diFreeJeongjun Park2024-06-261-1/+4
| * | | | | | | | | | jfs: fix null ptr deref in dtInsertEntryEdward Adam Davis2024-06-261-0/+2
| * | | | | | | | | | jfs: Remove use of folio error flagMatthew Wilcox (Oracle)2024-05-281-22/+25
| * | | | | | | | | | jfs: Change metapage->page to metapage->folioMatthew Wilcox (Oracle)2024-05-283-22/+22
| * | | | | | | | | | jfs: Convert force_metapage to use a folioMatthew Wilcox (Oracle)2024-05-281-9/+8
| * | | | | | | | | | jfs: Convert inc_io to take a folioMatthew Wilcox (Oracle)2024-05-281-7/+8
| * | | | | | | | | | jfs: Convert page_to_mp to folio_to_mpMatthew Wilcox (Oracle)2024-05-281-10/+12