summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ptrace: ptrace_detach() can no longer race with SIGKILLOleg Nesterov2015-04-171-10/+9
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-04-171-0/+20
* fs/fat: comment fix, fat_bits can be also 32Alexander Kuleshov2015-04-171-1/+1
* fs/fat: remove unnecessary includesAlexander Kuleshov2015-04-179-33/+1
* fs/fat: remove unnecessary defintionAlexander Kuleshov2015-04-171-2/+1
* hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb2015-04-171-5/+14
* hfsplus: fix expand when not enough available spaceSergei Antonov2015-04-171-0/+6
* hfsplus: incorrect return valueChengyu Song2015-04-171-2/+2
* fs/hfsplus: replace if/BUG by BUG_ONFabian Frederick2015-04-171-3/+1
* fs/hfsplus: use bool instead of int for is_known_namespace() return valueFabian Frederick2015-04-171-1/+1
* fs/hfsplus: atomically set inode->i_flagsFabian Frederick2015-04-171-7/+5
* fs/hfsplus: move xattr_name allocation in hfsplus_setxattr()Fabian Frederick2015-04-175-65/+35
* fs/hfsplus: move xattr_name allocation in hfsplus_getxattr()Fabian Frederick2015-04-175-67/+38
* hfsplus: add missing curly braces in hfsplus_delete_cat()Dan Carpenter2015-04-171-1/+2
* hfs: incorrect return valuesChengyu Song2015-04-171-2/+2
* nilfs2: use inode_set_flags() in nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-7/+8
* nilfs2: put out gfp mask manipulation from nilfs_set_inode_flags()Ryusuke Konishi2015-04-171-2/+2
* nilfs2: fix gcc warning at nilfs_checkpoint_is_mounted()Ryusuke Konishi2015-04-171-1/+1
* nilfs2: improve execution time of NILFS_IOCTL_GET_CPINFO ioctlRyusuke Konishi2015-04-171-6/+52
* nilfs2: add helper to find existent block on metadata fileRyusuke Konishi2015-04-172-0/+57
* nilfs2: add bmap function to seek a valid keyRyusuke Konishi2015-04-174-1/+115
* nilfs2: unify type of key arguments in bmap interfaceRyusuke Konishi2015-04-174-20/+16
* nilfs2: use bgl_lock_ptr()Ryusuke Konishi2015-04-171-2/+5
* nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi2015-04-172-20/+18
* nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi2015-04-171-3/+0
* befs: replace typedef befs_inode_info by structureFabian Frederick2015-04-172-7/+7
* befs: replace typedef befs_sb_info by structureFabian Frederick2015-04-175-13/+11
* befs: replace typedef befs_mount_options by structureFabian Frederick2015-04-172-5/+5
* rtc: use more standard kernel logging stylesJoe Perches2015-04-1713-24/+49
* drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner2015-04-171-5/+5
* drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() checkKrzysztof Kozlowski2015-04-171-3/+1
* drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla2015-04-171-2/+3
* drivers/rtc/Kconfig: update Kconfig for OMAP RTCLokesh Vutla2015-04-171-3/+3
* drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla2015-04-171-11/+52
* drivers/rtc/rtc-s3c.c: fix failed first read of RTC timeKrzysztof Kozlowski2015-04-171-16/+16
* rtc: hctosys: use function name in the error logAaro Koskinen2015-04-171-1/+1
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-171-2/+3
* drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen2015-04-171-3/+3
* drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-172-1/+21
* MAINTAINERS: Add Alexandre Belloni as an RTC maintainerAlexandre Belloni2015-04-171-0/+1
* rtc: driver for Conexant Digicolor CX92755 on-chip RTCBaruch Siach2015-04-173-0/+238
* rtc: digicolor: document device tree bindingBaruch Siach2015-04-171-0/+17
* drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner2015-04-171-1/+1
* drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspendAdam Ward2015-04-171-0/+2
* drivers/rtc/rtc-da9052.c: add constraints to set valid yearAdam Ward2015-04-171-0/+8
* drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...Adam Ward2015-04-171-21/+66
* drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard2015-04-171-2/+2
* drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard2015-04-171-1/+0
* drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_configKrzysztof Kozlowski2015-04-171-1/+1
* drivers/rtc/rtc-s3c.c: delete duplicate clock controlChanwoo Choi2015-04-171-124/+39
OpenPOWER on IntegriCloud