Age | Commit message (Expand) | Author | Files | Lines |
2013-08-10 | ceph: replace hold_mutex flag with goto | Sage Weil | 1 | -7/+4 |
2013-08-10 | ceph: Move the place for EOLDSNAPC handle in ceph_aio_write to easily understand | majianpeng | 1 | -7/+9 |
2013-08-10 | ceph: fix freeing inode vs removing session caps race | Yan, Zheng | 3 | -0/+41 |
2013-08-10 | ceph: Add check returned value on func ceph_calc_ceph_pg. | majianpeng | 1 | -2/+6 |
2013-08-10 | ceph: Don't use ceph-sync-mode for synchronous-fs. | majianpeng | 1 | -2/+0 |
2013-08-10 | ceph: cleanup types in striped_read() | Dan Carpenter | 1 | -4/+4 |
2013-08-10 | ceph: trim deleted inode | Yan, Zheng | 1 | -1/+40 |
2013-08-10 | ceph: wake up writer if vmtruncate work get blocked | Yan, Zheng | 1 | -1/+8 |
2013-08-10 | ceph: drop CAP_LINK_SHARED when sending "link" request to MDS | Yan, Zheng | 1 | -0/+2 |
2013-08-10 | ceph: fix null pointer dereference | Nathaniel Yazdani | 1 | -0/+3 |
2013-08-10 | ceph: Don't forget the 'up_read(&osdc->map_sem)' if met error. | majianpeng | 1 | -1/+3 |
2013-07-04 | ceph: fix race between cap issue and revoke | Yan, Zheng | 1 | -9/+20 |
2013-07-04 | ceph: fix cap revoke race | Yan, Zheng | 1 | -0/+9 |
2013-07-04 | ceph: fix pending vmtruncate race | Yan, Zheng | 4 | -11/+13 |
2013-07-04 | ceph: avoid accessing invalid memory | Sasha Levin | 1 | -1/+1 |
2013-07-04 | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 2 | -15/+8 |
2013-07-04 | ceph: Free mdsc if alloc mdsc->mdsmap failed. | majianpeng | 1 | -1/+3 |
2013-07-04 | ceph: remove sb_start/end_write in ceph_aio_write. | Jianpeng Ma | 1 | -2/+0 |
2013-07-04 | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. | majianpeng | 1 | -2/+2 |
2013-07-04 | ceph: fix sleeping function called from invalid context. | majianpeng | 1 | -4/+5 |
2013-07-04 | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng | 1 | -0/+7 |
2013-07-04 | ceph: clear migrate seq when MDS restarts | Yan, Zheng | 1 | -0/+1 |
2013-07-04 | ceph: check migrate seq before changing auth cap | Yan, Zheng | 1 | -3/+5 |
2013-07-04 | ceph: fix race between page writeback and truncate | Yan, Zheng | 1 | -44/+40 |
2013-07-04 | ceph: reset iov_len when discarding cap release messages | Yan, Zheng | 1 | -0/+1 |
2013-07-04 | ceph: fix cap release race | Yan, Zheng | 1 | -12/+10 |
2013-07-01 | ceph: tidy ceph_mdsmap_decode() a little | Dan Carpenter | 1 | -20/+22 |
2013-07-01 | ceph: improve error handling in ceph_mdsmap_decode | Emil Goode | 1 | -1/+3 |
2013-07-01 | ceph: fix up comment for ceph_count_locks() as to which lock to hold | Jim Schutt | 1 | -1/+1 |
2013-06-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -15/+39 |
2013-06-29 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+9 |
2013-06-29 | UBIFS: fix a horrid bug | Artem Bityutskiy | 1 | -3/+27 |
2013-06-29 | UBIFS: prepare to fix a horrid bug | Artem Bityutskiy | 1 | -12/+12 |
2013-06-26 | perf: Disable monitoring on setuid processes for regular users | Stephane Eranian | 1 | -7/+9 |
2013-06-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 1 | -4/+8 |
2013-06-24 | fs: fix new splice.c kernel-doc warning | Randy Dunlap | 1 | -0/+1 |
2013-06-20 | splice: don't pass the address of ->f_pos to methods | Al Viro | 3 | -21/+40 |
2013-06-18 | fuse: hold i_mutex in fuse_file_fallocate() | Maxim Patlasov | 1 | -4/+8 |
2013-06-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -20/+12 |
2013-06-15 | Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 5 | -11/+42 |
2013-06-15 | use can_lookup() instead of direct checks of ->i_op->lookup | Al Viro | 1 | -2/+2 |
2013-06-15 | fput: task_work_add() can fail if the caller has passed exit_task_work() | Oleg Nesterov | 1 | -9/+10 |
2013-06-15 | xfs: don't shutdown log recovery on validation errors | Dave Chinner | 1 | -2/+17 |
2013-06-15 | xfs: ensure btree root split sets blkno correctly | Dave Chinner | 1 | -0/+10 |
2013-06-15 | xfs: fix implicit padding in directory and attr CRC formats | Dave Chinner | 2 | -2/+4 |
2013-06-15 | xfs: don't emit v5 superblock warnings on write | Dave Chinner | 1 | -7/+11 |
2013-06-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -9/+13 |
2013-06-13 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 4 | -27/+24 |
2013-06-13 | ocfs2: add missing lockres put in dlm_mig_lockres_handler | Xue jiufei | 1 | -0/+1 |
2013-06-13 | aio: fix io_destroy() regression by using call_rcu() | Kent Overstreet | 1 | -20/+16 |