summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fsnotify: Detach mark from object list when last reference is droppedJan Kara2017-04-101-59/+88
| * | | | fsnotify: Move queueing of mark for destruction into fsnotify_put_mark()Jan Kara2017-04-102-46/+30
| * | | | inotify: Do not drop mark reference under idr_lockJan Kara2017-04-101-18/+6
| * | | | fsnotify: Free fsnotify_mark_connector when there is no mark attachedJan Kara2017-04-108-57/+126
| * | | | fsnotify: Lock object list with connector lockJan Kara2017-04-101-58/+32
| * | | | fsnotify: Remove useless list deletion and commentJan Kara2017-04-101-6/+0
| * | | | fsnotify: Avoid double locking in fsnotify_detach_from_object()Jan Kara2017-04-101-1/+1
| * | | | fsnotify: Remove indirection from fsnotify_detach_mark()Jan Kara2017-04-104-49/+26
| * | | | fsnotify: Determine lock in fsnotify_destroy_marks()Jan Kara2017-04-102-8/+11
| * | | | fsnotify: Move locking into fsnotify_find_mark()Jan Kara2017-04-103-13/+10
| * | | | fsnotify: Move locking into fsnotify_recalc_mask()Jan Kara2017-04-105-40/+37
| * | | | fsnotify: Move fsnotify_destroy_marks()Jan Kara2017-04-101-36/+36
| * | | | fsnotify: Remove indirection from mark list additionJan Kara2017-04-104-86/+43
| * | | | fsnotify: Make fsnotify_mark_connector hold inode referenceJan Kara2017-04-103-39/+12
| * | | | fsnotify: Move object pointer to fsnotify_mark_connectorJan Kara2017-04-106-37/+44
| * | | | fsnotify: Move mark list head from object into dedicated structureJan Kara2017-04-108-44/+114
| * | | | fsnotify: Update commentsJan Kara2017-04-101-12/+1
| * | | | fanotify: Move recalculation of inode / vfsmount mask under mark_mutexJan Kara2017-04-031-9/+6
| * | | | inotify: Remove inode pointers from debug messagesJan Kara2017-04-032-17/+12
| * | | | fsnotify: Remove unnecessary tests when showing fdinfoJan Kara2017-04-031-5/+1
| | |/ / | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-031-10/+10
|\ \ \ \
| * \ \ \ Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-04-191-10/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fs: switch order of CAP_DAC_OVERRIDE and CAP_DAC_READ_SEARCH checksStephen Smalley2017-03-291-10/+10
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\ \ \ \ \
| * | | | | Fix dead URLs to ftp.kernel.orgSeongJae Park2017-03-281-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-0/+15
|\ \ \ \ \ \
| * | | | | | livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf2017-03-081-0/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-026-14/+110
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-263-16/+25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-213-1/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-204-9/+27
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1537-237/+523
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-061-6/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-061-6/+6
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-0628-265/+282
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-283-0/+3
| * | | | | | | | | | | epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala2017-03-241-0/+93
| * | | | | | | | | | | net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-8/+8
* | | | | | | | | | | | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-0211-1200/+1136
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fs/compat.c: trim unused includesAl Viro2017-04-171-31/+0
| * | | | | | | | | | | | move compat_rw_copy_check_uvector() over to fs/read_write.cAl Viro2017-04-172-76/+75
| * | | | | | | | | | | | fhandle: move compat syscalls from compat.cAl Viro2017-04-173-14/+13
| * | | | | | | | | | | | open: move compat syscalls from compat.cAl Viro2017-04-172-18/+20
| * | | | | | | | | | | | stat: move compat syscalls from compat.cAl Viro2017-04-172-83/+86
| * | | | | | | | | | | | fcntl: move compat syscalls from compat.cAl Viro2017-04-172-154/+157
| * | | | | | | | | | | | readdir: move compat syscalls from compat.cAl Viro2017-04-172-162/+165
| * | | | | | | | | | | | statfs: move compat syscalls from compat.cAl Viro2017-04-172-138/+140
| * | | | | | | | | | | | utimes: move compat syscalls from compat.cAl Viro2017-04-172-63/+61
| * | | | | | | | | | | | move compat select-related syscalls to fs/select.cAl Viro2017-04-172-370/+419
| * | | | | | | | | | | | Remove compat_sys_getdents64()Al Viro2017-04-171-91/+0
| | |/ / / / / / / / / / | |/| | | | | | | | | |