aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 3-461/+688
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 28-95/+110
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 64-1014/+1668
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 6-5/+18
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 6-118/+194
2023-11-02Merge tag 'fsnotify_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-139/+148
2023-11-02Merge tag 'jfs-6.7' of https://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 7-29/+54
2023-11-02Merge tag 'exfat-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-48/+171
2023-11-02Merge tag 'erofs-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-135/+88
2023-11-02Merge tag 'ext4_for_linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 14-585/+823
2023-11-02Merge tag 'dlm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Gravatar Linus Torvalds 3-18/+51
2023-11-02Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+7
2023-11-02eventfs: Use simple_recursive_removal() to clean up dentriesGravatar Steven Rostedt (Google) 2-35/+44
2023-11-02eventfs: Remove special processing of dput() of events directoryGravatar Steven Rostedt (Google) 1-17/+2
2023-11-02eventfs: Delete eventfs_inode when the last dentry is freedGravatar Steven Rostedt (Google) 2-79/+69
2023-11-02eventfs: Hold eventfs_mutex when calling callback functionsGravatar Steven Rostedt (Google) 1-2/+20
2023-11-01eventfs: Save ownership and modeGravatar Steven Rostedt (Google) 2-13/+151
2023-11-01eventfs: Test for ei->is_freed when accessing ei->dentryGravatar Steven Rostedt (Google) 2-7/+41
2023-11-01eventfs: Have a free_ei() that just frees the eventfs_inodeGravatar Steven Rostedt (Google) 1-8/+11
2023-11-01eventfs: Remove "is_freed" union with rcu headGravatar Steven Rostedt (Google) 2-3/+5
2023-11-01eventfs: Fix kerneldoc of eventfs_remove_rec()Gravatar Steven Rostedt (Google) 1-2/+4
2023-11-01eventfs: Remove extra dget() in eventfs_create_events_dir()Gravatar Steven Rostedt (Google) 1-3/+0
2023-11-01Merge tag 'bootconfig-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+6
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+2
2023-11-01ocfs2: fix a spelling typo in commentGravatar Kunwu Chan 1-1/+1
2023-11-01fs/proc/base.c: remove unneeded semicolonGravatar Yang Li 1-1/+1
2023-11-01do_io_accounting: use sig->stats_lockGravatar Oleg Nesterov 1-6/+14
2023-11-01do_io_accounting: use __for_each_thread()Gravatar Oleg Nesterov 1-4/+8
2023-11-01ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()Gravatar Jia Rui 1-1/+8
2023-11-01watchdog: move softlockup_panic back to early_paramGravatar Krister Johansen 1-1/+0
2023-11-01proc: sysctl: prevent aliased sysctls from getting passed to initGravatar Krister Johansen 1-0/+7
2023-10-31ext4: properly sync file size update after O_SYNC direct IOGravatar Jan Kara 1-88/+65
2023-10-31ext4: fix racy may inline data check in dio writeGravatar Brian Foster 1-7/+9
2023-10-31ima: detect changes to the backing overlay fileGravatar Mimi Zohar 1-1/+1
2023-10-31erofs: fix erofs_insert_workgroup() lockref usageGravatar Gao Xiang 2-7/+2
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-214/+407
2023-10-30Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+8
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-5/+5
2023-10-30ksmbd: no need to wait for binded connection termination at logoffGravatar Namjae Jeon 1-16/+0
2023-10-31exfat: support create zero-size directoryGravatar Yuezhang Mo 4-8/+20
2023-10-31exfat: support handle zero-size directoryGravatar Yuezhang Mo 1-7/+22
2023-10-31exfat: add ioctls for accessing attributesGravatar Jan Cincera 7-33/+129
2023-10-31erofs: tidy up redundant includesGravatar Ferry Meng 6-8/+2
2023-10-31erofs: get rid of ROOT_NID()Gravatar Ferry Meng 2-5/+3
2023-10-31erofs: simplify compression configuration parserGravatar Gao Xiang 6-108/+79
2023-10-31erofs: don't warn MicroLZMA format anymoreGravatar Gao Xiang 2-7/+2
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 200-2/+94777
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 80-5285/+3893