summaryrefslogtreecommitdiffstats
path: root/drivers/pps/kapi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-07f2fs: use f2fs_grab_cache_page instead of grab_cache_pageJaegeuk Kim3-9/+10
2016-05-07f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim5-5/+10
2016-05-07f2fs: add proc entry to show valid block bitmapJaegeuk Kim1-1/+31
2016-05-07f2fs: introduce macros for proc entriesJaegeuk Kim1-11/+14
2016-05-03f2fs: factor out fsync inode entry operationsChao Yu1-21/+38
2016-05-03f2fs: fix to clear page private flagChao Yu1-0/+1
2016-05-03f2fs: fix to clear private data in pageChao Yu1-0/+2
2016-04-27f2fs: fix to return 0 if err == -ENOENT in f2fs_readdirYunlong Song1-0/+1
2016-04-27f2fs: move node pages only in victim section during GCChao Yu3-21/+36
2016-04-27f2fs: be aware of invalid filename lengthChao Yu2-17/+11
2016-04-27MAINTAINERS: update my email addressChao Yu1-1/+1
2016-04-26f2fs: issue cache flush on direct IOJaegeuk Kim1-2/+9
2016-04-26f2fs: set fsync mark only for the last dnodeJaegeuk Kim4-20/+113
2016-04-26f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2-8/+9
2016-04-26f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim5-33/+84
2016-04-26f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim1-2/+4
2016-04-26f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim1-3/+7
2016-04-15f2fs: flush dirty pages before starting atomic writesJaegeuk Kim1-1/+10
2016-04-15f2fs: don't invalidate atomic page if successfulJaegeuk Kim1-2/+3
2016-04-15f2fs: give -E2BIG for no space in xattrJaegeuk Kim1-1/+1
2016-04-15f2fs: remove redundant condition checkJaegeuk Kim2-2/+2
2016-04-15f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2-3/+4
2016-04-15f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim1-0/+8
2016-04-15f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim1-5/+2
2016-04-15f2fs: use PGP_LOCK to check its truncationJaegeuk Kim1-7/+2
2016-04-15f2fs: fix to convert inline directory correctlyChao Yu4-43/+144
2016-04-15f2fs: show current mount statusJaegeuk Kim1-2/+3
2016-04-15f2fs: treat as a normal umount when remounting roJaegeuk Kim1-8/+10
2016-04-15f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim3-7/+20
2016-04-15f2fs: recover superblock at RW remountsJaegeuk Kim2-9/+28
2016-04-15f2fs: give RO message when recovering superblockJaegeuk Kim1-1/+4
2016-04-14dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macrosMike Snitzer1-24/+40
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds1-2/+11
2016-04-14pci-sysfs: use proper file capability helper functionLinus Torvalds1-1/+1
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds2-12/+8
2016-04-14Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"Linus Torvalds1-0/+37
2016-04-14pwm: fsl-ftm: Use flat regmap cacheStefan Agner1-1/+1
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck1-2/+2
2016-04-13ALSA: hda - Fix inconsistent monitor_present state until repollTakashi Iwai1-7/+4
2016-04-13ALSA: hda - Fix regression of monitor_present flag in eld proc fileHyungwon Hwang1-0/+2
2016-04-13ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2-0/+8
2016-04-12ARM: sa1100: remove references to the defunct handhelds.orgLinus Walleij1-8/+2
2016-04-12bus: uniphier-system-bus: fix condition of overlap checkKunihiko Hayashi1-1/+1
2016-04-12ARM: uniphier: drop weird sizeof()Masahiro Yamada1-1/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim3-23/+38
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim1-3/+8
2016-04-12ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB DockKailang Yang1-0/+14
2016-04-12mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones1-2/+2
2016-04-12mailbox: mailbox-test: Prevent memory leakLee Jones1-3/+6