summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-06-04flat: fix unmap len in load error pathMike Frysinger
2010-06-04fs/binfmt_flat.c: split the stack & data alignmentsMike Frysinger
2010-06-04fs/compat_rw_copy_check_uvector: add missing compat_ptr callHeiko Carstens
2010-06-04Minix: Clean up left over labelAndrew Hendry
2010-06-04fix truncate inode time modification breakageNick Piggin
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin
2010-06-04fcntl: return -EFAULT if copy_to_user failsDan Carpenter
2010-06-04wrong type for 'magic' argument in simple_fill_super()Roberto Sassu
2010-06-04fix setattr error handling in sysfs, configfsNick Piggin
2010-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-06-03pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe
2010-06-03pipe: change the privilege required for growing a pipe beyond system maxJens Axboe
2010-06-03pipe: adjust minimum pipe size to 1 pageJens Axboe
2010-06-01FS-Cache: Remove unneeded null checksDan Carpenter
2010-06-01cifs: fix page refcount leakJeff Layton
2010-06-01AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa
2010-06-01Merge branch 'master' into for-linusJens Axboe
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-06-01Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29ceph: clean up on forwarded aborted mds requestSage Weil
2010-05-29ceph: fix leak of osd authorizerSage Weil
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil
2010-05-29ceph: make lease code DN specificSage Weil
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall
2010-05-29ceph: renew auth tickets before they expireSage Weil
2010-05-29ceph: do not resend mon requests on auth ticket renewalSage Weil
2010-05-29ceph: removed duplicated #includesAndrea Gelmini
2010-05-29ceph: avoid possible null dereferenceSage Weil
2010-05-29ceph: make mds requests killable, not interruptibleSage Weil
2010-05-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-05-28remove detritus left by "mm: make read_cache_page synchronous"Al Viro
2010-05-28fix fs/sysv s_dirt handlingAl Viro
2010-05-28fat: convert to use the new truncate convention.npiggin@suse.de
2010-05-28ext2: convert to use the new truncate convention.npiggin@suse.de
2010-05-28fs: convert simple fs to new truncateNick Piggin
2010-05-28kill spurious reference to vmtruncatenpiggin@suse.de
2010-05-28fs: introduce new truncate sequencenpiggin@suse.de
2010-05-28fs/super: fix kernel-doc warningRandy Dunlap
2010-05-28fs/minix: bugfix, number of indirect block ptrs per block depends on block sizeErik van der Kouwe
2010-05-28rename the generic fsync implementationsChristoph Hellwig
2010-05-28drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-28fs: Add missing mutex_unlockJulia Lawall
2010-05-28get rid of the magic around f_count in aioAl Viro