summaryrefslogtreecommitdiffstats
path: root/fs/mbcache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-16ext2: dump current reservation window infoYe Bin1-1/+6
2023-08-16ext2: fix race between setxattr and write backYe Bin2-8/+9
2023-08-16ext2: introduce new flags argument for ext2_new_blocks()Ye Bin4-4/+11
2023-08-16ext2: remove ext2_new_block()Ye Bin3-9/+3
2023-08-16ext2: fix datatype of block number in ext2_xattr_set2()Georg Ottinger1-2/+2
2023-08-09udf: Drop pointless aops assignmentJan Kara1-2/+0
2023-08-03quota: use lockdep_assert_held_write in dquot_load_quota_sbChristoph Hellwig1-3/+2
2023-07-31MAINTAINERS: change reiserfs status to obsoletePiotr Siminski1-1/+1
2023-07-31udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva1-1/+1
2023-07-03quota: simplify drop_dquot_ref()Baokun Li1-61/+9
2023-07-03quota: fix dqput() to follow the guarantees dquot_srcu should provideBaokun Li1-18/+78
2023-07-03quota: add new helper dquot_active()Baokun Li1-9/+14
2023-07-03quota: rename dquot_active() to inode_quota_active()Baokun Li1-10/+10
2023-07-03quota: factor out dquot_write_dquot()Baokun Li1-23/+16
2023-07-03ext2: remove redundant assignment to variable desc and variable best_descColin Ian King1-3/+0
2023-07-02fs: move cleanup from init_file() into its callersAmir Goldstein1-4/+10
2023-07-01pid: use struct_size_t() helperChristian Brauner2-2/+2
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett3-69/+57
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)1-13/+2
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2-2/+14
2023-07-01sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-30pid: Replace struct pid 1-element array with flex-arrayKees Cook3-4/+7
2023-06-30parisc: Refresh defconfigsHelge Deller2-18/+83
2023-06-30parisc: irq: Add irq-related function declarationsHelge Deller2-4/+4
2023-06-30parisc: Move init function declarations into header fileHelge Deller6-29/+36
2023-06-30parisc: dino: Make dino_init() returning voidHelge Deller1-2/+1
2023-06-30parisc: lba_pci: Mark two variables __maybe_unusedHelge Deller1-2/+2
2023-06-30parisc: unaligned: Include header file to avoid missing prototype warningsHelge Deller1-0/+1
2023-06-30parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkageHelge Deller1-5/+5
2023-06-30parisc: unwind: Mark start and stop variables __maybe_unusedHelge Deller1-2/+3
2023-06-30parisc: init: Drop unused variable end_paddrHelge Deller1-2/+0
2023-06-30parisc: traps: Mark functions staticHelge Deller1-5/+2
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller1-1/+1
2023-06-30parisc: sys_parisc: parisc_personality() is called from asm codeHelge Deller1-1/+2
2023-06-30parisc: ccio-dma: Fix kdoc and compiler warningsHelge Deller1-6/+12
2023-06-30parisc: pdc_stable: Fix kdoc and compiler warningsHelge Deller1-1/+35
2023-06-30parisc: pci-dma: Make pcxl_alloc_range() staticHelge Deller1-1/+1
2023-06-30parisc: Mark image_size __maybe_unused in perf_write()Helge Deller1-1/+1
2023-06-30parisc: module: Mark symindex __maybe_unusedHelge Deller1-1/+1
2023-06-30parisc: pdc_chassis: Fix kdoc warningsHelge Deller1-6/+11
2023-06-30parisc: firmware: Fix kdoc warningsHelge Deller1-18/+21
2023-06-30parisc: drivers: Fix kdoc warningsHelge Deller1-16/+17
2023-06-30parisc: Fold 32-bit compat code into audit_classify_syscall()Helge Deller2-21/+4
2023-06-30parisc: sba_iommu: Fix kdoc warningsHelge Deller1-12/+18
2023-06-30sticon/parisc: Fix STI console on 64-bit only machinesHelge Deller3-78/+127
2023-06-30sticon/parisc: Allow 64-bit STI calls in PDC firmware abstrationHelge Deller3-10/+18
2023-06-30parisc: Default to 8 CPUs for 64-bit kernelHelge Deller1-1/+1
2023-06-30parisc: Fix missing prototype warning for arch_report_meminfo()Helge Deller1-0/+1
2023-06-30parisc: Add cacheflush() syscallHelge Deller3-0/+62