summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3110-120/+238
|\
| * ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
| * 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
* | Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-318-76/+104
|\ \
| * | gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price2022-03-311-1/+2
| * | gfs2: Make sure not to return short direct writesAndreas Gruenbacher2022-03-241-1/+1
| * | gfs2: Remove dead code in gfs2_file_read_iterAndreas Gruenbacher2022-03-241-6/+3
| * | gfs2: Fix gfs2_file_buffered_write endless loop workaroundAndreas Gruenbacher2022-03-241-0/+1
| * | gfs2: Minor retry logic cleanupAndreas Gruenbacher2022-03-231-18/+16
| * | gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher2022-03-231-1/+3
| * | gfs2: Fix should_fault_in_pages() logicAndreas Gruenbacher2022-03-231-8/+9
| * | gfs2: Remove return value for gfs2_indirect_initBob Peterson2022-03-031-4/+3
| * | gfs2: Initialize gh_error in gfs2_glock_nqAndreas Gruenbacher2022-02-152-2/+1
| * | gfs2: Make use of list_is_firstAndreas Gruenbacher2022-02-151-1/+1
| * | gfs2: Switch lock order of inode and iopen glockAndreas Gruenbacher2022-02-151-22/+27
| * | gfs2: cancel timed-out glock requestsAndreas Gruenbacher2022-02-151-0/+10
| * | gfs2: Expect -EBUSY after canceling dlm locking requestsAndreas Gruenbacher2022-02-151-1/+14
| * | gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher2022-02-156-8/+9
| * | gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-02-151-4/+5
* | | Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-3130-1474/+1510
|\ \ \
| * | | afs: Maintain netfs_i_context::remote_i_sizeDavid Howells2022-03-182-4/+4
| * | | netfs: Split some core bits out into their own fileDavid Howells2022-03-184-12/+26
| * | | netfs: Split fs/netfs/read_helper.cDavid Howells2022-03-183-418/+429
| * | | netfs: Rename read_helper.c to io.cDavid Howells2022-03-183-9/+9
| * | | netfs: Prepare to split read_helper.cDavid Howells2022-03-182-2/+7
| * | | netfs: Add a function to consolidate beginning a readDavid Howells2022-03-183-74/+73
| * | | netfs: Add a netfs inode contextDavid Howells2022-03-1823-238/+176
| * | | ceph: Make ceph_init_request() check caps on readaheadDavid Howells2022-03-181-28/+41
| * | | netfs: Change ->init_request() to return an error codeDavid Howells2022-03-184-27/+40
| * | | netfs: Refactor arguments for netfs_alloc_read_requestDavid Howells2022-03-183-17/+26
| * | | netfs: Trace refcounting on the netfs_io_subrequest structDavid Howells2022-03-183-20/+34
| * | | netfs: Trace refcounting on the netfs_io_request structDavid Howells2022-03-183-16/+33
| * | | netfs: Adjust the netfs_rreq tracepoint slightlyDavid Howells2022-03-181-1/+1
| * | | netfs: Split netfs_io_* object handling outDavid Howells2022-03-184-118/+147
| * | | netfs: Finish off rename of netfs_read_request to netfs_io_requestDavid Howells2022-03-185-51/+52
| * | | netfs: Rename netfs_read_*request to netfs_io_*requestDavid Howells2022-03-187-126/+126
| * | | fscache: export fscache_end_operation()Jeffle Xu2022-03-183-27/+0