summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-08-28ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju1-29/+14
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng1-1/+3
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng1-23/+16
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang1-4/+1
2013-08-27ceph: fix fallocate divisionSage Weil1-6/+10
2013-08-15ceph: punch hole supportLi Wang1-0/+196
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-15Merge remote-tracking branch 'linus/master' into testingSage Weil470-11991/+16631
2013-08-14fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng1-4/+4
2013-08-14ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu1-3/+1
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-14hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko1-0/+10
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov1-0/+2
2013-08-14mm: save soft-dirty bits on swapped pagesCyrill Gorcunov1-6/+15
2013-08-13Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds11-51/+98
2013-08-13Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+21
2013-08-12ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOTTheodore Ts'o1-2/+4
2013-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-68/+119
2013-08-11Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-14/+27
2013-08-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-4/+5
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-10ceph: fix freeing inode vs removing session caps raceYan, Zheng3-0/+41
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-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
2013-08-10btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specifiedJie Liu1-3/+0
2013-08-09dlm: kill the unnecessary and wrong device_close()->recalc_sigpending()Oleg Nesterov1-1/+0
2013-08-09ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna1-1/+16
2013-08-09ext4: allow the mount options nodelalloc and data=journalTheodore Ts'o1-1/+1
2013-08-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-27/+25
2013-08-08NFSv4: Fix up nfs4_proc_lookup_mountpointTrond Myklebust1-5/+3