summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | | | | NFSD: Refactor nfsd_create_setattr()Chuck Lever2022-05-202-37/+44
| * | | | | | | NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Chuck Lever2022-05-201-4/+1
| * | | | | | | NFSD: Clean up nfsd3_proc_create()Chuck Lever2022-05-201-14/+2
| * | | | | | | NFSD: Show state of courtesy client in client infoDai Ngo2022-05-191-1/+8
| * | | | | | | NFSD: add support for lock conflict to courteous serverDai Ngo2022-05-191-16/+54
| * | | | | | | fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo2022-05-191-3/+30
| * | | | | | | fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo2022-05-191-0/+28
| * | | | | | | NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo2022-05-193-12/+24
| * | | | | | | NFSD: add support for share reservation conflict to courteous serverDai Ngo2022-05-191-8/+101
| * | | | | | | NFSD: add courteous server support for thread with only delegationDai Ngo2022-05-193-15/+99
| * | | | | | | NFSD: Clean up nfsd_splice_actor()Chuck Lever2022-05-191-8/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-271-39/+50
|\ \ \ \ \ \ \
| * | | | | | | sysctl: minor cleanup in new_dir()Vasily Averin2022-04-251-1/+0
| * | | | | | | fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang2022-04-211-38/+50
| | |/ / / / / | |/| | | | |