summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang2019-12-011-2/+2
* hugetlbfs: add O_TMPFILE supportPiotr Sarna2019-12-011-4/+24
* mm/hugetlbfs: fix error handling when setting up mountsMike Kravetz2019-12-011-9/+22
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2019-12-011-2/+2
* fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov2019-12-011-21/+0
* fs/buffer.c: include internal.h for missing declarationsBen Dooks2019-12-011-0/+2
* fs/buffer.c: fix use true/false for bool typeSaurav Girepunje2019-12-011-2/+2
* ocfs2: fix passing zero to 'PTR_ERR' warningDing Xiang2019-12-011-2/+2
* 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
| * | | erofs: get rid of __stagingpage_alloc helperGao Xiang2019-11-244-24/+21
| * | | erofs: remove dead code since managed cache is now built-inGao Xiang2019-10-162-28/+10
| * | | erofs: clean up collection handling routinesGao Xiang2019-10-161-22/+25