summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
* | | | | Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-091-2/+1
|\ \ \ \ \
| * | | | | hugetlbfs: s390 is always 64bitDavid Hildenbrand2021-09-081-2/+1
* | | | | | Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-09-092-21/+33
|\ \ \ \ \ \
| * | | | | | gfs2: Switch to may_setattr in gfs2_setattrAndreas Gruenbacher2021-08-131-2/+2
| * | | | | | fs: Move notify_change permission checks into may_setattrAndreas Gruenbacher2021-08-131-19/+31
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-09-091-10/+17
|\ \ \ \ \ \
| * | | | | | fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig2021-08-231-10/+17
| |/ / / / /
* | | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-091-0/+2
|\ \ \ \ \ \
| * | | | | | io_uring: reexpand under-reexpanded itersPavel Begunkov2021-09-031-0/+2
| |/ / / / /
* | | | | | Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-095-10/+35
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams2021-09-084-9/+34
| |\ \ \ \ \ \
| | * | | | | | dax: remove bdev_dax_supportedChristoph Hellwig2021-08-263-3/+6
| | * | | | | | xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig2021-08-261-4/+11
| | * | | | | | fsdax: improve the FS_DAX Kconfig description and help textChristoph Hellwig2021-08-261-3/+18
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-09-0813-207/+437
|\ \ \ \ \ \ \
| * | | | | | | ceph: fix dereference of null pointer cfColin Ian King2021-09-031-0/+3
| * | | | | | | ceph: drop the mdsc_get_session/put_session dout messagesJeff Layton2021-09-021-9/+2
| * | | | | | | ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton2021-09-021-0/+2
| * | | | | | | ceph: don't WARN if we're forcibly removing the session capsXiubo Li2021-09-023-10/+32
| * | | | | | | ceph: don't WARN if we're force umountingXiubo Li2021-09-021-2/+5