summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-213-0/+4
|\
| * Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-193-0/+4
* | Merge tag 'nfsd-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2022-12-194-196/+197
|\ \
| * | NFSD: fix use-after-free in __nfs42_ssc_open()Dai Ngo2022-12-141-15/+5
| * | nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failureDan Aloni2022-12-121-1/+3
| * | nfsd: rework refcounting in filecacheJeff Layton2022-12-112-180/+189
* | | Merge tag 'gfs2-v6.1-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-1711-333/+234
|\ \ \
| * | | gfs2: Remove support for glock holder auto-demotion (2)Andreas Gruenbacher2022-12-151-19/+20
| * | | gfs2: Remove support for glock holder auto-demotionAndreas Gruenbacher2022-12-153-179/+36
| * | | gfs2: Minor gfs2_try_evict cleanupAndreas Gruenbacher2022-12-101-7/+5
| * | | gfs2: Partially revert gfs2_inode_lookup changeAndreas Gruenbacher2022-12-061-0/+2
| * | | gfs2: Add gfs2_inode_lookup commentAndreas Gruenbacher2022-12-061-0/+5
| * | | gfs2: Uninline and improve glock_{set,clear}_objectAndreas Gruenbacher2022-12-062-26/+45
| * | | gfs2: Simply dequeue iopen glock in gfs2_evict_inodeAndreas Gruenbacher2022-12-061-5/+2
| * | | gfs2: Clean up after gfs2_create_inode reworkAndreas Gruenbacher2022-12-062-21/+14
| * | | gfs2: Avoid dequeuing GL_ASYNC glock holders twiceAndreas Gruenbacher2022-12-061-0/+8
| * | | gfs2: Make gfs2_glock_hold return its glock argumentAndreas Gruenbacher2022-12-063-6/+5
| * | | gfs2: Always check inode size of inline inodesAndreas Gruenbacher2022-12-063-5/+3
| * | | gfs2: Cosmetic gfs2_dinode_{in,out} cleanupAndreas Gruenbacher2022-12-062-33/+35
| * | | gfs2: Handle -EBUSY result of insert_inode_locked4Andreas Gruenbacher2022-12-051-1/+5
| * | | gfs2: Fix and clean up create / evict interactionAndreas Gruenbacher2022-12-024-39/+54
| * | | gfs2: Clean up initialization of "ip" in gfs2_create_inodeAndreas Gruenbacher2022-12-021-2/+2
| * | | gfs2: Get rid of ghs[] in gfs2_create_inodeAndreas Gruenbacher2022-12-021-10/+10
| * | | gfs2: Add extra error check in alloc_dinodeAndreas Gruenbacher2022-12-021-1/+4
* | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-168-62/+94
|\ \ \ \
| * | | | driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
| * | | | kernfs: fix all kernel-doc warnings and multiple typosRandy Dunlap2022-11-236-48/+74
| * | | | kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-221-2/+2
| * | | | Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-21132-926/+1593
| |\ \ \ \
| * | | | | kernfs: dont take i_lock on revalidateIan Kent2022-10-201-7/+17
| * | | | | kernfs: dont take i_lock on inode attr readIan Kent2022-10-201-4/+0
* | | | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-4/+11
|\ \ \ \ \ \
| * | | | | | chardev: fix error handling in cdev_device_add()Yang Yingliang2022-12-021-1/+1
| * | | | | | Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman2022-11-21106-785/+1348
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | chardev: Fix potential memory leak when cdev_add() failedShang XiaoJing2022-11-101-3/+10
* | | | | | | Merge tag 'exfat-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-155-145/+187
|\ \ \ \ \ \ \
| * | | | | | | exfat: reuse exfat_find_location() to simplify exfat_get_dentry_set()Yuezhang Mo2022-12-131-13/+4
| * | | | | | | exfat: fix overflow in sector and cluster conversionYuezhang Mo2022-12-131-1/+1
| * | | | | | | exfat: remove i_size_write() from __exfat_truncate()Yuezhang Mo2022-12-123-7/+5
| * | | | | | | exfat: remove argument 'size' from exfat_truncate()Yuezhang Mo2022-12-123-4/+4
| * | | | | | | exfat: remove unnecessary arguments from exfat_find_dir_entry()Yuezhang Mo2022-12-123-15/+10
| * | | | | | | exfat: remove unneeded codes from __exfat_rename()Yuezhang Mo2022-12-121-8/+1
| * | | | | | | exfat: remove call ilog2() from exfat_readdir()Yuezhang Mo2022-12-122-7/+12
| * | | | | | | exfat: replace magic numbers with MacrosYuezhang Mo2022-12-123-10/+10
| * | | | | | | exfat: rename exfat_free_dentry_set() to exfat_put_dentry_set()Yuezhang Mo2022-12-124-11/+11
| * | | | | | | exfat: move exfat_entry_set_cache from heap to stackYuezhang Mo2022-12-124-35/+29
| * | | | | | | exfat: support dynamic allocate bh for exfat_entry_set_cacheYuezhang Mo2022-12-122-1/+19
| * | | | | | | exfat: reduce the size of exfat_entry_set_cacheYuezhang Mo2022-12-121-4/+21
| * | | | | | | exfat: hint the empty entry which at the end of cluster chainYuezhang Mo2022-12-122-16/+43
| * | | | | | | exfat: simplify empty entry hintYuezhang Mo2022-12-121-27/+31