aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2008-02-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen
2008-02-07sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman
2008-02-07Block: Fix whole_disk attribute bugGreg Kroah-Hartman
2008-02-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells
2008-02-07iget: stop HPPFS from using iget() and read_inode()David Howells
2008-02-07iget: stop HOSTFS from using iget() and read_inode()David Howells
2008-02-07iget: stop OPENPROMFS from using iget() and read_inode()David Howells
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells
2008-02-07iget: stop the SYSV filesystem from using iget() and read_inode()David Howells
2008-02-07iget: stop ROMFS from using iget() and read_inode()David Howells
2008-02-07iget: stop QNX4 from using iget() and read_inode()David Howells
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells
2008-02-07iget: stop ISOFS from using read_inode()David Howells
2008-02-07iget: stop HFSPLUS from using iget() and read_inode()David Howells
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells
2008-02-07iget: stop FreeVXFS from using iget() and read_inode()David Howells
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells
2008-02-07iget: stop EFS from using iget() and read_inode()David Howells
2008-02-07iget: stop CIFS from using iget() and read_inode()David Howells
2008-02-07iget: stop BFS from using iget() and read_inode()David Howells
2008-02-07iget: stop BEFS from using iget() and read_inode()David Howells
2008-02-07iget: stop autofs from using iget() and read_inode()David Howells
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells
2008-02-07iget: use iget_failed() in GFS2David Howells
2008-02-07iget: use iget_failed() in AFSDavid Howells
2008-02-07iget: introduce a function to register iget failureDavid Howells
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-07fs menu: small reorgRandy Dunlap
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok
2008-02-07gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov
2008-02-07gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Pavel Emelyanov
2008-02-069p: transport API reorganizationEric Van Hensbergen
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen
2008-02-069p: add support for sticky bitAnthony Liguori
2008-02-069p: fix bug in attach-per-userEric Van Hensbergen
2008-02-06ocfs2: Negotiate locking protocol versions.Joel Becker
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds