summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann2019-10-231-2/+0
| * | | compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-73/+0
| * | | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-234-4/+4
| * | | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-12/+1
| * | | compat_ioctl: move rtc handling into drivers/rtc/dev.cArnd Bergmann2019-10-231-53/+0
| * | | ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-10-232-1/+2
| * | | compat_sys_ioctl(): make parallel to do_vfs_ioctl()Al Viro2019-10-231-37/+28
| * | | compat: move FS_IOC_RESVSP_32 handling to fs/ioctl.cAl Viro2019-10-232-35/+29
| * | | do_vfs_ioctl(): use saner typesAl Viro2019-10-231-8/+8
| * | | compat: itanic doesn't have oneAl Viro2019-10-231-2/+2
| * | | FIGETBSZ: fix compatAl Viro2019-10-231-1/+1
| * | | fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAPAl Viro2019-10-231-1/+2
| * | | compat_ioctl: add compat_ptr_ioctl()Arnd Bergmann2019-10-231-0/+35
* | | | Merge tag 'audit-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-2/+6
|\ \ \ \
| * | | | audit: Report suspicious O_CREAT usageKees Cook2019-10-031-2/+6
* | | | | 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