summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/epoll: use faster rb_first_cached()Davidlohr Bueso2017-09-081-14/+16
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-084-15/+17
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-082-4/+4
* fs, proc: unconditional cond_resched when reading smapsDavid Rientjes2017-09-081-2/+3
* proc: uninline proc_create()Alexey Dobriyan2017-09-081-0/+8
* fs, proc: remove priv argument from is_stackMichal Hocko2017-09-082-8/+5
* userfaultfd: non-cooperative: closing the uffd without triggering SIGBUSAndrea Arcangeli2017-09-081-1/+19
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-1/+1
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-084-3/+20
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+7
* mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi2017-09-081-11/+16
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-11/+21
* Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-074-18/+44
|\
| * exec: Consolidate pdeath_signal clearingKees Cook2017-08-011-4/+3
| * exec: Use sane stack rlimit under secureexecKees Cook2017-08-011-0/+12
| * exec: Consolidate dumpability logicKees Cook2017-08-011-6/+5
| * exec: Use secureexec for clearing pdeath_signalKees Cook2017-08-011-2/+1
| * exec: Use secureexec for setting dumpabilityKees Cook2017-08-011-1/+1
| * LSM: drop bprm_secureexec hookKees Cook2017-08-011-2/+0
| * 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-071-23/+1
|\ \
| * | Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-171-22/+0
| * | pstore: Make default pstorefs root dir perms 0750Kees Cook2017-08-171-1/+1
| |/
* | Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-079-5/+274
|\ \
| * | cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-043-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-071-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-079-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/+16
| * | | | quota: Inline inode_{incr,decr}_space() into callsitesJan Kara2017-08-171-27/+28
| * | | | quota: Inline functions into their callsitesJan Kara2017-08-171-44/+28
| * | | | 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/+7
| * | | | quota: Move locking into clear_dquot_dirty()Jan Kara2017-08-171-9/+6
| * | | | quota: Do not dirty bad dquotsJan Kara2017-08-171-8/+7
| * | | | quota: Fix possible corruption of dqi_flagsJan Kara2017-08-172-3/+10
| * | | | quota: Propagate ->quota_read errors from v2_read_file_info()Jan Kara2017-08-171-7/+11
| * | | | quota: Fix error codes in v2_read_file_info()Jan Kara2017-08-171-3/+3
| * | | | quota: Push dqio_sem down to ->read_file_info()Jan Kara2017-08-174-18/+23
| * | | | quota: Push dqio_sem down to ->write_file_info()Jan Kara2017-08-174-12/+13
| * | | | quota: Push dqio_sem down to ->get_next_id()Jan Kara2017-08-172-6/+8
| * | | | quota: Push dqio_sem down to ->release_dqblk()Jan Kara2017-08-172-3/+10