summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2018-08-222-60/+96
* mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka2018-08-221-22/+29
* mm: /proc/pid/smaps: factor out mem stats gatheringVlastimil Babka2018-08-221-24/+31
* mm: /proc/pid/*maps remove is_pid and related wrappersVlastimil Babka2018-08-224-144/+18
* autofs: fix autofs_sbi() does not check super block typeIan Kent2018-08-222-2/+3
* 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
| * | | | | btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-171-1/+1
| * | | | | mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2018-08-172-10/+24
| * | | | | mpage: add argument structure for do_mpage_readpage()Jens Axboe2018-08-171-52/+57