summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-09-122-59/+58
|\
| * putname(): IS_ERR_OR_NULL() is wrong hereAl Viro2021-09-071-1/+1
| * namei: Standardize callers of filename_create()Stephen Brennan2021-09-071-17/+15
| * namei: Standardize callers of filename_lookup()Stephen Brennan2021-09-072-18/+20
| * rename __filename_parentat() to filename_parentat()Al Viro2021-09-071-9/+9
| * namei: Fix use after free in kern_path_lockedStephen Brennan2021-09-071-15/+14
* | 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-091-7/+13
| * | cifs: move SMB FSCTL definitions to common codeSteve French2021-09-092-1/+1
| * | cifs: rename cifs_common to smbfs_commonSteve French2021-09-089-10/+10
| * | cifs: update FSCTL definitionsSteve French2021-09-081-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-081-2/+7
| * | | | io_uring: drop ctx->uring_lock before acquiring sqd->lockJens Axboe2021-09-081-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-0912-223/+413
|\ \ \ \ \ \
| * | | | | | ksmbd: fix control flow issues in sid_to_id()Namjae Jeon2021-09-081-26/+22
| * | | | | | ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon2021-09-081-1/+1
| * | | | | | ksmbd: add missing assignments to ret on ndr_read_int64 read callsColin Ian King2021-09-081-2/+2
| * | | | | | ksmbd: add validation for ndr read/write functionsNamjae Jeon2021-09-031-109/+274
| * | | | | | ksmbd: remove unused ksmbd_file_table_flush functionNamjae Jeon2021-09-032-17/+0
| * | | | | | ksmbd: smbd: fix dma mapping error in smb_direct_post_send_dataHyunchul Lee2021-09-031-1/+1
| * | | | | | ksmbd: Reduce error log 'speed is unknown' to debugPer Forlin2021-09-031-2/+2
| * | | | | | ksmbd: defer notify_change() callChristian Brauner2021-09-031-7/+16
| * | | | | | ksmbd: remove setattr preparations in set_file_basic_info()Christian Brauner2021-09-031-17/+8
| * | | | | | ksmbd: ensure error is surfaced in set_file_basic_info()Christian Brauner2021-09-031-1/+1
| * | | | | | ndr: fix translation in ndr_encode_posix_acl()Christian Brauner2021-09-031-2/+2
| * | | | | | ksmbd: fix translation in sid_to_id()Christian Brauner2021-09-031-4/+18
| * | | | | | ksmbd: fix subauth 0 handling in sid_to_id()Christian Brauner2021-09-031-2/+2
| * | | | | | ksmbd: fix translation in acl entriesChristian Brauner2021-09-033-10/+33
| * | | | | | ksmbd: fix translation in ksmbd_acls_fattr()Christian Brauner2021-09-032-9/+11
| * | | | | | ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner2021-09-031-2/+4
| * | | | | | ksmbd: fix translation in smb2_populate_readdir_entry()Christian Brauner2021-09-033-8/+3
| * | | | | | ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-033-27/+37
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-09-096-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