summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-11f2fs: make an accessor to get sections for particular block typeNamjae Jeon3-13/+12
2013-02-11f2fs: mark gc_thread as NULL when thread creation is failedNamjae Jeon1-0/+1
2013-02-11f2fs: name gc task as per the block deviceNamjae Jeon2-2/+2
2013-02-11f2fs: remove unnecessary gc option check and balance_fsChangman Lee1-5/+2
2013-02-11f2fs: remove repeated F2FS_SET_SB_DIRT callChangman Lee1-1/+0
2013-02-11f2fs: when check superblock failed, try to check another superblockmajianpeng1-16/+31
2013-02-11f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_sizemajianpeng1-1/+10
2013-02-11f2fs: add device name in debugfsmajianpeng1-1/+3
2013-02-11f2fs: stop repeated checking if cp is neededChangman Lee1-3/+3
2013-02-11f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim5-38/+3
2013-02-11f2fs: remove the use of page_cache_releaseJaegeuk Kim1-2/+2
2013-02-11f2fs: fix typo mistake for data_version descriptionNamjae Jeon1-1/+1
2013-02-11f2fs: reorganize code for ra_node_pageNamjae Jeon1-6/+2
2013-02-11f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gcNamjae Jeon1-1/+1
2013-02-11f2fs: add un/freeze_fs into super_operationsChangman Lee3-0/+25
2013-02-11f2fs: clean up the add_orphan_inode funcmajianpeng1-12/+4
2013-02-11f2fs: fix disable_ext_identify option spellingAlejandro Martinez Ruiz1-1/+1
2013-02-11f2fs: cover global locks for reserve_new_blockJaegeuk Kim1-0/+5
2013-02-11f2fs: prevent checkpoint once any IO failure is detectedJaegeuk Kim4-28/+31
2013-02-11f2fs: save device node number into f2fs_inodeChangman Lee1-0/+18
2013-02-08Linux 3.8-rc7v3.8-rc7Linus Torvalds1-1/+1
2013-02-08net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-08net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens1-73/+73
2013-02-08ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is alignedWill Deacon1-1/+1
2013-02-08ARM: DMA mapping: fix bad atomic testRussell King1-1/+1
2013-02-08ARM: realview: ensure that we have sufficient IRQs availableRussell King1-1/+1
2013-02-08ARM: GIC: fix GIC cpumask initializationRussell King1-2/+23
2013-02-08net: usb: fix regression from FLAG_NOARP codeLucas Stach1-1/+1
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet2-12/+0
2013-02-08net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-08netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-08xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-08xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-08xen/netback: shutdown the ring if it contains garbage.Ian Campbell3-26/+62
2013-02-08drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter1-5/+8
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-02-06net: qmi_wwan: add more Huawei devices, including E320Bjørn Mork1-0/+12
2013-02-06net: cdc_ncm: add another Huawei vendor specific deviceBjørn Mork1-0/+3
2013-02-06ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala1-1/+1
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason1-1/+4
2013-02-06xen: fix error handling path if xen_allocate_irq_dynamic failsWei Liu1-2/+2
2013-02-06xen-pciback: rate limit error messages from xen_pcibk_enable_msi{,x}()Jan Beulich1-7/+7
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik1-1/+1
2013-02-05Btrfs: fix missing i_size updateJosef Bacik1-2/+9
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2-9/+38
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie1-8/+19
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie1-1/+2