summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | quota: Move locking into clear_dquot_dirty()Jan Kara2017-08-171-9/+6Star
| * | | | quota: Do not dirty bad dquotsJan Kara2017-08-171-8/+7Star
| * | | | 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
| * | | | quota: Remove locking for writing to the old quota formatJan Kara2017-08-171-3/+0Star
| * | | | quota: Do not acquire dqio_sem for dquot overwrites in v2 formatJan Kara2017-08-171-3/+14
| * | | | quota: Push dqio_sem down to ->write_dqblk()Jan Kara2017-08-173-8/+16
| * | | | quota: Remove locking for reading from the old quota formatJan Kara2017-08-171-2/+0Star
| * | | | quota: Push dqio_sem down to ->read_dqblk()Jan Kara2017-08-173-6/+14
| * | | | quota: Protect dquot writeout with dq_lockJan Kara2017-08-171-14/+14
| * | | | quota: Acquire dqio_sem for reading in vfs_load_quota_inode()Jan Kara2017-08-172-6/+6
| * | | | quota: Acquire dqio_sem for reading in dquot_get_next_id()Jan Kara2017-08-171-2/+2
| * | | | quota: Do more fine-grained locking in dquot_acquire()Jan Kara2017-08-171-3/+6
| * | | | quota: Convert dqio_mutex to rwsemJan Kara2017-08-176-40/+35Star
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-09-077-29/+19Star
|\ \ \ \ \
| * | | | | fsnotify: make dnotify_fsnotify_ops constBhumika Goyal2017-08-301-1/+1