summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* unicode: fix .gitignore for generated utfdata fileLinus Torvalds2022-01-171-1/+1
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1712-27/+32
|\
| * exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman2022-01-081-1/+5
| * signal: Remove the helper signal_group_exitEric W. Biederman2022-01-082-3/+4
| * signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-4/+4
| * coredump: Stop setting signal->group_exit_taskEric W. Biederman2022-01-081-2/+0
| * signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-081-2/+1
| * signal: During coredumps set SIGNAL_GROUP_EXIT in zap_processEric W. Biederman2022-01-081-3/+3
| * kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-082-4/+4
| * kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-131-0/+2
| * exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-1/+1
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-134-5/+5
| * signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-2/+3
* | Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-1711-453/+245
|\ \
| * | unicode: only export internal symbols for the selftestsChristoph Hellwig2021-10-121-4/+7
| * | unicode: Add utf8-data moduleChristoph Hellwig2021-10-128-91/+124
| * | unicode: cache the normalization tables in struct unicode_mapChristoph Hellwig2021-10-114-94/+78
| * | unicode: move utf8cursor to utf8-selftest.cChristoph Hellwig2021-10-113-18/+6
| * | unicode: simplify utf8lenChristoph Hellwig2021-10-113-31/+5
| * | unicode: remove the unused utf8{,n}age{min,max} functionsChristoph Hellwig2021-10-112-129/+0
| * | unicode: pass a UNICODE_AGE() tripple to utf8_loadChristoph Hellwig2021-10-116-85/+41
| * | unicode: remove the charset field from struct unicode_mapChristoph Hellwig2021-10-112-5/+1
| * | f2fs: simplify f2fs_sb_read_encodingChristoph Hellwig2021-10-111-13/+7
| * | ext4: simplify ext4_sb_read_encodingChristoph Hellwig2021-10-111-14/+7
* | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-12/+12
|\ \ \
| * | | tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)2021-12-111-12/+12
* | | | Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1610-87/+64
|\ \ \ \
| * | | | exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo2022-01-101-1/+2
| * | | | exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-105-52/+33
| * | | | exfat: move super block magic number to magic.hNamjae Jeon2022-01-102-1/+1
| * | | | exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier2022-01-103-6/+6
| * | | | exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-104-18/+17
| * | | | exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-102-4/+2
| * | | | exfat: fix typos in commentsChristophe Vu-Brugier2022-01-102-2/+2
| * | | | exfat: simplify is_valid_cluster()Christophe Vu-Brugier2022-01-101-3/+1
* | | | | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-1625-565/+568
|\ \ \ \ \
| * | | | | nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields2022-01-081-1/+5
| * | | | | NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever2022-01-085-75/+96
| * | | | | Revert "nfsd: skip some unnecessary stats in the v4 case"Chuck Lever2022-01-081-27/+17
| * | | | | NFSD: Trace boot verifier resetsChuck Lever2022-01-082-3/+38
| * | | | | NFSD: Rename boot verifier functionsChuck Lever2022-01-085-20/+20
| * | | | | NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever2022-01-083-17/+45
| * | | | | NFSD: Write verifier might go backwardsChuck Lever2022-01-081-1/+1
| * | | | | nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust2022-01-084-4/+69
| * | | | | NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever2022-01-081-6/+5
| * | | | | NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)Chuck Lever2022-01-081-7/+4
| * | | | | NFSD: Clean up nfsd_vfs_write()Chuck Lever2022-01-081-16/+5
| * | | | | nfsd: Replace use of rwsem with errseq_tTrond Myklebust2022-01-084-34/+24
| * | | | | NFSD: Fix verifier returned in stable WRITEsChuck Lever2022-01-081-0/+4
| * | | | | nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton2022-01-082-1/+10