summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-146-234/+284
|\
| * Revert "btrfs: switch to iomap_dio_rw() for dio"David Sterba2020-06-144-166/+169
| * Revert "fs: remove dio_end_io()"David Sterba2020-06-091-0/+19
| * Revert "btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK"David Sterba2020-06-092-0/+21
| * Revert "btrfs: split btrfs_direct_IO to read and write part"David Sterba2020-06-093-83/+90
* | Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-1319-57/+571
|\ \
| * | smb3: Add debug message for new file creation with idsfromsid mount optionSteve French2020-06-122-2/+4
| * | cifs: fix chown and chgrp when idsfromsid mount option enabledSteve French2020-06-121-15/+42
| * | smb3: allow uid and gid owners to be set on create with idsfromsid mount optionSteve French2020-06-124-21/+129
| * | smb311: Add tracepoints for new compound posix query infoSteve French2020-06-122-6/+6
| * | smb311: add support for using info level for posix extensions querySteve French2020-06-124-4/+15
| * | smb311: Add support for lookup with posix extensions query infoSteve French2020-06-121-1/+3
| * | smb311: Add support for SMB311 query info (non-compounded)Steve French2020-06-122-0/+15
| * | SMB311: Add support for query info using posix extensions (level 100)Steve French2020-06-126-2/+316
| * | smb3: add indatalen that can be a non-zero value to calculation of credit cha...Namjae Jeon2020-06-121-1/+3
| * | smb3: fix typo in mount options displayed in /proc/mountsSteve French2020-06-101-1/+1
| * | cifs: Add get_security_type_str function to return sec type.Kenneth D'souza2020-06-082-3/+19
| * | smb3: extend fscache mount volume coherency checkSteve French2020-06-063-9/+26
* | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-137-27/+27
|\ \ \
| * | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-147-27/+27
* | | | Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-131-1/+1
|\ \ \ \
| * | | | iomap: Fix unsharing of an extent >2GB on a 32-bit machineMatthew Wilcox (Oracle)2020-06-081-1/+1
* | | | | Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-06-131-1/+3
|\ \ \ \ \
| * | | | | xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan2020-06-081-1/+3
* | | | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-132-76/+178
|\ \ \ \ \ \
| * | | | | | pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+28
| * | | | | | pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+7
| * | | | | | pipe: Add general notification queue supportDavid Howells2020-05-192-75/+143
* | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-123-3/+3
|\ \ \ \ \ \ \
| * | | | | | | proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-123-3/+3
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ocfs2: fix build failure when TCP/IP is disabledTom Seewald2020-06-111-1/+1
* | | | | | | | | Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-113-241/+201
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | io_uring: fix io_kiocb.flags modification race in IOPOLL modeXiaoguang Wang2020-06-111-6/+6
| * | | | | | | | | io_uring: check file O_NONBLOCK state for acceptJiufei Xue2020-06-101-0/+3
| * | | | | | | | | io_uring: avoid unnecessary io_wq_work copy for fast poll featureXiaoguang Wang2020-06-101-4/+9
| * | | | | | | | | io_uring: avoid whole io_wq_work copy for requests completed inlineXiaoguang Wang2020-06-102-9/+36
| * | | | | | | | | io_uring: allow O_NONBLOCK async retryJens Axboe2020-06-091-3/+7
| * | | | | | | | | io_wq: add per-wq work handler instead of per workPavel Begunkov2020-06-083-8/+12
| * | | | | | | | | io_uring: don't arm a timeout through work.funcPavel Begunkov2020-06-081-11/+18
| * | | | | | | | | io_uring: remove custom ->func handlersPavel Begunkov2020-06-081-112/+27
| * | | | | | | | | io_uring: don't derive close state from ->funcPavel Begunkov2020-06-081-33/+17
| * | | | | | | | | io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov2020-06-081-2/+2
| * | | | | | | | | io_uring: validate the full range of provided buffers for accessBijan Mottahedeh2020-06-081-1/+1
| * | | | | | | | | io_uring: re-set iov base/len for buffer select retryJens Axboe2020-06-041-1/+7
| * | | | | | | | | io_uring: move send/recv IOPOLL check into prepPavel Begunkov2020-06-041-12/+6
| * | | | | | | | | io_uring: deduplicate io_openat{,2}_prep()Pavel Begunkov2020-06-041-36/+19
| * | | | | | | | | io_uring: do build_open_how() only oncePavel Begunkov2020-06-041-6/+7
| * | | | | | | | | io_uring: fix {SQ,IO}POLL with unsupported opcodesPavel Begunkov2020-06-041-0/+18
| * | | | | | | | | io_uring: disallow close of ring itselfJens Axboe2020-06-021-8/+17