summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | | | | | | ceph: remove the capsnaps when removing capsXiubo Li2021-09-023-18/+87
| * | | | | | | | | | | ceph: request Fw caps before updating the mtime in ceph_write_iterJeff Layton2021-09-021-15/+17
| * | | | | | | | | | | ceph: reconnect to the export targets on new mdsmapsXiubo Li2021-09-022-4/+65
| * | | | | | | | | | | ceph: print more information when we can't find snaprealmJeff Layton2021-09-021-6/+5
| * | | | | | | | | | | ceph: add ceph_change_snap_realm() helperJeff Layton2021-09-024-63/+45
| * | | | | | | | | | | ceph: remove redundant initializations from mdsc and sessionJeff Layton2021-09-021-19/+0
| * | | | | | | | | | | ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton2021-09-022-3/+2
| * | | | | | | | | | | ceph: add a new vxattr to return auth mds for an inodeJeff Layton2021-09-021-0/+19
| * | | | | | | | | | | ceph: remove some defunct forward declarationsJeff Layton2021-09-021-6/+0
| * | | | | | | | | | | ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2021-09-021-0/+76
| * | | | | | | | | | | ceph: flush mdlog before umountingXiubo Li2021-09-023-0/+27
| * | | | | | | | | | | ceph: make iterate_sessions a global symbolXiubo Li2021-09-023-42/+36
| * | | | | | | | | | | ceph: make ceph_create_session_msg a global symbolXiubo Li2021-09-022-7/+10
| * | | | | | | | | | | ceph: fix comment about short copies in ceph_write_endJeff Layton2021-09-021-1/+1
| * | | | | | | | | | | ceph: fix memory leak on decode error in ceph_handle_capsJeff Layton2021-09-021-2/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-086-46/+45
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | coredump: fix memleak in dump_vma_snapshot()QiuXi2021-09-081-1/+3
| * | | | | | | | | | fs/coredump.c: log if a core dump is aborted due to changed file permissionsDavid Oberhollenzer2021-09-081-2/+9
| * | | | | | | | | | nilfs2: use refcount_dec_and_lock() to fix potential UAFZhen Lei2021-09-081-5/+4
| * | | | | | | | | | nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun2021-09-081-1/+1
| * | | | | | | | | | nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun2021-09-081-2/+2
| * | | | | | | | | | nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun2021-09-081-1/+1
| * | | | | | | | | | nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun2021-09-081-2/+2
| * | | | | | | | | | nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun2021-09-081-5/+3