summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-1212-21/+37
|\
| * cifs: properly invalidate cached root handle when closing itEnzo Matsumiya2021-09-101-7/+13
| * cifs: move SMB FSCTL definitions to common codeSteve French2021-09-092-1/+1
| * cifs: rename cifs_common to smbfs_commonSteve French2021-09-099-10/+10
| * cifs: update FSCTL definitionsSteve French2021-09-091-3/+13
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-111-0/+6
|\ \
| * | file: Export receive_fd() to modulesXie Yongji2021-09-061-0/+6
| * | eventfd: Export eventfd_wake_count to modulesXie Yongji2021-09-061-0/+1
* | | Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-112-13/+44
|\ \ \
| * | | io_uring: fix off-by-one in BUILD_BUG_ON check of __REQ_F_LAST_BITHao Xu2021-09-101-1/+1
| * | | io_uring: fail links of cancelled timeoutsPavel Begunkov2021-09-091-0/+2
| * | | io-wq: fix memory leak in create_io_worker()Qiang.zhang2021-09-091-0/+3
| * | | io-wq: fix silly logic error in io_task_work_match()Jens Axboe2021-09-091-2/+7
| * | | io_uring: drop ctx->uring_lock before acquiring sqd->lockJens Axboe2021-09-091-0/+7
| * | | io_uring: fix missing mb() before waitqueue_activePavel Begunkov2021-09-081-1/+4
| * | | io-wq: fix cancellation on create-worker failurePavel Begunkov2021-09-081-9/+20
* | | | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-113-1697/+2
|\ \ \ \
| * | | | block: move fs/block_dev.c to block/bdev.cChristoph Hellwig2021-09-073-1060/+2
| * | | | block: split out operations on block special filesChristoph Hellwig2021-09-071-637/+0
* | | | | fsnotify: fix sb_connectors leakAmir Goldstein2021-09-101-0/+1
* | | | | Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbdLinus Torvalds2021-09-1012-223/+413
|\ \ \ \ \
| * | | | | ksmbd: fix control flow issues in sid_to_id()Namjae Jeon2021-09-091-26/+22
| * | | | | ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon2021-09-091-1/+1
| * | | | | ksmbd: add missing assignments to ret on ndr_read_int64 read callsColin Ian King2021-09-091-2/+2
| * | | | | ksmbd: add validation for ndr read/write functionsNamjae Jeon2021-09-041-109/+274
| * | | | | ksmbd: remove unused ksmbd_file_table_flush functionNamjae Jeon2021-09-042-17/+0
| * | | | | ksmbd: smbd: fix dma mapping error in smb_direct_post_send_dataHyunchul Lee2021-09-041-1/+1
| * | | | | ksmbd: Reduce error log 'speed is unknown' to debugPer Forlin2021-09-041-2/+2
| * | | | | ksmbd: defer notify_change() callChristian Brauner2021-09-041-7/+16
| * | | | | ksmbd: remove setattr preparations in set_file_basic_info()Christian Brauner2021-09-041-17/+8
| * | | | | ksmbd: ensure error is surfaced in set_file_basic_info()Christian Brauner2021-09-041-1/+1
| * | | | | ndr: fix translation in ndr_encode_posix_acl()Christian Brauner2021-09-041-2/+2
| * | | | | ksmbd: fix translation in sid_to_id()Christian Brauner2021-09-041-4/+18
| * | | | | ksmbd: fix subauth 0 handling in sid_to_id()Christian Brauner2021-09-041-2/+2
| * | | | | ksmbd: fix translation in acl entriesChristian Brauner2021-09-043-10/+33
| * | | | | ksmbd: fix translation in ksmbd_acls_fattr()Christian Brauner2021-09-042-9/+11
| * | | | | ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner2021-09-041-2/+4
| * | | | | ksmbd: fix translation in smb2_populate_readdir_entry()Christian Brauner2021-09-043-8/+3
| * | | | | ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-043-27/+37
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-09-106-47/+77
|\ \ \ \ \
| * | | | | btrfs: zoned: fix double counting of split ordered extentNaohiro Aota2021-09-071-0/+8
| * | | | | btrfs: fix lockdep warning while mounting sprout fsAnand Jain2021-09-071-3/+4
| * | | | | btrfs: delay blkdev_put until after the device removeJosef Bacik2021-09-073-11/+30
| * | | | | btrfs: update the bdev time directly when closingJosef Bacik2021-09-071-8/+10
| * | | | | btrfs: use correct header for div_u64 in misc.hKari Argillander2021-09-071-1/+1
| * | | | | btrfs: fix upper limit for max_inline for page size 64KAnand Jain2021-09-071-24/+24
* | | | | | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-091-0/+1
|\ \ \ \ \ \
| * | | | | | hostfs: support splice_writeJohannes Berg2021-08-261-0/+1
* | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-3/+2
|\ \ \ \ \ \ \
| * | | | | | | ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann2021-08-201-3/+2