aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-24locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lockGravatar Will Shiu 1-1/+1
2023-08-24fs/locks: Fix typoGravatar Jakub Wilk 1-1/+1
2023-06-27fs/locks: F_UNLCK extension for F_OFD_GETLKGravatar Stas Sergeev 1-3/+20
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+5
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 31-220/+254
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 57-159/+521
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 73-2662/+2702
2023-06-26Merge tag 'zonefs-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 3-98/+121
2023-06-26Merge tag 'erofs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 8-783/+438
2023-06-26Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxGravatar Linus Torvalds 9-272/+152
2023-06-26Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxGravatar Linus Torvalds 2-6/+6
2023-06-26Merge tag 'nfsd-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 15-281/+593
2023-06-26Merge tag 'v6.5/vfs.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-81/+415
2023-06-26Merge tag 'v6.5/vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 7-53/+168
2023-06-26Merge tag 'v6.5/vfs.rename.locking' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-62/+75
2023-06-26Merge tag 'v6.5/vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 24-91/+146
2023-06-26Merge tag 'v6.5/fs.ntfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 4-21/+23
2023-06-23Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-28/+40
2023-06-23ext4: Fix warning in blkdev_put()Gravatar Jan Kara 1-1/+1
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrGravatar Qu Wenruo 5-28/+40
2023-06-22erofs: clean up zmap.cGravatar Gao Xiang 1-40/+29
2023-06-22erofs: remove unnecessary gotoGravatar Yangtao Li 1-5/+2
2023-06-22erofs: Fix detection of atomic contextGravatar Sandeep Dhavale 1-1/+1
2023-06-21nfsd: remove redundant assignments to variable lenGravatar Colin Ian King 1-7/+5
2023-06-21readdir: Replace one-element arrays with flexible-array membersGravatar Gustavo A. R. Silva 1-4/+4
2023-06-20fsverity: improve documentation for builtin signature supportGravatar Eric Biggers 5-15/+23
2023-06-20Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 5-3/+45
2023-06-20Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+7
2023-06-20Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 7-86/+196
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrGravatar Qu Wenruo 1-5/+7
2023-06-20reiserfs: fix blkdev_put() warning from release_journal_dev()Gravatar Yu Kuai 1-1/+6
2023-06-20fs: Provide helpers for manipulating sb->s_readonly_remountGravatar Jan Kara 3-20/+63
2023-06-19nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Gravatar Ryusuke Konishi 1-1/+9
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Gravatar Qi Zheng 1-1/+1
2023-06-19nilfs2: fix buffer corruption due to concurrent device readsGravatar Ryusuke Konishi 3-1/+35
2023-06-19btrfs: fix race between quota disable and relocationGravatar Filipe Manana 1-3/+15
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsGravatar Filipe Manana 1-0/+1
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listGravatar Filipe Manana 1-0/+3
2023-06-19btrfs: fix race when deleting quota root from the dirty cow roots listGravatar Filipe Manana 1-0/+2
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsGravatar Naohiro Aota 1-1/+1
2023-06-19ovl: enable fsnotify events on underlying real filesGravatar Amir Goldstein 1-2/+2
2023-06-19fs: use backing_file container for internal files with "fake" f_pathGravatar Amir Goldstein 4-18/+86
2023-06-19fs: move kmem_cache_zalloc() into alloc_empty_file*() helpersGravatar Amir Goldstein 1-15/+26
2023-06-19fs: use a helper for opening kernel internal filesGravatar Amir Goldstein 2-2/+35
2023-06-19fs: rename {vfs,kernel}_tmpfile_open()Gravatar Amir Goldstein 3-16/+19
2023-06-19btrfs: update i_version in update_dev_timeGravatar Jeff Layton 1-1/+1
2023-06-19btrfs: make btrfs_compressed_bioset staticGravatar Ben Dooks 1-1/+1
2023-06-19afs: Fix waiting for writeback then skipping folioGravatar Vishal Moola (Oracle) 1-2/+4
2023-06-19afs: Fix dangling folio ref counts in writebackGravatar Vishal Moola (Oracle) 1-0/+1
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileGravatar Matt Corallo 1-1/+8