summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski
2013-09-06Merge tag 'fscache-fixes-for-ceph' into wip-fscacheMilosz Tanski
2013-09-06fscache: Netfs function for cleanup post readpagesMilosz Tanski
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells
2013-08-29Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-29fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues
2013-08-29vfs: make the dentry cache use the lockref infrastructureWaiman Long
2013-08-28Revert "fs: Allow unprivileged linkat(..., AT_EMPTY_PATH) aka flink"Linus Torvalds
2013-08-27ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju
2013-08-27ceph: allow sync_read/write return partial successed size of read/write.majianpeng
2013-08-27ceph: fix bugs about handling short-read for sync read mode.majianpeng
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang
2013-08-27ceph: fix fallocate divisionSage Weil
2013-08-27Merge tag 'jfs-3.11-rc8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-08-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2013-08-24VFS: collect_mounts() should return an ERR_PTRDan Carpenter
2013-08-24bfs: iget_locked() doesn't return an ERR_PTRDan Carpenter
2013-08-24efs: iget_locked() doesn't return an ERR_PTR()Dan Carpenter
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro
2013-08-23nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko
2013-08-23nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko
2013-08-21[SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier
2013-08-19proc: more readdir conversion bug-fixesLinus Torvalds
2013-08-19proc: return on proc_readdir errorRichard Genoud
2013-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds
2013-08-19GFS2: Check for glock already held in gfs2_getxattrSteven Whitehouse
2013-08-19GFS2: alloc_workqueue() doesn't return an ERR_PTRDan Carpenter
2013-08-19GFS2: don't overrun reserved revokesBenjamin Marzinski
2013-08-19GFS2: WQ_NON_REENTRANT is meaningless and going awayTejun Heo
2013-08-19GFS2: Fix typo in gfs2_create_inode()Steven Whitehouse
2013-08-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-08-17jbd2: Fix oops in jbd2_journal_file_inode()Jan Kara
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-15jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp
2013-08-15ceph: punch hole supportLi Wang
2013-08-15ceph: fix request max sizeYan, Zheng
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil
2013-08-14fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-08-14ocfs2: fix null pointer dereference in ocfs2_dir_foreach_blk_id()Jeff Liu
2013-08-14ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_pageTiger Yang
2013-08-14ocfs2: Revert 40bd62e to avoid regression in extended allocationJie Liu
2013-08-14hugetlb: fix lockdep splat caused by pmd sharingMichal Hocko
2013-08-14mm: save soft-dirty bits on file pagesCyrill Gorcunov