summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2013-66/+111
|\
| * fs/efs/super.c: fix return valueHeloise2016-05-201-2/+2
| * dax: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-201-0/+9
| * fs/efivarfs/inode.c: use generic UUID libraryAndy Shevchenko2016-05-201-37/+3
| * lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-205-5/+5
| * procfs: fix pthread cross-thread naming if !PR_DUMPABLEJanis Danisevskis2016-05-201-1/+41
| * procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-201-1/+19
| * userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2016-05-201-13/+28
| * mm,writeback: don't use memory reserves for wb_start_writebackTetsuo Handa2016-05-201-1/+2
| * tmpfs/ramfs: fix VM_MAYSHARE mappings for NOMMURich Felker2016-05-201-6/+2
* | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-207-116/+532
|\ \
| * | kernfs: Move faulting copy_user operations outside of the mutexChris Wilson2016-04-301-22/+29
| * | Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-19266-2463/+2839
| |\ \
| * | | debugfs: unproxify files created through debugfs_create_u32_array()Nicolai Stange2016-04-121-1/+2
| * | | debugfs: unproxify files created through debugfs_create_blob()Nicolai Stange2016-04-121-3/+10
| * | | debugfs: unproxify files created through debugfs_create_bool()Nicolai Stange2016-04-121-21/+20
| * | | debugfs: unproxify integer attribute filesNicolai Stange2016-04-121-48/+75
| * | | debugfs: add support for self-protecting attribute file fopsNicolai Stange2016-04-122-0/+56
| * | | debugfs: prevent access to removed files' private dataNicolai Stange2016-04-123-27/+206
| * | | debugfs: prevent access to possibly dead file_operations at file openNicolai Stange2016-04-123-2/+126
| * | | fs: kernfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-292-8/+15
| * | | fs: debugfs: Replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-291-1/+2
| * | | debugfs: fix inode i_nlink references for automount dentryRoman Pen2016-03-291-0/+4
| * | | chrdev: emit a warning when we go below dynamic major rangeLinus Walleij2016-03-291-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-201-8/+9
|\ \ \ \
| * | | | ocfs2/cluster: block BH in TCP callbacksEric Dumazet2016-05-191-8/+9
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-05-203-8/+72
|\ \ \ \ \
| * | | | | CIFS: Remove some obsolete commentsSteve French2016-05-191-6/+1
| * | | | | cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-05-193-2/+71
| |/ / / /
* | | | | Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2016-05-209-32/+60
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | GFS2: Refactor gfs2_remove_from_journalBob Peterson2016-05-063-6/+11
| * | | | GFS2: Remove allocation parms from gfs2_rbm_findBob Peterson2016-05-021-10/+6
| * | | | gfs2: use inode_lock/unlock instead of accessing i_mutex directlyAbhi Das2016-05-021-3/+3
| * | | | GFS2: Add calls to gfs2_holder_uninit in two error handlersDaniel DeFreez2016-04-192-2/+4
| * | | | GFS2: Don't dereference inode in gfs2_inode_lookup until it's validBob Peterson2016-04-141-3/+3
| * | | | GFS2: fs/gfs2/glock.c: Deinline do_error, save 1856 bytesDenys Vlasenko2016-04-121-1/+1
| * | | | gfs2: Use gfs2 wrapper to sync inode before calling generic_file_splice_read()Abhi Das2016-04-051-2/+26
| * | | | GFS2: Get rid of dead code in inode_go_demote_okBob Peterson2016-04-051-7/+0
| * | | | GFS2: ignore unlock failures after withdrawBenjamin Marzinski2016-03-242-1/+9
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-1911-74/+135
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | mm, page_alloc: avoid looking up the first zone in a zonelist twiceMel Gorman2016-05-191-5/+5
| * | | | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
| * | | | ocfs2: clean up an unneeded goto in ocfs2_put_slot()Guozhonghua2016-05-191-5/+1
| * | | | ocfs2: clean up unused parameter 'count' in o2hb_read_block_input()Jun Piao2016-05-191-3/+2
| * | | | ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_recpiaojun2016-05-191-2/+1
| * | | | ocfs2: fix comment in struct ocfs2_extended_slotGuozhonghua2016-05-191-1/+1
| * | | | fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani2016-05-192-36/+43
| * | | | fsnotify: avoid spurious EMFILE errors from inotify_init()Jan Kara2016-05-193-21/+81
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-1/+1
|\ \ \ \ \
| * | | | | crash_dump: Add vmcore_elf32_check_archDaniel Wagner2016-05-131-1/+1