aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-10-03ore: signedness bug in _sp2d_min_pg()Dan Carpenter
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-10-02Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds
2012-10-02Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02btrfs: reada_extent doesn't need kref for refcountAl Viro
2012-10-02coredump: move core dump functionality into its own fileAlex Kelly
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2012-10-01ceph: propagate layout error on osd request creationSage Weil
2012-10-01Merge branch 'next' into for-linusDmitry Torokhov
2012-10-01Merge tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun
2012-10-01ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng
2012-10-01ceph: let path portion of mount "device" be optionalAlex Elder
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds
2012-09-30ext4: fix mtime update in nodelalloc modeTheodore Ts'o
2012-09-30ext4: fix ext_remove_space for punch_hole caseDmitry Monakhov
2012-09-30ext4: punch_hole should wait for DIO writersDmitry Monakhov
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi
2012-09-29ext4: serialize truncate with owerwrite DIO workersDmitry Monakhov
2012-09-29ext4: endless truncate due to nonlocked dio readersDmitry Monakhov
2012-09-29ext4: serialize unlocked dio reads with truncateDmitry Monakhov
2012-09-29ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov
2012-09-29ext4: completed_io locking cleanupDmitry Monakhov
2012-09-28ext4: fix unwritten counter leakageDmitry Monakhov
2012-09-28ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov
2012-09-28ext4: ext4_inode_info dietDmitry Monakhov
2012-09-28cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris
2012-09-27trivial select_parent documentation fixJ. Bruce Fields