aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 8-46/+24
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 6-71/+356
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2013-05-07Merge branch 'slab/next' into slab/for-linusGravatar Pekka Enberg 1-1/+1
2013-05-07make blkdev_put() return voidGravatar Al Viro 7-45/+21
2013-05-07block_device_operations->release() should return voidGravatar Al Viro 1-1/+1
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 11-389/+398
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 36-1304/+1261
2013-05-06autofs - remove autofs dentry mount checkGravatar David Jeffery 1-9/+0
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Gravatar Claudiu Ghioc 1-1/+1
2013-05-05hfs: SMP race on directory close()Gravatar Al Viro 1-0/+2
2013-05-04cifs: small variable name cleanupGravatar Dan Carpenter 1-1/+1
2013-05-04CIFS: fix error return code in cifs_atomic_open()Gravatar Wei Yongjun 1-1/+3
2013-05-04cifs: store the real expected sequence number in the midGravatar Jeff Layton 3-4/+4
2013-05-04cifs: on send failure, readjust server sequence number downwardGravatar Jeff Layton 2-0/+16
2013-05-04cifs: remove ENOSPC handling in smb_sendvGravatar Jeff Layton 1-7/+1
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 36-1227/+1223
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpyGravatar Silviu-Mihai Popescu 4-10/+7
2013-05-04cifs: replaced kmalloc + memset with kzallocGravatar Dia Vasile 1-3/+1
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsGravatar Jeff Layton 1-51/+5
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-50/+27
2013-05-04hostfs: use kmalloc instead of kzallocGravatar James Hogan 1-1/+2
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>Gravatar James Hogan 1-2/+1
2013-05-04hostfs: remove "will unlock" commentGravatar James Hogan 1-1/+1
2013-05-04vfs: use list_move instead of list_del/list_addGravatar Wei Yongjun 1-2/+1
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hGravatar Syam Sidhardhan 1-1/+1
2013-05-04create_mnt_ns: unidiomatic use of list_add()Gravatar Al Viro 1-1/+1
2013-05-04fs: remove dentry_lru_prune()Gravatar Yan, Zheng 1-22/+9
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Gravatar Han Shen 1-1/+0
2013-05-04kill fs/read_write.hGravatar Al Viro 3-12/+4
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedGravatar Al Viro 1-4/+5
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Gravatar Al Viro 1-3/+2
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 12-549/+708
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 3-3/+4
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 3-7/+16
2013-05-03Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreGravatar Linus Torvalds 2-38/+54
2013-05-03Merge branch 'for_next' into for_linusGravatar Jan Kara 3-7/+16
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 63-5846/+9572
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 2-4/+7
2013-05-01ceph: use ceph_create_snap_context()Gravatar Alex Elder 1-2/+1
2013-05-01libceph: kill off osd data write_request parametersGravatar Alex Elder 2-7/+6
2013-05-01ceph: fix printk format warnings in file.cGravatar Randy Dunlap 1-2/+2
2013-05-01ceph: fix race between writepages and truncateGravatar Yan, Zheng 1-7/+7
2013-05-01ceph: apply write checks in ceph_aio_writeGravatar Yan, Zheng 1-35/+59
2013-05-01ceph: take i_mutex before getting Fw capGravatar Yan, Zheng 2-12/+13
2013-05-01libceph: change how "safe" callback is usedGravatar Alex Elder 1-24/+28
2013-05-01ceph: let osd client clean up for interrupted requestGravatar Alex Elder 1-6/+0
2013-05-01ceph: fix symlink inode operationsGravatar Yan, Zheng 1-0/+6
2013-05-01ceph: Use pseudo-random numbers to choose mdsGravatar Sam Lang 1-3/+5
2013-05-01libceph: add, don't set data for a messageGravatar Alex Elder 1-2/+2