aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Btrfs: add correct parent to check_dirs when dir got movedAlexander Block1-0/+11
2012-10-01Btrfs: remove unused code with #if 0Alexander Block1-0/+2
2012-10-01Btrfs: add missing check for dir != tmp_dir to is_first_refAlexander Block1-1/+1
2012-10-01Btrfs: fix cur_ino < parent_ino case for send/receiveAlexander Block1-244/+146
2012-10-01Btrfs: add rdev to get_inode_info in send/receiveAlexander Block1-13/+17
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-09-30ext4: fix mtime update in nodelalloc modeTheodore Ts'o3-6/+9
2012-09-30ext4: fix ext_remove_space for punch_hole caseDmitry Monakhov1-7/+9
2012-09-30ext4: punch_hole should wait for DIO writersDmitry Monakhov1-17/+36
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-29JFFS2: don't fail on bitflips in OOBBrian Norris1-4/+4
2012-09-29JFFS2: fix unmount regressionArtem Bityutskiy1-0/+4
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-28ext4: fix unwritten counter leakageDmitry Monakhov2-8/+19
2012-09-28ext4: give i_aiodio_unwritten a more appropriate nameDmitry Monakhov4-7/+7
2012-09-28ext4: ext4_inode_info dietDmitry Monakhov4-8/+15
2012-09-28cifs: 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-27trivial 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-26ext4: don't clear orphan list on ro mount with errorsEric Sandeen1-2/+4
2012-09-26CIFS: Fix possible freed pointer dereference in CIFS_SessSetupPavel Shilovsky1-1/+2
2012-09-26CIFS: Fix possible freed pointer dereference in SMB2_sess_setupPavel Shilovsky1-32/+3
2012-09-26jbd2: fix assertion failure in commit code due to lacking transaction creditsJan Kara2-31/+74
2012-09-26CIFS: Make ops->close return voidPavel Shilovsky4-8/+8
2012-09-26ext4: release donor reference when EXT4_IOC_MOVE_EXT ioctl failsDjalal Harouni1-1/+2
2012-09-26ext4: enable FITRIM ioctl on bigalloc file systemLukas Czerner2-9/+3
2012-09-26coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2012-09-26fcntl: fix misannotationsAl Viro1-3/+3
2012-09-26ceph: don't abuse d_delete() on failure exitsAl Viro1-2/+2
2012-09-26vfs: delete surplus inode NULL checkAlan Cox1-1/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro28-562/+459
2012-09-26ext4: fix fdatasync() for files with only i_size changesJan Kara1-2/+6
2012-09-26ext4: always set i_op in ext4_mknod()Bernd Schubert1-2/+0
2012-09-26switch o2hb_region_dev_write() to fget_light()Al Viro1-2/+3
2012-09-26proc_map_files_readdir(): don't bother with grabbing filesAl Viro1-19/+9
2012-09-26make get_file() return its argumentAl Viro5-10/+5