summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-2725-260/+346
|\
| * ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-05-251-1/+15
| * ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lockJunxiao Bi2022-05-251-1/+0
| * fs/ntfs: remove redundant variable idxColin Ian King2022-05-191-2/+2
| * fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng2022-05-193-27/+0
| * fat: report creation time in statxChung-Chiang Cheng2022-05-193-5/+20
| * fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2022-05-192-10/+10
| * fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2022-05-192-27/+53
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2022-05-141-4/+4
| * fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap2022-05-131-3/+7
| * proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-102-0/+6
| * fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin2022-04-291-1/+3
| * fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-04-291-3/+4
| * fatfs: add FAT messages to printk indexJonathan Lassoff2022-04-292-5/+18
| * fatfs: remove redundant judgmentYubo Feng2022-04-291-4/+2
| * pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2022-04-291-1/+1
| * vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-25/+15
| * vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)2022-04-291-52/+30
| * vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-20/+34
| * fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-291-5/+9
| * ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel2022-04-291-35/+32
| * ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-12/+23
| * ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-18/+41
| * ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel2022-04-293-15/+4
| * ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-294-12/+42
| * ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel2022-04-291-6/+6
| * ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-292-16/+15
* | pipe: Fix missing lock in pipe_resize_ring()David Howells2022-05-271-13/+18
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-271-1/+1
|\ \
| * \ Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-24104-1167/+1268
| |\ \
| * | | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* | | | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-2716-371/+910
|\ \ \ \
| * | | | NFSD: nfsd_file_put() can sleepChuck Lever2022-05-261-0/+2
| * | | | NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever2022-05-261-3/+20
| * | | | NFSD: Modernize nfsd4_release_lockowner()Chuck Lever2022-05-261-25/+11
| * | | | NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-05-261-8/+4
| * | | | nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder2022-05-231-1/+1
| * | | | nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu2022-05-231-7/+7
| * | | | nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu2022-05-231-1/+3
| * | | | SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-232-4/+5
| * | | | NFSD: Clean up the show_nf_flags() macroChuck Lever2022-05-231-6/+0
| * | | | NFSD: Trace filecache opensChuck Lever2022-05-232-2/+31
| * | | | NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever2022-05-232-5/+13
| * | | | NFSD: Fix whitespaceChuck Lever2022-05-231-25/+25
| * | | | NFSD: Remove dprintk call sites from tail of nfsd4_open()Chuck Lever2022-05-231-4/+0
| * | | | NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever2022-05-236-14/+141
| * | | | NFSD: Clean up nfsd_open_verified()Chuck Lever2022-05-203-6/+15
| * | | | NFSD: Remove do_nfsd_create()Chuck Lever2022-05-202-160/+0
| * | | | NFSD: Refactor NFSv4 OPEN(CREATE)Chuck Lever2022-05-201-10/+152
| * | | | NFSD: Refactor NFSv3 CREATEChuck Lever2022-05-201-6/+121