summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: tweak the maintainers entryJonathan Corbet2015-03-261-1/+3
* README: Change gzip/bzip2 to xz compression formatYaowei Bai2015-03-201-13/+5Star
* README: Update version number referenceJeff Kirsher2015-03-201-17/+17
* doc:pci: Fix typo in Documentation/PCIMasanari Iida2015-03-203-6/+6
* Documentation: drm: Use '->' when describing access through pointers.Liviu Dudau2015-03-201-1/+1
* Documentation: Remove mentioning of block barriersLeonid V. Fedorenchik2015-03-201-27/+9Star
* Documentation/email-clients.txt: Fix one grammar mistake, add extra info abou...Giedrius Statkevičius2015-03-201-1/+10
* kprobes: Update Documentation/kprobes.txtLi Bin2015-03-201-2/+2
* Documentation: i2o: remove duplicate documentationWolfram Sang2015-03-202-457/+0Star
* Documentation: update the CONFIG_DEBUG_PAGEALLOC descriptionWang Long2015-03-201-2/+2
* mem-hotplug: fix typo in Documentation/memory-hotplug.txtSheng Yong2015-03-201-1/+1
* doc: printk-formats: Fix %pU descriptionRasmus Villemoes2015-03-201-1/+1
* MSI-HOWTO.txt: remove reference on IRQF_DISABLEDValentin Rothberg2015-03-201-12/+3Star
* doc: add information about max_ptes_noneEbru Akagunduz2015-03-201-0/+11
* Documentation: add print bitmap descriptionWang Long2015-03-201-0/+9
* doc/input : Fix typos in Documentation/inputMasanari Iida2015-03-196-7/+7
* Doc/memory-hotplug.txt: corrections and callback function prototypeHeinrich Schuchardt2015-02-271-10/+35
* Documentation/CodingStyle: improve text layoutPavel Kretov2015-02-271-69/+72
* Documentation/CodingStyle: fix tab-spaces mixturePavel Kretov2015-02-271-4/+4
* Documentation: Add "@" in front of private structure members.Robert P. J. Day2015-02-271-3/+3
* Documentation: arm: Update for DT-only platformsGregory Fong2015-02-272-6/+18
* Linux 4.0-rc1Linus Torvalds2015-02-231-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-235-56/+108
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-151-34/+71
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-131-3/+2Star
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-131-11/+0Star
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-131-0/+7
| * ext4: support read-only imagesDarrick J. Wong2015-02-132-1/+10
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2Star
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-2370-758/+907
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-221-17/+17
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0Star
| * | trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-223-26/+22Star
| * | fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-221-1/+1
| * | Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells2015-02-224-9/+9
| * | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-2234-71/+71
| * | SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
| * | Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells2015-02-221-2/+2
| * | TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells2015-02-221-3/+1Star
| * | Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-221-1/+1
| * | Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-222-12/+12
| * | VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2015-02-222-8/+27
| * | VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2015-02-222-1/+27
| * | VFS: Add a whiteout dentry typeDavid Howells2015-02-221-6/+18
| * | VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells2015-02-221-0/+57
| * | Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro2015-02-207-319/+517
| |\ \