summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-09-073-34/+2
|\
| * Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook2017-08-173-33/+1
| * 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-0712-330/+413
|\ \ \ \
| * | | | quota: Add lock annotations to struct membersJan Kara2017-08-211-11/+11
| * | | | quota: Reduce contention on dq_data_lockJan Kara2017-08-176-132/+186
| * | | | fs: Provide __inode_get_bytes()Jan Kara2017-08-172-1/+5
| * | | | 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-172-49/+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-172-0/+9
| * | | | quota: Remove dq_wait_unused from dquotJan Kara2017-08-172-11/+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
| * | | | quota: Remove locking for writing to the old quota formatJan Kara2017-08-171-3/+0
| * | | | 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/+0
| * | | | 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-177-41/+36
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-09-079-35/+28
|\ \ \ \ \
| * | | | | fsnotify: make dnotify_fsnotify_ops constBhumika Goyal2017-08-301-1/+1
| * | | | | isofs: Delete an unnecessary variable initialisation in isofs_read_inode()Markus Elfring2017-08-231-1/+1
| * | | | | isofs: Adjust four checks for null pointersMarkus Elfring2017-08-231-4/+4
| * | | | | isofs: Delete an error message for a failed memory allocation in isofs_read_i...Markus Elfring2017-08-211-1/+0
| * | | | | quota_v2: Delete an error message for a failed memory allocation in v2_read_f...Markus Elfring2017-08-211-4/+2
| * | | | | fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-162-8/+1
| * | | | | fs-udf: Improve six size determinationsMarkus Elfring2017-08-163-7/+6
| * | | | | fs-udf: Adjust two checks for null pointersMarkus Elfring2017-08-161-2/+3
| * | | | | reiserfs: fix spelling mistake: "tranasction" -> "transaction"Colin Ian King2017-08-161-1/+1
| * | | | | MAINTAINERS: Update entries for notification subsystemJan Kara2017-08-161-5/+9
| * | | | | uapi/linux/quota.h: Do not include linux/errno.hFlorian Weimer2017-08-141-1/+0