summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-08nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields
2008-09-08cifs: fix O_APPEND on directio mountsJeff Layton
2008-09-08bio: fix bio_copy_kern() handling of bio->bv_lenFUJITA Tomonori
2008-09-08bio: fix __bio_copy_iov() handling of bio->bv_lenFUJITA Tomonori
2008-09-08binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov
2008-09-08cramfs: fix named-pipe handlingAl Viro
2008-08-20CIFS: properly account for new user= field in SPNEGO upcall string allocationJeff Layton
2008-08-20CIFS: Fix compiler warning on 64-bitJan Beulich
2008-08-20CIFS: if get root inode fails during mount, cleanup tree connectionSteve French
2008-08-20CIFS: mount of IPC$ breaks with iget patchSteve French
2008-08-06vfs: fix lookup on deleted directoryMiklos Szeredi
2008-08-06jbd: fix race between free buffer and commit transactionMingming Cao
2008-08-06NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust
2008-08-06romfs_readpage: don't report errors for pages beyond i_sizeLinus Torvalds
2008-08-01VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon
2008-08-01eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen
2008-08-01proc: fix /proc/*/pagemap some moreAlexey Dobriyan
2008-08-01isofs: fix minor filesystem corruptionAdam Greenblatt
2008-08-01quota: fix possible infinite loop in quota codeJan Kara
2008-07-12cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton
2008-07-12cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton
2008-07-11Fix reference counting race on log buffersDave Chinner
2008-07-10exec: fix stack excutability without PT_GNU_STACKHugh Dickins
2008-07-10ocfs2: Fix flags in ocfs2_file_lockMark Fasheh
2008-07-08Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-07-08Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney
2008-07-08NFS: Fix readdir cache invalidationTrond Myklebust
2008-07-07[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran
2008-07-05Fix pagemap_read() use of struct mm_walkAndrew Morton
2008-07-05Fix clear_refs_write() use of struct mm_walkAndrew Morton
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan
2008-07-04add kernel-doc for simple_read_from_buffer and memory_read_from_bufferAkinobu Mita
2008-07-04ntfs: update help textJess Guerrero
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara
2008-07-04ext4: add missing unlock to an error path in ext4_quota_write()Jan Kara
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen
2008-07-01Properly notify block layer of sync writesJens Axboe
2008-06-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski
2008-06-24[GFS2] BUG: unable to handle kernel paging request at ffff81002690e000Bob Peterson
2008-06-24Merge branch 'master' into for_mmJan Kara
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek
2008-06-23NFS: nfs_updatepage(): don't mark page as dirty if an error occurredTrond Myklebust
2008-06-23NFS: Fix filehandle size comparisons in the mount codeTrond Myklebust
2008-06-23NFS: Reduce the NFS mount code stack usage.Trond Myklebust
2008-06-23[patch 2/3] vfs: dcache cleanupsMiklos Szeredi