summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-03-161-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-03-161-1/+3
* jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-03-161-1/+1
* fs/jffs2: fix comments mentioning i_mutexhongnanli2022-03-161-2/+2
* ubifs: Fix to add refcount once page is set privateZhihao Cheng2022-01-101-7/+7
* ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-01-101-4/+30
* ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-01-101-1/+1
* ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-01-101-4/+8
* ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng2022-01-101-30/+30
* ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-102-60/+136
* ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
* ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng2022-01-091-1/+1
* ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-01-091-10/+15
* ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-01-091-2/+0
* jffs2: GC deadlock reading a page that is used in jffs2_write_begin()Kyeong Yoo2021-12-231-15/+25
* ubifs: read-only if LEB may always be taken in ubifs_garbage_collectBaokun Li2021-12-231-1/+10
* ubifs: fix double return leb in ubifs_garbage_collectBaokun Li2021-12-231-0/+2
* ubifs: fix slab-out-of-bounds in ubifs_change_lpBaokun Li2021-12-231-1/+5
* ubifs: fix snprintf() length checkDan Carpenter2021-12-231-1/+1
* ubifs: Export filesystem error countersStefan Schaeckeler2021-12-235-2/+225
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2021-12-231-1/+0
* ubifs: Make use of the helper macro kthread_run()Cai Huoqing2021-12-231-4/+2
* ubifs: Fix spelling mistakesAlexander Dahl2021-12-232-3/+3
* Merge tag '5.16-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-12-193-14/+44
|\
| * cifs: sanitize multiple delimiters in prepathThiago Rafael Becker2021-12-181-1/+37
| * cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-182-13/+7
* | Merge tag 'zonefs-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-12-181-0/+1
|\ \
| * | zonefs: add MODULE_ALIAS_FSNaohiro Aota2021-12-171-0/+1
| |/
* | Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-12-1710-24/+54
|\ \
| * | btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki2021-12-151-2/+4
| * | btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana2021-12-151-3/+4
| * | btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-156-22/+31
| * | btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik2021-12-151-0/+8
| * | btrfs: fix missing last dir item offset update when logging directoryFilipe Manana2021-12-141-0/+1
| * | btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana2021-12-141-0/+8
| * | btrfs: fix memory leak in __add_inode_ref()Jianglei Nie2021-12-141-0/+1
* | | Merge tag 'io_uring-5.16-2021-12-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-171-0/+2
|\ \ \
| * | | io-wq: drop wqe lock before creating new workerJens Axboe2021-12-131-0/+2
* | | | afs: Fix mmapDavid Howells2021-12-162-2/+4
* | | | Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2021-12-153-14/+25
|\ \ \ \
| * | | | ceph: fix up non-directory creation in SGID directoriesChristian Brauner2021-12-011-3/+15
| * | | | ceph: initialize pathlen variable in reconnect_caps_cbXiubo Li2021-12-011-2/+1
| * | | | ceph: initialize i_size variable in ceph_sync_readJeff Layton2021-12-011-1/+1
| * | | | ceph: fix duplicate increment of opened_inodes metricHu Weiwen2021-12-011-8/+8
* | | | | fget: clarify and improve __fget_files() implementationLinus Torvalds2021-12-131-16/+56
| |_|_|/ |/| | |
* | | | Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-12-121-3/+11
|\ \ \ \
| * | | | xfs: remove all COW fork extents when remounting readonlyDarrick J. Wong2021-12-071-3/+11
* | | | | Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-112-8/+27
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | io-wq: check for wq exit after adding new worker task_workJens Axboe2021-12-101-6/+25
| * | | | io_uring: ensure task_work gets run as part of cancelationsJens Axboe2021-12-101-2/+4