summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | proc: Add a way to make network proc files writableDavid Howells2018-05-183-0/+118
| * | | | | | afs: Rearrange fs/afs/proc.c to remove remaining predeclarations.David Howells2018-05-181-192/+160
| * | | | | | afs: Rearrange fs/afs/proc.c to move the show routines upDavid Howells2018-05-181-75/+75
| * | | | | | afs: Rearrange fs/afs/proc.c by moving fops and open functions downDavid Howells2018-05-181-44/+27
| * | | | | | afs: Move /proc management functions to the end of the fileDavid Howells2018-05-181-81/+79
* | | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-163-136/+112
|\ \ \ \ \ \ \
| * | | | | | | orangefs: simplify compat ioctl handlingAl Viro2018-06-151-42/+12
| * | | | | | | signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro2018-06-151-25/+25
| * | | | | | | vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartAl Viro2018-06-111-69/+75
* | | | | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-163-9/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | eventpoll: switch to ->poll_maskBen Noordhuis2018-06-141-5/+10
| * | | | | | | aio: only return events requested in poll_mask() for IOCB_CMD_POLLChristoph Hellwig2018-06-141-2/+2
| * | | | | | | eventfd: only return events requested in poll_mask()Avi Kivity2018-06-141-2/+2
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-156-82/+134
|\ \ \ \ \ \ \ \
| * | | | | | | | exofs: avoid VLA in structuresKees Cook2018-06-153-67/+115
| * | | | | | | | coredump: fix spam with zero VMA processAlexey Dobriyan2018-06-151-8/+9
| * | | | | | | | fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi2018-06-151-1/+7
| * | | | | | | | proc: skip branch in /proc/*/* lookupAlexey Dobriyan2018-06-151-6/+3
* | | | | | | | | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-1579-391/+494
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pstore: Remove bogus format string definitionArnd Bergmann2018-06-141-11/+6
| * | | | | | | | | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-1479-390/+498
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-0575-327/+419
| | * | | | | | | | pstore: Convert internal records to timespec64Kees Cook2018-06-053-9/+17
| | * | | | | | | | udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-254-37/+21
| | * | | | | | | | fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-251-7/+7
| | * | | | | | | | ceph: make inode time prints to be long longDeepa Dinamani2018-05-251-21/+21
| | * | | | | | | | fs: add timespec64_truncate()Deepa Dinamani2018-05-251-0/+24
* | | | | | | | | | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-157-124/+202
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ceph: show ino32 if the value is different with defaultChengguang Xu2018-06-041-0/+2
| * | | | | | | | | | ceph: strengthen rsize/wsize/readdir_max_bytes validationChengguang Xu2018-06-041-3/+3
| * | | | | | | | | | ceph: fix alignment of rasizeChengguang Xu2018-06-041-1/+1
| * | | | | | | | | | ceph: fix use-after-free in ceph_statfs()Luis Henriques2018-06-041-4/+7
| * | | | | | | | | | ceph: prevent i_version from going backYan, Zheng2018-06-041-1/+2
| * | | | | | | | | | ceph: fix wrong check for the case of updating link countYan, Zheng2018-06-041-2/+2
| * | | | | | | | | | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-043-2/+2
| * | | | | | | | | | ceph: flush pending works before shutdown superYan, Zheng2018-06-041-0/+9
| * | | | | | | | | | ceph: abort osd requests on force umountYan, Zheng2018-06-041-0/+1
| * | | | | | | | | | ceph: fix st_nlink stat for directoriesLuis Henriques2018-06-041-0/+8
| * | | | | | | | | | ceph: support file lock on directoryYan, Zheng2018-06-041-0/+2
| * | | | | | | | | | ceph: show wsize only if non-defaultIlya Dryomov2018-06-041-1/+1
| * | | | | | | | | | ceph: handle the new nfiles/nsubdirs fields in cap messageYan, Zheng2018-06-041-5/+34
| * | | | | | | | | | ceph: define argument structure for handle_cap_grantYan, Zheng2018-06-041-54/+61
| * | | | | | | | | | ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng2018-06-041-17/+18
| * | | | | | | | | | ceph: always get rstat from auth mdsYan, Zheng2018-06-043-18/+35
| * | | | | | | | | | ceph: use bit flags to define vxattr attributesYan, Zheng2018-06-041-18/+16
* | | | | | | | | | | Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-155-19/+19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | btrfs: scrub: Don't use inode pages for device replaceQu Wenruo2018-06-111-1/+1
| * | | | | | | | | | btrfs: change return type of btrfs_page_mkwrite to vm_fault_tSouptick Joarder2018-06-072-15/+13
| * | | | | | | | | | Btrfs: fiemap: pass correct bytenr when fm_extent_count is zeroRobbie Ko2018-06-071-3/+1
| * | | | | | | | | | btrfs: Check error of btrfs_iget in btrfs_search_path_in_tree_userMisono Tomohiro2018-06-051-0/+4
OpenPOWER on IntegriCloud