summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cachefiles: Handle readpage error correctlyMatthew Wilcox (Oracle)2020-10-261-1/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag '5.10-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-10-258-15/+213
|\
| * cifs: update internal module version numberSteve French2020-10-231-1/+1
| * smb3: add some missing definitions from MS-FSCCSteve French2020-10-232-0/+28
| * smb3: remove two unused variablesSteve French2020-10-231-5/+0
| * smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-236-14/+189
* | Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-244-116/+189
|\ \
| * | splice: change exported internal do_splice() helper to take kernel offsetJens Axboe2020-10-221-13/+50
| * | io_uring: make loop_rw_iter() use original user supplied pointersJens Axboe2020-10-221-14/+12
| * | io_uring: remove req cancel in ->flush()Pavel Begunkov2020-10-221-23/+5
| * | io-wq: re-set NUMA node affinities if CPUs come onlineJens Axboe2020-10-221-4/+56
| * | io_uring: don't reuse linked_timeoutPavel Begunkov2020-10-211-1/+3
| * | io_uring: unify fsize with def->work_flagsJens Axboe2020-10-203-14/+18
| * | io_uring: fix racy REQ_F_LINK_TIMEOUT clearingPavel Begunkov2020-10-191-4/+13
| * | io_uring: do poll's hash_node init in common codePavel Begunkov2020-10-191-2/+1
| * | io_uring: inline io_poll_task_handler()Pavel Begunkov2020-10-191-19/+12
| * | io_uring: remove extra ->file check in poll prepPavel Begunkov2020-10-191-2/+0
| * | io_uring: make cached_cq_overflow non atomic_tPavel Begunkov2020-10-191-5/+6
| * | io_uring: inline io_fail_links()Pavel Begunkov2020-10-191-10/+3
| * | io_uring: kill ref get/drop in personality initPavel Begunkov2020-10-191-4/+9
| * | io_uring: flags-based creds init in queuePavel Begunkov2020-10-191-2/+2
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-2436-106/+68
|\ \ \
| * | | fs: remove KSTAT_QUERY_FLAGSChristoph Hellwig2020-09-261-4/+4
| * | | fs: remove vfs_stat_set_lookup_flagsChristoph Hellwig2020-09-261-21/+12
| * | | fs: move vfs_fstatat out of lineChristoph Hellwig2020-09-261-2/+7
| * | | fs: remove vfs_statx_fdChristoph Hellwig2020-09-261-15/+7
| * | | fs: omfs: use kmemdup() rather than kmalloc+memcpyAlex Dewar2020-09-221-2/+1
| * | | [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-1831-62/+31
| * | | Add a "nosymfollow" mount option.Mattias Nissler2020-08-274-1/+7
* | | | Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-234-18/+54
|\ \ \ \
| * | | | xfs: cancel intents immediately if process_intents failsDarrick J. Wong2020-10-211-0/+8
| * | | | xfs: fix fallocate functions when rtextsize is larger than 1Darrick J. Wong2020-10-213-18/+46
* | | | | Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds2020-10-2322-301/+675
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | gfs2: Recover statfs info in journal headAbhi Das2020-10-233-1/+106
| * | | | gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das2020-10-234-36/+139
| * | | | gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das2020-10-204-1/+11
| * | | | gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher2020-10-201-1/+1
| * | | | gfs2: Eliminate gl_vmBob Peterson2020-10-203-30/+16
| * | | | gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
| * | | | gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
| * | | | gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-153-10/+3
| * | | | gfs2: Ignore journal log writes for jdata holesBob Peterson2020-10-151-2/+6
| * | | | gfs2: simplify gfs2_block_mapBob Peterson2020-10-151-9/+5
| * | | | gfs2: Only set PageChecked if we have a transactionBob Peterson2020-10-151-1/+2
| * | | | gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson2020-10-151-3/+0
| * | | | gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson2020-10-151-4/+8
| * | | | gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-156-12/+86
| * | | | gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson2020-10-151-2/+4
| * | | | gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson2020-10-151-2/+10