aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-202/+166
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds29-1219/+1330
2020-10-22Merge tag 'exfat-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds7-127/+71
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-2/+2
2020-10-22exfat: remove useless check in exfat_move_file()Tetsuhiro Kohada1-5/+0
2020-10-22exfat: remove 'rwoffset' in exfat_inode_infoTetsuhiro Kohada5-20/+9
2020-10-22exfat: replace memcpy with structure assignmentTetsuhiro Kohada3-14/+10
2020-10-22exfat: remove useless directory scan in exfat_add_entry()Tetsuhiro Kohada1-10/+1
2020-10-22exfat: eliminate dead code in exfat_find()Tetsuhiro Kohada2-74/+47
2020-10-22exfat: use i_blocksize() to get blocksizeXianting Tian1-1/+1
2020-10-22exfat: fix misspellings using codespell toolNamjae Jeon3-3/+3
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-396/+451
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo7-8/+152
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds16-115/+397
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-289/+432
2020-10-19Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds36-508/+992
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds14-490/+2629
2020-10-19Merge tag 'zonefs-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefsLinus Torvalds2-13/+218
2020-10-19io_uring: use blk_queue_nowait() to check if NOWAIT supportedJeffle Xu1-1/+1
2020-10-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-8/+13
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds6-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds5-21/+34
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn1-0/+3
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin3-7/+9
2020-10-17io_uring: fix double poll mask initPavel Begunkov1-1/+3
2020-10-17io-wq: inherit audit loginuid and sessionidJens Axboe3-1/+37
2020-10-17io_uring: use percpu counters to track inflight requestsJens Axboe1-22/+28
2020-10-17io_uring: assign new io_identity for task if members have changedJens Axboe1-4/+15
2020-10-17io_uring: store io_identity in io_uring_taskJens Axboe1-10/+11
2020-10-17io_uring: COW io_identity on mismatchJens Axboe1-52/+170
2020-10-17io_uring: move io identity items into separate structJens Axboe3-56/+52
2020-10-17io_uring: rely solely on work flags to determine personality.Jens Axboe2-22/+33
2020-10-17io_uring: pass required context in as flagsJens Axboe3-64/+52
2020-10-17io-wq: assign NUMA node locality if appropriateJens Axboe1-0/+1
2020-10-17io_uring: fix error path cleanup in io_sqe_files_register()Jens Axboe1-1/+2
2020-10-17Revert "io_uring: mark io_uring_fops/io_op_defs as __read_mostly"Jens Axboe1-2/+2
2020-10-17io_uring: fix REQ_F_COMP_LOCKED by killing itPavel Begunkov1-80/+69
2020-10-17io_uring: dig out COMP_LOCK from deep call chainPavel Begunkov1-24/+9
2020-10-17io_uring: don't put a poll req under spinlockPavel Begunkov1-2/+1
2020-10-17io_uring: don't unnecessarily clear F_LINK_TIMEOUTPavel Begunkov1-1/+0
2020-10-17io_uring: don't set COMP_LOCKED if won't putPavel Begunkov1-1/+1
2020-10-17io_uring: Fix sizeof() mismatchColin Ian King1-1/+1
2020-10-16xfs: fix Kconfig asking about XFS_SUPPORT_V4 when XFS_FS=nDarrick J. Wong1-0/+1
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-16Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds11-200/+427
2020-10-16Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds11-172/+269
2020-10-16Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds22-470/+1701
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+15
2020-10-16nfsd: remove unneeded breakTom Rix1-1/+0