summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET2-3/+14
2024-05-02proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)1-22/+20
2024-04-26fs: Create anon_inode_getfile_fmode()Dawid Osuchowski2-0/+38
2024-04-24xfs: don't call xfs_file_open from xfs_dir_openChristoph Hellwig1-1/+3
2024-04-24xfs: drop fop_flags for directoriesChristoph Hellwig1-2/+0
2024-04-24xfs: fix overly long line in the file_operationsChristoph Hellwig1-4/+4
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner3-8/+52
2024-04-17shmem: Fix shmem_rename2()Chuck Lever1-0/+9
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever3-2/+24
2024-04-17libfs: Fix simple_offset_rename_exchange()Chuck Lever1-6/+19
2024-04-17jffs2: prevent xattr node from overflowing the eraseblockIlya Denisyev1-0/+3
2024-04-15vfs, swap: compile out IS_SWAPFILE() on swapless configsAlexey Dobriyan1-0/+6
2024-04-13vfs: relax linkat() AT_EMPTY_PATH - aka flink() - requirementsLinus Torvalds2-6/+14
2024-04-11fs/direct-io: remove redundant assignment to variable retvalColin Ian King1-1/+0
2024-04-09fs/dcache: Re-use value stored to dentry->d_flags instead of re-readinglinke li1-1/+1
2024-04-09fs: Add FOP_HUGE_PAGESMatthew Wilcox (Oracle)5-20/+10
2024-04-09orangefs: cleanup uses of strncpyJustin Stitt3-32/+15
2024-04-09nilfs2: fix out-of-range warningArnd Bergmann1-1/+1
2024-04-07fs: use bit shifts for FMODE_* flagsChristian Brauner1-26/+31
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner12-28/+37
2024-04-05fs: Annotate struct file_handle with __counted_by() and use struct_size()Gustavo A. R. Silva2-4/+4
2024-04-05Merge patch series 'fs: aio: more folio conversion' of https://lore.kernel.or...Christian Brauner1-44/+47
2024-04-05fs: aio: convert to ring_folios and internal_foliosKefeng Wang1-31/+31
2024-04-05ecryptfs: Fix buffer size for tag 66 packetBrian Kubisiak1-1/+3
2024-04-05fs: aio: use a folio in aio_free_ring()Kefeng Wang1-6/+7
2024-04-05Merge series 'Fixes and cleanups to fs-writeback' of https://lore.kernel.org/...Christian Brauner1-24/+33
2024-04-05fs: aio: use a folio in aio_setup_ring()Kefeng Wang1-9/+11
2024-04-05fs/writeback: remove unnecessary return in writeback_inodes_sbKemeng Shi1-1/+1
2024-04-05fs/writeback: correct comment of __wakeup_flusher_threads_bdiKemeng Shi1-2/+1
2024-04-05fs/writeback: only calculate dirtied_before when b_io is emptyKemeng Shi1-12/+13
2024-04-05fs/writeback: remove unused parameter wb of finish_writeback_workKemeng Shi1-4/+3
2024-04-05fs/writeback: bail out if there is no more inodes for IO and queued onceKemeng Shi1-2/+5
2024-03-26fs: Add kernel-doc comments to proc_create_net_data_write()Yang Li1-0/+1
2024-03-26fs/writeback: avoid to writeback non-expired inode in kupdate writebackKemeng Shi1-3/+10
2024-03-26fs_parser: move fsparam_string_empty() helper into headerLuis Henriques (SUSE)3-8/+4
2024-03-26statx: stx_subvolKent Overstreet5-1/+11
2024-03-25Linux 6.9-rc1Linus Torvalds1-2/+2
2024-03-24Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-2/+14
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-89/+80
2024-03-24Merge tag 'sched-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds2-12/+42
2024-03-24efi: fix panic in kdump kernelOleksandr Tymoshenko1-0/+2
2024-03-24x86/efistub: Don't clear BSS twice in mixed modeArd Biesheuvel1-1/+2
2024-03-24x86/efistub: Call mixed mode boot services on the firmware's stackArd Biesheuvel1-0/+9
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky1-9/+7
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky1-1/+1
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck1-0/+1
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari2-6/+13
2024-03-24Documentation/x86: Document that resctrl bandwidth control units are MiBTony Luck1-4/+4
2024-03-24Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+20