summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "ovl: don't allow writing ioctl on lower layer"Miklos Szeredi2018-07-184-70/+9
| * | Revert "ovl: fix may_write_real() for overlayfs directories"Miklos Szeredi2018-07-181-3/+1
| * | vfs: don't open realMiklos Szeredi2018-07-181-6/+1
| * | ovl: add reflink/copyfile/dedup supportMiklos Szeredi2018-07-181-0/+87
| * | ovl: add O_DIRECT supportMiklos Szeredi2018-07-181-0/+3
| * | ovl: add ovl_fiemap()Miklos Szeredi2018-07-181-1/+28
| * | ovl: add lsattr/chattr supportMiklos Szeredi2018-07-181-0/+79
| * | ovl: add ovl_fallocate()Miklos Szeredi2018-07-181-0/+24
| * | ovl: add ovl_mmap()Miklos Szeredi2018-07-181-0/+32
| * | ovl: add ovl_fsync()Miklos Szeredi2018-07-181-0/+23
| * | ovl: add ovl_write_iter()Miklos Szeredi2018-07-181-0/+39
| * | ovl: add ovl_read_iter()Miklos Szeredi2018-07-181-0/+67
| * | ovl: add helper to return real fileMiklos Szeredi2018-07-181-0/+60
| * | ovl: stack file opsMiklos Szeredi2018-07-184-2/+82
| * | ovl: deal with overlay files in ovl_d_real()Miklos Szeredi2018-07-181-0/+4
| * | ovl: copy up file size as wellMiklos Szeredi2018-07-182-9/+2
| * | Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi2018-07-181-0/+21
| * | ovl: copy up inode flagsMiklos Szeredi2018-07-182-0/+8
| * | ovl: copy up timesMiklos Szeredi2018-07-184-9/+37
| * | vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi2018-07-181-3/+3
| * | vfs: export vfs_ioctl() to modulesMiklos Szeredi2018-07-182-1/+1
| * | vfs: make open_with_fake_path() not contribute to nr_filesMiklos Szeredi2018-07-183-22/+50
| * | Merge branch 'dedupe-cleanup' into overlayfs-nextMiklos Szeredi2018-07-185-83/+73
| |\ \
| | * | vfs: dedupe: extract helper for a single dedupMiklos Szeredi2018-07-061-40/+49
| | * | vfs: dedupe: rationalize argsMiklos Szeredi2018-07-065-19/+21
| | * | vfs: dedupe: return intMiklos Szeredi2018-07-065-39/+15
| | * | vfs: limit size of dedupeMiklos Szeredi2018-07-061-0/+3
| | |/
| * | Merge branch 'for-ovl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Miklos Szeredi2018-07-1810-132/+99
| |\ \
| | * | new helper: open_with_fake_path()Al Viro2018-07-121-0/+18
| * | | ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein2018-07-171-2/+17
| | |/ | |/|
* | | Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-213-20/+29
|\ \ \
| * | | iomap: fix WARN_ON_ONCE on uninitialized variableDarrick J. Wong2018-08-141-1/+1
| * | | xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong2018-08-141-19/+27
| * | | xfs: recalculate summary counters at mount time if icount is badDarrick J. Wong2018-08-131-0/+1
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-217-37/+46
|\ \ \ \
| * | | | signal: Don't send signals to tasks that don't existEric W. Biederman2018-08-151-2/+4
| * | | | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-3/+3
| * | | | signal: Pass pid type into send_sigio_to_task & send_sigurg_to_taskEric W. Biederman2018-07-211-17/+9
| * | | | signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman2018-07-213-24/+35
| * | | | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-0/+1
| * | | | pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-211-0/+1
| * | | | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-212-0/+2
| | |/ / | |/| |
* | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-2/+3
|\ \ \ \
| * | | | tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra2018-07-311-2/+3
* | | | | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-2014-230/+302
|\ \ \ \ \
| * | | | | ceph: don't drop message if it contains more data than expectedYan, Zheng2018-08-132-4/+4
| * | | | | ceph: support cephfs' own feature bitsYan, Zheng2018-08-132-9/+51
| * | | | | ceph: refactor error handling code in ceph_reserve_caps()Chengguang Xu2018-08-131-33/+13
| * | | | | ceph: refactor ceph_unreserve_caps()Chengguang Xu2018-08-132-31/+37
| * | | | | ceph: change to void return type for __do_request()Chengguang Xu2018-08-131-6/+5