summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2023-04-22rxrpc: Fix potential race in error handling in afs_make_call()David Howells-5/+4
2023-04-21ocfs2: reduce ioctl stack usageArnd Bergmann-11/+26
2023-04-21fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu-0/+2
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds-1/+1
2023-04-21mm: add new KSM process and sysfs knobsStefan Roesch-0/+3
2023-04-21fs/buffer: convert create_page_buffers to folio_create_buffersPankaj Raghav-10/+13
2023-04-21fs/buffer: add folio_create_empty_buffers helperPankaj Raghav-11/+17
2023-04-21buffer: add folio_alloc_buffers() helperPankaj Raghav-8/+15
2023-04-21fs/buffer: add folio_set_bh helperPankaj Raghav-0/+15
2023-04-21NFS: Cleanup unused rpc_clnt variableBenjamin Coddington-4/+0
2023-04-21ubifs: Fix memory leak in do_renameMårten Lindahl-6/+0
2023-04-21ubifs: Free memory for tmpfile nameMårten Lindahl-0/+1
2023-04-21NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix-1/+1
2023-04-21ubifs: Remove return in compr_exit()Yangtao Li-1/+0
2023-04-21Merge tag 'for-6.3-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+13
2023-04-21fs: dlm: stop unnecessarily filling zero ms_extra bytesAlexander Aring-1/+1
2023-04-21iomap: Add DIO tracepointsRitesh Harjani (IBM)-1/+85
2023-04-21iomap: Remove IOMAP_DIO_NOSYNC unused dio flagRitesh Harjani (IBM)-1/+1
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro-20/+21
2023-04-20build_mount_idmapped(): switch to fdget()Al Viro-6/+6
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro-18/+0
2023-04-20fs: introduce lock_rename_child() helperAl Viro-11/+57
2023-04-20ksmbd: remove internal.h includeNamjae Jeon-4/+0
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+79
2023-04-21btrfs: reinterpret async discard iops_limit=0 as no delayBoris Burkov-7/+12
2023-04-21btrfs: set default discard iops_limit to 1000Boris Burkov-1/+1
2023-04-20um: hostfs: define our own API boundaryJohannes Berg-3/+33
2023-04-20f2fs: allocate trace path buffer from names_cacheWu Bo-2/+15
2023-04-19ext4: Add a uapi header for ext4 userspace APIsJosh Triplett-90/+1
2023-04-19ext4: remove useless conditional branch codewuchi-4/+1
2023-04-19ext4: remove unneeded check of nr_to_submitTom Rix-1/+1
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds-9/+34
2023-04-20xfs: fix duplicate includesDave Chinner-3/+1
2023-04-18cifs: Reapply lost fix from commit 30b2b2196d6eDavid Howells-4/+6
2023-04-18cifs: Fix unbuffered readDavid Howells-4/+0
2023-04-18epoll: rename global epmutexDavidlohr Bueso-11/+11
2023-04-18proc/stat: remove arch_idle_time()Heiko Carstens-26/+0
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed-4/+2
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V-8/+1
2023-04-18mpage: use folios in bio end_io handlerPankaj Raghav-11/+19
2023-04-18mpage: split submit_bio and bio end_io handler for reads and writesPankaj Raghav-18/+36
2023-04-18orangefs: use folios in orangefs_readaheadPankaj Raghav-4/+5
2023-04-18smaps: fix defined but not used smaps_shmem_walk_opsSteven Price-2/+1
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton-0/+20
2023-04-18nilfs2: initialize unused bytes in segment summary blocksRyusuke Konishi-0/+20
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li-24/+31
2023-04-18f2fs: relax sanity check if checkpoint is corruptedJaegeuk Kim-7/+29
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim-14/+13
2023-04-18gfs2: Move variable assignment behind a null pointer check in inode_go_dumpMarkus Elfring-1/+2
2023-04-18gfs2: Use gfs2_holder_initialized for jindexBob Peterson-6/+3