aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/helpers/helpers.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore1-0/+3
2024-11-14jffs2: remove redundant check on outpos > posColin Ian King1-5/+0
2024-11-14fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsoleteSuraj Sonawane1-4/+4
2024-11-14jffs2: Correct some typos in commentsShen Lichuan2-2/+2
2024-11-14jffs2: fix use of uninitialized variableQingfang Deng1-4/+3
2024-11-14jffs2: Use str_yes_no() helper functionThorsten Blum1-4/+5
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King1-1/+1
2024-11-14mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()Javier Carrasco1-0/+2
2024-11-14ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commitWaqar Hameed1-0/+2
2024-11-14ubi: fastmap: Fix duplicate slab cache names while attachingZhihao Cheng1-6/+6
2024-11-14ubifs: xattr: remove unused anonymous enumPascal Eberhard1-13/+0
2024-11-14ubifs: Reduce kfree() calls in ubifs_purge_xattrs()Markus Elfring1-4/+2
2024-11-14ubifs: Call iput(xino) only once in ubifs_purge_xattrs()Markus Elfring1-3/+1
2024-11-14ubi: wl: Close down wear-leveling before nand is suspendedMårten Lindahl2-0/+23
2024-11-14mtd: ubi: Rmove unused declaration in header fileZhang Zekun1-1/+0
2024-11-14ubifs: Correct the total block count by deducting journal reservationZhihao Cheng1-3/+3
2024-11-14ubifs: Convert to use ERR_CAST()Shen Lichuan1-2/+2
2024-11-14ubifs: add support for FS_IOC_GETFSSYSFSPATHHongbo Li1-0/+2
2024-11-14ubifs: remove unused ioctl flags GETFLAGS/SETFLAGSHongbo Li1-6/+0
2024-11-14ubifs: Display the inode number when orphan twice happensLiu Mingrui1-1/+1
2024-11-14ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is emptyZhihao Cheng3-5/+19
2024-11-14ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng1-1/+8
2024-11-14ubifs: Remove ineffective function ubifs_evict_xattr_inode()Zhihao Cheng3-27/+0
2024-11-14ubifs: ubifs_jnl_write_inode: Only check once for the limitation of xattr countZhihao Cheng1-6/+6
2024-11-10Linux 6.12-rc7Linus Torvalds1-1/+1
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust1-1/+1
2024-11-08i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not setLiu Peibao2-2/+5
2024-11-07mailmap: add entry for Thorsten BlumThorsten Blum1-0/+1
2024-11-07ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove()Andrew Kanner1-2/+1
2024-11-07signal: restore the override_rlimit logicRoman Gushchin3-4/+8
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-07ucounts: fix counter leak in inc_rlimit_get_ucounts()Andrei Vagin1-2/+1
2024-11-07selftests: hugetlb_dio: check for initial conditions to skip in the startMuhammad Usama Anjum1-7/+12
2024-11-07mm: fix docs for the kernel parameter ``thp_anon=``Maíra Canal2-2/+2
2024-11-07mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park1-7/+21
2024-11-07mm/damon/core: handle zero schemes apply intervalSeongJae Park1-4/+4
2024-11-07mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park1-3/+3
2024-11-07mm/mlock: set the correct prev on failureWei Yang1-3/+6
2024-11-07objpool: fix to make percpu slot allocation more robustMasami Hiramatsu (Google)1-6/+12
2024-11-07mm/page_alloc: keep track of free highatomicYu Zhao2-3/+8
2024-11-07bcachefs: Fix UAF in __promote_alloc() error pathKent Overstreet1-1/+2
2024-11-07bcachefs: Change OPT_STR max to be 1 less than the size of choices arrayPiotr Zalewski1-2/+2
2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet3-48/+67
2024-11-07bcachefs: check the invalid parameter for perf testHongbo Li1-0/+5
2024-11-07bcachefs: add check NULL return of bio_kmalloc in journal_read_bucketPei Xiao2-0/+3
2024-11-07bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recoveryKent Overstreet2-0/+13
2024-11-07bcachefs: Fix topology errors on split after mergeKent Overstreet1-3/+14
2024-11-07bcachefs: Ancient versions with bad bkey_formats are no longer supportedKent Overstreet1-4/+3
2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet1-2/+5
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet4-18/+17