summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-07-15Merge 4.9.38 into android-4.9Greg Kroah-Hartman29-39/+206
2017-07-15mqueue: fix a use-after-free in sys_mq_notify()Cong Wang1-1/+3
2017-01-31ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg10-64/+156
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman6-7/+15
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman1-0/+1
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman5-29/+29
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov65-92/+114
2015-08-07ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie1-5/+0
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso1-21/+33
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells15-106/+106
2014-11-19new helper: audit_file()Al Viro5-14/+24
2014-04-07ipc: use device_initcallDavidlohr Bueso3-3/+3
2014-02-25ipc,mqueue: remove limits for the amount of system-wide queuesDavidlohr Bueso3-11/+15
2014-01-28ipc: remove braces for single statementsDavidlohr Bueso4-19/+16
2014-01-28ipc: whitespace cleanupManfred Spraul11-115/+115
2013-11-09locks: break delegations on unlinkJ. Bruce Fields7-10/+46
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton4-7/+34
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds14-8/+105
2013-03-27ipc: Restrict mounting the mqueue filesystemEric W. Biederman1-2/+10
2013-03-22mqueue: sys_mq_open: do not call mnt_drop_write() if read-onlyVladimir Davydov1-1/+2
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds383-1423/+1276
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2013-01-28userns: Allow the unprivileged users to mount mqueue fsGao feng1-0/+1
2012-10-13audit: make audit_inode take struct filenameJeff Layton5-19/+42
2012-10-13vfs: define struct filename and have getname() return itJeff Layton40-175/+218
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton8-34/+87
2012-10-09ipc/mqueue: remove unnecessary rb_init_node() callsMichel Lespinasse1-3/+0
2012-09-27switch simple cases of fget_light to fdgetAl Viro44-763/+633
2012-09-27switch mqueue syscalls to fget_light()Al Viro1-12/+14
2012-08-18mqueue: lift mnt_want_write() outside ->i_mutex, clean up a bitAl Viro1-33/+28
2012-07-22switch dentry_open() to struct path, make it grab references itselfAl Viro15-151/+106
2012-07-14don't pass nameidata * to vfs_create()Al Viro6-10/+11
2012-07-14don't pass nameidata to ->create()Al Viro51-64/+62
2012-06-01ipc/mqueue: add rbtree node caching supportDoug Ledford1-23/+81
2012-06-01ipc/mqueue: strengthen checks on mqueue creationDoug Ledford1-9/+18
2012-06-01ipc/mqueue: correct mq_attr_ok testDoug Ledford1-3/+8
2012-06-01ipc/mqueue: improve performance of send/recvDoug Ledford1-43/+130
2012-06-01mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro4-3/+33
2012-06-01mqueue: don't use kmalloc with KMALLOC_MAX_SIZEKOSAKI Motohiro1-2/+2
2012-06-01ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2-14/+44
2012-06-01ipc/mqueue: enforce hard limitsDoug Ledford1-3/+5
2012-06-01ipc/mqueue: switch back to using non-max values on createDoug Ledford2-2/+5
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds56-220/+319
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara52-70/+68
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman4-17/+4
2012-04-07mqueue: Explicitly capture the user namespace to send the notification to.Eric W. Biederman1-1/+8
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro64-264/+105
[next]