summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-05ext4: fix ext4_flush_completed_IO wait semanticsDmitry Monakhov6-13/+19
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds6-51/+136
2012-10-04ore: signedness bug in _sp2d_min_pg()Dan Carpenter1-1/+1
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil1-2/+6
2012-10-03Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds10-27/+373
2012-10-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds3-3/+7
2012-10-03Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds20-578/+451
2012-10-03Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-80/+447
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds94-2092/+2486
2012-10-03compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas3-2/+26
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov47-6/+240
2012-10-03btrfs: reada_extent doesn't need kref for refcountAl Viro1-11/+7
2012-10-03coredump: move core dump functionality into its own fileAlex Kelly3-645/+688
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds108-528/+1011
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+180
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds12-34/+17
2012-10-02Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds32-1547/+4884
2012-10-02ceph: propagate layout error on osd request creationSage Weil2-6/+6
2012-10-02Merge branch 'next' into for-linusDmitry Torokhov1-0/+2
2012-10-02Merge tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds13-130/+289
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun1-1/+1
2012-10-01ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-10-01ceph: let path portion of mount "device" be optionalAlex Elder1-11/+26
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+6
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+5
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2012-10-01[CIFS] Fix indentation of fs/cifs/Kconfig entriesSteve French1-18/+19
2012-10-01[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)Steve French5-29/+56
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds11-21/+17
2012-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds15-800/+710
2012-10-01ext4: fix mtime update in nodelalloc modeTheodore Ts'o3-6/+9
2012-10-01ext4: fix ext_remove_space for punch_hole caseDmitry Monakhov1-7/+9
2012-10-01ext4: punch_hole should wait for DIO writersDmitry Monakhov1-17/+36
2012-09-30vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-29ext4: serialize truncate with owerwrite DIO workersDmitry Monakhov1-0/+2
2012-09-29ext4: endless truncate due to nonlocked dio readersDmitry Monakhov1-2/+7
2012-09-29ext4: serialize unlocked dio reads with truncateDmitry Monakhov1-2/+5
2012-09-29ext4: serialize dio nonlocked reads with defrag workersDmitry Monakhov4-0/+44
2012-09-29ext4: completed_io locking cleanupDmitry Monakhov6-169/+121
2012-09-29ext4: fix unwritten counter leakageDmitry Monakhov2-8/+19
2012-09-29ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov4-7/+7
2012-09-29ext4: ext4_inode_info dietDmitry Monakhov4-8/+15
2012-09-29cifs: obtain file access during backup intent lookup (resend)Shirish Pargaonkar5-41/+80
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-84/+73
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris106-834/+1123
2012-09-28trivial select_parent documentation fixJ. Bruce Fields1-1/+1