summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu2018-08-131-1/+2
| * | | ceph: add additional size check in ceph_setattr()Chengguang Xu2018-08-131-0/+5
| * | | ceph: add additional offset check in ceph_write_iter()Chengguang Xu2018-08-021-4/+11
| * | | ceph: add additional range check in ceph_fallocate()Chengguang Xu2018-08-021-3/+5
| * | | ceph: add new field max_file_size in ceph_fs_clientChengguang Xu2018-08-023-2/+5
| * | | libceph: add authorizer challengeIlya Dryomov2018-08-021-0/+11
| * | | ceph: adding new return type vm_fault_tSouptick Joarder2018-08-021-30/+32
| * | | ceph: use timespec64 for r_stampArnd Bergmann2018-08-023-6/+5
| * | | libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-022-11/+9
| * | | ceph: use timespec64 for inode timestampArnd Bergmann2018-08-028-74/+71
| * | | ceph: stop using current_kernel_time()Arnd Bergmann2018-08-021-1/+4
| * | | ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu2018-08-021-2/+4
| * | | ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu2018-08-021-3/+5
| * | | ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu2018-08-021-3/+3
| * | | ceph: fix incorrect use of strncpyYan, Zheng2018-08-021-2/+2
| * | | libceph: amend "bad option arg" error messageIlya Dryomov2018-08-021-2/+1
| * | | ceph: restore ctime as well in the case of restoring old modeChengguang Xu2018-08-021-2/+4
| * | | ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu2018-08-021-3/+15
* | | | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-182-9/+23
|\ \ \ \
| * | | | Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman2018-07-3077-664/+796
| |\| | |
| * | | | sysfs: Fix internal_create_group() for named group updatesRajat Jain2018-07-071-7/+22
| * | | | kernfs: Replace strncpy with memcpyGuenter Roeck2018-07-071-1/+1
* | | | | Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-173-4/+6
|\ \ \ \ \
| * | | | | fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failedpiaojun2018-08-131-2/+4
| * | | | | fs/9p/v9fs.c: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-08-131-1/+1
| * | | | | fs/9p/vfs_file.c: use new return type vm_fault_tSouptick Joarder2018-08-131-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-1740-231/+283
|\ \ \ \ \ \
| * | | | | | fs/userfaultfd.c: remove redundant pointer uwqColin Ian King2018-08-171-3/+0
| * | | | | | mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-171-0/+3
| * | | | | | fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-171-2/+2
| * | | | | | fs/super.c: refactor alloc_super()Kirill Tkhai2018-08-171-4/+4
| * | | | | | fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-171-2/+10
| * | | | | | fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-176-9/+30
| * | | | | | ext4: readpages() should submit IO as read-aheadJens Axboe2018-08-173-5/+7