aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc
2013-05-04cifs: small variable name cleanupDan Carpenter
2013-05-04CIFS: fix error return code in cifs_atomic_open()Wei Yongjun
2013-05-04cifs: store the real expected sequence number in the midJeff Layton
2013-05-04cifs: on send failure, readjust server sequence number downwardJeff Layton
2013-05-04cifs: remove ENOSPC handling in smb_sendvJeff Layton
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches
2013-05-04fs: cifs: use kmemdup instead of kmalloc + memcpySilviu-Mihai Popescu
2013-05-04cifs: replaced kmalloc + memset with kzallocDia Vasile
2013-05-04cifs: ignore the unc= and prefixpath= mount optionsJeff Layton
2013-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-04hostfs: use kmalloc instead of kzallocJames Hogan
2013-05-04hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan
2013-05-04hostfs: remove "will unlock" commentJames Hogan
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan
2013-05-04create_mnt_ns: unidiomatic use of list_add()Al Viro
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng
2013-05-04Removed unused typedef to avoid "unused local typedef" warnings.Han Shen
2013-05-04kill fs/read_write.hAl Viro
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2013-05-03Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds
2013-05-03Merge branch 'for_next' into for_linusJan Kara
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-05-01ceph: use ceph_create_snap_context()Alex Elder
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01ceph: fix printk format warnings in file.cRandy Dunlap
2013-05-01ceph: fix race between writepages and truncateYan, Zheng
2013-05-01ceph: apply write checks in ceph_aio_writeYan, Zheng
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng
2013-05-01libceph: change how "safe" callback is usedAlex Elder
2013-05-01ceph: let osd client clean up for interrupted requestAlex Elder
2013-05-01ceph: fix symlink inode operationsYan, Zheng
2013-05-01ceph: Use pseudo-random numbers to choose mdsSam Lang
2013-05-01libceph: add, don't set data for a messageAlex Elder
2013-05-01libceph: combine initializing and setting osd dataAlex Elder
2013-05-01libceph: specify osd op by index in requestAlex Elder
2013-05-01libceph: add data pointers in osd op structuresAlex Elder
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder
2013-05-01libceph: a few more osd data cleanupsAlex Elder
2013-05-01libceph: define osd data initialization helpersAlex Elder
2013-05-01ceph: build osd request message later for writepagesAlex Elder