summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-094-21/+21
* proc: constify seq_operationsFabian Frederick2014-08-093-7/+7
* fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick2014-08-091-1/+1
* kernel/exit.c: fix coding style warnings and errorsIonut Alexa2014-08-091-23/+26
* fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-091-8/+9
* fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick2014-08-091-0/+20
* fs/reiserfs: use linux/uaccess.hFabian Frederick2014-08-0914-14/+14
* fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick2014-08-094-9/+8Star
* fs/ufs/inode.c: kernel-doc warning fixesFabian Frederick2014-08-091-16/+16
* fs/ufs: convert UFSD printk to pr_debugFabian Frederick2014-08-092-3/+3
* fs/ufs/super.c: use va_format instead of buffer/vsnprintfFabian Frederick2014-08-091-20/+24
* fs/ufs/super.c: use __func__ in loggingFabian Frederick2014-08-091-18/+18
* fs/ufs: use pr_fmtFabian Frederick2014-08-092-8/+13
* fs/ufs: convert printk to pr_foo()Fabian Frederick2014-08-092-133/+131Star
* nilfs2: integrate sysfs support into driverVyacheslav Dubeyko2014-08-095-5/+34
* nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> groupVyacheslav Dubeyko2014-08-094-0/+163
* nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots groupVyacheslav Dubeyko2014-08-093-1/+54
* nilfs2: add /sys/fs/nilfs2/<device>/checkpoints groupVyacheslav Dubeyko2014-08-093-1/+167
* nilfs2: add /sys/fs/nilfs2/<device>/segments groupVyacheslav Dubeyko2014-08-093-1/+143
* nilfs2: add /sys/fs/nilfs2/<device>/segctor groupVyacheslav Dubeyko2014-08-093-0/+376
* nilfs2: add /sys/fs/nilfs2/<device>/superblock groupVyacheslav Dubeyko2014-08-095-2/+277
* nilfs2: add /sys/fs/nilfs2/<device> groupVyacheslav Dubeyko2014-08-094-0/+238
* nilfs2: add /sys/fs/nilfs2/features groupVyacheslav Dubeyko2014-08-093-0/+188
* fs/coda: use linux/uaccess.hFabian Frederick2014-08-098-11/+8Star
* fs/befs/linuxvfs.c: check superblock before dump operationFabian Frederick2014-08-091-4/+2Star
* minix zmap block counts calculation fixQi Yong2014-08-092-3/+3
* drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding2014-08-091-2/+2
* driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim2014-08-091-2/+14
* rtc: add pcf85063 supportSøren Andersen2014-08-094-0/+214
* drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland2014-08-091-0/+12
* drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort2014-08-091-4/+153
* drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort2014-08-091-26/+48
* rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-094-16/+36
* drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-091-0/+2
* drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich2014-08-091-5/+27
* drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan2014-08-091-1/+1
* drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare2014-08-091-0/+1
* drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare2014-08-091-9/+9
* drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga2014-08-091-2/+73
* autofs4: comment typo: remove a a doubled wordNeilBrown2014-08-091-1/+1
* autofs4: remove some unused inline functionsNeilBrown2014-08-091-49/+0Star
* autofs4: don't take spinlock when not needed in autofs4_lookup_expiringNeilBrown2014-08-091-2/+6
* autofs4: remove a redundant assignmentNeilBrown2014-08-091-1/+0Star
* autofs4: remove unused autofs4_ispending()NeilBrown2014-08-091-14/+0Star
* kernel/test_kprobes.c: use current logging functionsFabian Frederick2014-08-091-56/+31Star
* init: make rootdelay=N consistent with rootwait behaviourPaul Gortmaker2014-08-091-6/+6
* fs/ramfs/file-nommu.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* kernel/kallsyms.c: fix %pB when there's no symbol at the addressNamhyung Kim2014-08-091-1/+1
* fs/efs/namei.c: return is not a functionFabian Frederick2014-08-091-5/+6
* mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick2014-08-091-2/+2