summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-17hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter
2015-04-17hfs: incorrect return valuesChengyu Song
2015-04-17nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi
2015-04-17nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi
2015-04-17nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi
2015-04-17nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi
2015-04-17nilfs2: add helper to find existent block on metadata fileRyusuke Konishi
2015-04-17nilfs2: add bmap function to seek a valid keyRyusuke Konishi
2015-04-17nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi
2015-04-17nilfs2: use bgl_lock_ptr()Ryusuke Konishi
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi
2015-04-17befs: replace typedef befs_inode_info by structureFabian Frederick
2015-04-17befs: replace typedef befs_sb_info by structureFabian Frederick
2015-04-17befs: replace typedef befs_mount_options by structureFabian Frederick
2015-04-17rtc: use more standard kernel logging stylesJoe Perches
2015-04-17drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner
2015-04-17drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() checkKrzysztof Kozlowski
2015-04-17drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla
2015-04-17drivers/rtc/Kconfig: update Kconfig for OMAP RTCLokesh Vutla
2015-04-17drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla
2015-04-17drivers/rtc/rtc-s3c.c: fix failed first read of RTC timeKrzysztof Kozlowski
2015-04-17rtc: hctosys: use function name in the error logAaro Koskinen
2015-04-17drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen
2015-04-17drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen
2015-04-17drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski
2015-04-17MAINTAINERS: Add Alexandre Belloni as an RTC maintainerAlexandre Belloni
2015-04-17rtc: driver for Conexant Digicolor CX92755 on-chip RTCBaruch Siach
2015-04-17rtc: digicolor: document device tree bindingBaruch Siach
2015-04-17drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner
2015-04-17drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspendAdam Ward
2015-04-17drivers/rtc/rtc-da9052.c: add constraints to set valid yearAdam Ward
2015-04-17drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...Adam Ward
2015-04-17drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard
2015-04-17drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard
2015-04-17drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_configKrzysztof Kozlowski
2015-04-17drivers/rtc/rtc-s3c.c: delete duplicate clock controlChanwoo Choi
2015-04-17rtc: hctosys: do not treat lack of RTC device as errorFloris Bos
2015-04-17drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extensionMartin Kepplinger
2015-04-17drivers/rtc/rtc-em3027.c: add device tree supportPeter Robinson
2015-04-17rtc: stmp3xxx: use optional crystal in low power statesUwe Kleine-König
2015-04-17drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec
2015-04-17kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin
2015-04-17fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes
2015-04-17checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches
2015-04-17checkpatch: fix --fix use with a patch of multiple filesJoe Perches
2015-04-17errno.h: Improve ENOSYS's commentAndy Lutomirski
2015-04-17checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski
2015-04-17checkpatch: add a test for const with __read_mostly usesJoe Perches
2015-04-17checkpatch: improve operator spacing checkSam Bobroff