summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix a compound statement label errorGu Zheng2013-08-191-6/+2
* f2fs: avoid writing inode redundantly when creating a fileJin Xu2013-08-191-3/+4
* f2fs: alloc_page() doesn't return an ERR_PTRDan Carpenter2013-08-192-5/+5
* f2fs: should cover i_xattr_nid with its xattr node page lockJaegeuk Kim2013-08-122-5/+8
* f2fs: check the free space first in new_node_pageJaegeuk Kim2013-08-121-9/+9
* f2fs: clean up the needless end 'return' of void functionGu Zheng2013-08-124-7/+0
* f2fs: introduce cur_cp_version function to reduce code sizeJaegeuk Kim2013-08-095-9/+13
* f2fs: fix inconsistency between xattr node blocks and its inodeJaegeuk Kim2013-08-093-0/+10
* f2fs: fix the use of XATTR_NODE_OFFSETJaegeuk Kim2013-08-092-5/+11
* f2fs: fix a build failure due to missing the kobject headerJaegeuk Kim2013-08-082-1/+1
* f2fs: fix a deadlock in fsyncJin Xu2013-08-065-9/+16
* f2fs: remove redundant code from f2fs_write_beginNamjae Jeon2013-08-061-3/+0
* f2fs: add sysfs entries to select the gc policyNamjae Jeon2013-08-065-3/+30
* f2fs: add sysfs support for controlling the gc_threadNamjae Jeon2013-08-066-20/+203
* f2fs: remove an unneeded kfree(NULL)Dan Carpenter2013-07-311-1/+0
* f2fs: fix handling orphan inodesJaegeuk Kim2013-07-304-9/+28
* f2fs: move bio_private allocation out of f2fs_bio_alloc()Gu Zheng2013-07-302-9/+11
* f2fs: use list_for_each rather than list_for_each_safe, in remove_orphan_inode()Gu Zheng2013-07-301-3/+2
* f2fs: use seq_puts()/seq_putc() rather than seq_printf() where possibleGu Zheng2013-07-301-9/+9
* f2fs: fix i_name during f2fs_sync_fileJaegeuk Kim2013-07-301-4/+6
* f2fs: update file name in the inode block during f2fs_renameJaegeuk Kim2013-07-303-0/+21
* f2fs: introduce help function F2FS_NODE()Gu Zheng2013-07-308-40/+35
* f2fs: add a help func F2FS_STAT() to get the f2fs_stat_infoGu Zheng2013-07-302-11/+16
* f2fs: add proc entry to monitor current usage of segmentsJaegeuk Kim2013-07-302-0/+47
* f2fs: add description for fsck.f2fs and dump.f2fsChangman Lee2013-07-301-4/+39
* f2fs: recover date requested by fdatasyncJaegeuk Kim2013-07-301-3/+4
* Merge tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2013-07-294-4/+14
|\
| * firewire: fix libdc1394/FlyCap2 iso event regressionClemens Ladisch2013-07-274-4/+14
* | Merge tag 'arc-v3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-291-0/+1
|\ \
| * | ARC: SMP build breakageVineet Gupta2013-07-261-0/+1
* | | Linux 3.11-rc3v3.11-rc3Linus Torvalds2013-07-281-1/+1
* | | Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-287-19/+49
|\ \ \
| * | | pinctrl: fix a memleak when freeing mapsLinus Walleij2013-07-251-0/+1
| * | | pinctrl: pinctrl-single: fix compile warning when no CONFIG_PMJean-Francois Moine2013-07-221-0/+2
| * | | pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DTGuennadi Liakhovetski2013-07-221-0/+1
| * | | arm/dts: sirf: fix the pingroup name mismatch between drivers and dtsBarry Song2013-07-222-16/+16
| * | | pinctrl: sirf: add usp0_uart_nostreamctrl pin group for usp-uart without flow...Qipan Li2013-07-222-0/+26
| * | | pinctrl: sirf: fix the pin number and mux bit for usp0Qipan Li2013-07-221-2/+2
| * | | pinctrl: am33xx dt binding: correct include pathIan Campbell2013-07-211-1/+1
* | | | Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-283-128/+95
|\ \ \ \
| * | | | tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)2013-07-261-2/+1
| * | | | ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-241-4/+14
| * | | | tracing: Kill trace_cpu struct/membersOleg Nesterov2013-07-242-29/+0
| * | | | tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-28/+22
| * | | | tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-37/+12
| * | | | tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-7/+6
| * | | | tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-5/+4
| * | | | tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov2013-07-241-9/+7
| * | | | tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov2013-07-241-14/+36
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-07-286-24/+32
|\ \ \ \ \
OpenPOWER on IntegriCloud