summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-305-185/+277
|\
| * pipe: Remove sync on wake_upsDavid Howells2019-11-151-4/+4
| * pipe: Increase the writer-wakeup threshold to reduce context-switch countDavid Howells2019-11-151-2/+4
| * pipe: Check for ring full inside of the spinlock in pipe_write()David Howells2019-11-151-0/+5
| * pipe: Remove redundant wakeup from pipe_write()David Howells2019-11-151-5/+0
| * pipe: Rearrange sequence in pipe_write() to preallocate slotDavid Howells2019-11-151-18/+33
| * pipe: Conditionalise wakeup in pipe_read()David Howells2019-11-151-9/+6
| * pipe: Advance tail pointer inside of wait spinlock in pipe_read()David Howells2019-11-151-1/+7
| * pipe: Allow pipes to have kernel-reserved slotsDavid Howells2019-11-153-21/+23
| * pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-313-159/+232
| * pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells2019-10-232-2/+0
* | Merge tag 'fsnotify_for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-303-3/+3
|\ \
| * | fsnotify/fdinfo: exportfs_encode_inode_fh() takes pointer as 4th argumentBen Dooks (Codethink)2019-10-171-1/+1
| * | fsnotify: move declaration of fsnotify_mark_connector_cachep to fsnotify.hBen Dooks2019-10-172-2/+2
* | | Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-11-3019-241/+234
|\ \ \
| * | | ext2: code cleanup for descriptor_loc()Chengguang Xu2019-11-191-4/+1
| * | | fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned longKonstantin Khlebnikov2019-11-111-12/+17
| * | | ext2: fix improper function commentChengguang Xu2019-11-071-3/+2
| * | | ext2: code cleanup for ext2_try_to_allocate()Chengguang Xu2019-11-071-19/+10
| * | | ext2: skip unnecessary operations in ext2_try_to_allocate()Chengguang Xu2019-11-071-1/+1
| * | | ext2: Simplify initialization in ext2_try_to_allocate()Jan Kara2019-11-071-17/+5
| * | | ext2: code cleanup by calling ext2_group_last_block_no()Chengguang Xu2019-11-062-15/+9
| * | | ext2: introduce new helper ext2_group_last_block_no()Chengguang Xu2019-11-061-0/+12
| * | | Pull series refactoring quota enabling and disabling code.Jan Kara2019-11-0643-517/+561
| |\ \ \
| | * | | quota: Handle quotas without quota inodes in dquot_get_state()Jan Kara2019-11-041-2/+4
| | * | | quota: Make dquot_disable() work without quota inodesJan Kara2019-11-041-44/+29
| | * | | quota: Drop dquot_enable()Jan Kara2019-11-041-45/+16
| | * | | fs: Use dquot_load_quota_inode() from filesystemsJan Kara2019-11-043-4/+4
| | * | | quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()Jan Kara2019-11-041-6/+13
| | * | | quota: Simplify dquot_resume()Jan Kara2019-11-041-6/+4
| | * | | quota: Factor out setup of quota inodeJan Kara2019-11-041-41/+67
| * | | | reiserfs: replace open-coded atomic_dec_and_mutex_lock()Nikitas Angelinas2019-11-051-8/+2
| * | | | ext2: check err when partial != NULLChengguang Xu2019-11-051-2/+5
| * | | | quota: Check that quota is not dirty before releaseDmitry Monakhov2019-10-312-2/+2
| * | | | quota: fix livelock in dquot_writeback_dquotsDmitry Monakhov2019-10-311-4/+5
| * | | | ext2: don't set *count in the case of failure in ext2_try_to_allocate()Chengguang Xu2019-10-311-1/+0
| * | | | reiserfs: fix extended attributes on the root directoryJeff Mahoney2019-10-316-14/+32
| * | | | ext2: return error when fail to allocating memory in ioctlChengguang Xu2019-10-241-1/+4
| * | | | ext2: add missing brelse in ext2_new_blocks()Chengguang Xu2019-10-221-0/+7
| * | | | ext2: adjust block num when retry allocationChengguang Xu2019-10-211-0/+1
| * | | | quota: minor code cleanup for v1_format_opsChengguang Xu2019-10-171-1/+0
| * | | | quota: check quota type in early stageChengguang Xu2019-10-081-4/+3
| * | | | quota: code cleanup for hash bits calculationChengguang Xu2019-10-041-5/+1
| * | | | quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse listChengguang Xu2019-10-041-2/+0
| | |/ / | |/| |
* | | | Merge tag 'erofs-for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-309-203/+190
|\ \ \ \
| * | | | erofs: remove unnecessary output in erofs_show_options()Chengguang Xu2019-11-241-3/+0
| * | | | erofs: drop all vle annotations for runtime namesGao Xiang2019-11-243-50/+44
| * | | | erofs: support superblock checksumPratik Shinde2019-11-244-3/+38
| * | | | erofs: set iowait for sync decompressionGao Xiang2019-11-241-2/+2
| * | | | erofs: clean up decompress queue stuffsGao Xiang2019-11-242-81/+60
OpenPOWER on IntegriCloud