summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfat: deduplicate hex2bin()OGAWA Hirofumi2017-09-091-23/+12Star
* autofs: use unsigned int/long instead of uint/ulong for ioctl argsTomohiro Kusumi2017-09-091-4/+6
* autofs: drop wrong commentTomohiro Kusumi2017-09-091-5/+0Star
* autofs: use AUTOFS_DEV_IOCTL_SIZETomohiro Kusumi2017-09-091-7/+7
* autofs: non functional header inclusion cleanupTomohiro Kusumi2017-09-091-11/+11
* autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2017-09-091-4/+8
* autofs: make disc device user accessibleIan Kent2017-09-091-1/+2
* autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-091-3/+12
* binfmt_flat: delete two error messages for a failed memory allocation in deco...Markus Elfring2017-09-091-5/+3Star
* fs/epoll: use faster rb_first_cached()Davidlohr Bueso2017-09-091-14/+16
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-094-15/+17
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-092-4/+4
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-091-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-091-0/+8
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-092-8/+5Star
* userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli2017-09-091-1/+19
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-091-1/+1
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-094-3/+20
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-091-0/+7
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-091-11/+16
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-091-11/+21
* Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-084-18/+44
|\
| * exec: Consolidate pdeath_signal clearingKees Cook2017-08-011-4/+3Star
| * exec: Use sane stack rlimit under secureexecKees Cook2017-08-011-0/+12
| * exec: Consolidate dumpability logicKees Cook2017-08-011-6/+5Star
| * exec: Use secureexec for clearing pdeath_signalKees Cook2017-08-011-2/+1Star
| * exec: Use secureexec for setting dumpabilityKees Cook2017-08-011-1/+1
| * LSM: drop bprm_secureexec hookKees Cook2017-08-011-2/+0Star
| * commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-0/+7
| * binfmt: Introduce secureexec flagKees Cook2017-08-013-2/+4
| * exec: Correct comments about "point of no return"Kees Cook2017-08-011-3/+13
| * exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-012-2/+2
* | Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-081-23/+1Star
|\ \
| * | Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-181-22/+0Star
| * | pstore: Make default pstorefs root dir perms 0750Kees Cook2017-08-181-1/+1
| |/
* | Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-089-5/+274
|\ \
| * | cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-053-1/+26
| * | cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-047-4/+79
| * | cifs: Add support for reading attributes on SMB2+Ronnie Sahlberg2017-09-044-0/+169
* | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2017-09-081-7/+12
|\ \ \
| * | | fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira2017-09-071-7/+12
* | | | Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-089-311/+392
|\ \ \ \
| * | | | quota: Reduce contention on dq_data_lockJan Kara2017-08-175-131/+184
| * | | | fs: Provide __inode_get_bytes()Jan Kara2017-08-171-1/+1
| * | | | quota: Inline dquot_[re]claim_reserved_space() into callsiteJan Kara2017-08-171-25/+16Star
| * | | | quota: Inline inode_{incr,decr}_space() into callsitesJan Kara2017-08-171-27/+28
| * | | | quota: Inline functions into their callsitesJan Kara2017-08-171-44/+28Star
| * | | | ext4: Disable dirty list tracking of dquots when journalling quotasJan Kara2017-08-171-1/+8
| * | | | quota: Allow disabling tracking of dirty dquots in a listJan Kara2017-08-171-0/+6
| * | | | quota: Remove dq_wait_unused from dquotJan Kara2017-08-171-10/+7Star