summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-27ext4: convert to use leXX_add_cpu()Wei Yongjun3-5/+4
2012-09-27ext4: ext4_bread usage auditCarlos Maiolino1-12/+75
2012-09-27ext4: remove redundant offset check in mext_check_arguments()Wang Sheng-Hui1-1/+0
2012-09-27ext4: don't clear orphan list on ro mount with errorsEric Sandeen1-2/+4
2012-09-27CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky1-1/+2
2012-09-27CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky1-32/+3
2012-09-27jbd2: fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+74
2012-09-27CIFS: Make ops->close return voidPavel Shilovsky4-8/+8
2012-09-27ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl failsDjalal Harouni1-1/+2
2012-09-27ext4: enable FITRIM ioctl on bigalloc file systemLukas Czerner2-9/+3
2012-09-27coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2012-09-27fcntl: fix misannotationsAl Viro1-3/+3
2012-09-27ceph: don't abuse d_delete() on failure exitsAl Viro1-2/+2
2012-09-27vfs: delete surplus inode NULL checkAlan Cox1-1/+1
2012-09-27switch simple cases of fget_light to fdgetAl Viro28-562/+459
2012-09-27ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2012-09-27ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-09-27switch o2hb_region_dev_write() to fget_light()Al Viro1-2/+3
2012-09-27proc_map_files_readdir(): don't bother with grabbing filesAl Viro1-19/+9