summaryrefslogtreecommitdiffstats
path: root/crypto/async_tx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-27libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter1-4/+2
2013-08-27libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter1-0/+2
2013-08-27libceph: fix error handling in handle_reply()Dan Carpenter1-3/+3
2013-08-27ceph: fix fallocate divisionSage Weil1-6/+10
2013-08-15ceph: punch hole supportLi Wang2-2/+205
2013-08-15ceph: fix request max sizeYan, Zheng1-7/+11
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng4-22/+30
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski1-14/+15
2013-08-14fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-14arch: *: Kconfig: add "kernel/Kconfig.freezer" to "arch/*/Kconfig"Chen Gang3-0/+4
2013-08-14ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu1-3/+1
2013-08-14x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea3-2/+3
2013-08-14ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang5-53/+16
2013-08-14ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu1-1/+1
2013-08-14drivers/rtc/rtc-stmp3xxx.c: provide timeout for potentially endless loop poll...Lothar Waßmann1-10/+25
2013-08-14hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko1-0/+10
2013-08-14aoe: adjust ref of head for compound page tailsEd Cashin1-10/+7
2013-08-14microblaze: fix clone syscallMichal Simek4-1/+18
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov9-10/+107
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov8-9/+84
2013-08-14memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin1-2/+2
2013-08-14perf/arm: Fix armpmu_map_hw_event()Stephen Boyd1-1/+6
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov3-8/+24
2013-08-12ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsAndi Kleen1-0/+1
2013-08-12Linux 3.11-rc5v3.11-rc5Linus Torvalds1-1/+1
2013-08-10ceph: Remove bogus check in invalidatepageMilosz Tanski1-4/+0
2013-08-10ceph: replace hold_mutex flag with gotoSage Weil1-7/+4
2013-08-10ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understandmajianpeng1-7/+9
2013-08-10block: rbd: use NULL instead of 0Jingoo Han1-2/+2
2013-08-10ceph: fix freeing inode vs removing session caps raceYan, Zheng3-0/+41
2013-08-10ceph: WQ_NON_REENTRANT is meaningless and going awayTejun Heo1-1/+1
2013-08-10ceph: Add check returned value on func ceph_calc_ceph_pg.majianpeng1-2/+6
2013-08-10ceph: Don't use ceph-sync-mode for synchronous-fs.majianpeng1-2/+0
2013-08-10ceph: cleanup types in striped_read()Dan Carpenter1-4/+4
2013-08-10ceph: trim deleted inodeYan, Zheng1-1/+40
2013-08-10ceph: wake up writer if vmtruncate work get blockedYan, Zheng1-1/+8
2013-08-10ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng1-0/+2
2013-08-10ceph: fix null pointer dereferenceNathaniel Yazdani1-0/+3
2013-08-10libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2013-08-10ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error.majianpeng1-1/+3
2013-08-10btrfs: don't loop on large offsets in readdirZach Brown1-8/+25
2013-08-10Btrfs: check to see if root_list is empty before adding it to dead rootsJosef Bacik2-5/+5
2013-08-10Btrfs: release both paths before logging dir/changed extentsJosef Bacik1-3/+2
2013-08-10Btrfs: allow splitting of hole em's when dropping extent cacheJosef Bacik1-22/+40
2013-08-10Btrfs: make sure the backref walker catches all refs to our extentJosef Bacik1-11/+14
2013-08-10Btrfs: fix backref walking when we hit a compressed extentJosef Bacik1-8/+15
2013-08-10Btrfs: do not offset physical if we're compressedJosef Bacik1-3/+6
2013-08-10Btrfs: fix extent buffer leak after backref walkingLiu Bo1-1/+0
2013-08-10Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extentsLiu Bo1-4/+12