summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-02-08ext2: remove unused ext2_put_inode prototypeChristoph Hellwig1-1/+0
2008-02-08aio: negative offset should return -EINVALRusty Russell1-0/+4
2008-02-08aio: partial write should not return error codeRusty Russell1-0/+7
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz5-26/+13
2008-02-08byteorder: move le32_add_cpu & friends from OCFS2 to coreMarcin Slusarz5-78/+0
2008-02-08fs: remove fastcall, it is always emptyHarvey Harrison6-27/+26
2008-02-08rewrite rdNick Piggin1-0/+1
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells4-4/+0
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells4-11/+31
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov2-4/+3
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov1-20/+2
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan3-10/+38
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman1-6/+6
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman1-2/+10
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman5-74/+72
2008-02-08seqfile convert proc_pid_statmEric W. Biederman3-6/+9
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman3-17/+20
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman1-0/+43
2008-02-08proc: detect duplicate names on registrationZhang Rui1-0/+10
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan1-1/+1
2008-02-08proc: simplify function prototypesAlexey Dobriyan2-15/+6
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan1-2/+2
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-08inotify: fix check for one-shot watches before destroying themUlisses Furquim1-1/+1
2008-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds1-34/+0
2008-02-08Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds85-3184/+2303
2008-02-08dm ioctl: move compat codeMilan Broz1-34/+0
2008-02-08SUNRPC xptrdma: simplify build configurationJames Lentini1-5/+2
2008-02-08NFS: Fix a potential file corruption issue when writingTrond Myklebust1-3/+17
2008-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds5-7/+40
2008-02-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-34/+288
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen5-0/+27
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen4-7/+13
2008-02-07sysfs: remove BUG_ON() from sysfs_remove_group()Greg Kroah-Hartman1-1/+6
2008-02-07Block: Fix whole_disk attribute bugGreg Kroah-Hartman1-7/+10
2008-02-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds6-40/+42
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin1-1/+1
2008-02-07iget: remove iget() and the read_inode() super op as being obsoleteDavid Howells1-4/+0
2008-02-07iget: stop HPPFS from using iget() and read_inode()David Howells1-5/+22
2008-02-07iget: stop HOSTFS from using iget() and read_inode()David Howells1-19/+38
2008-02-07iget: stop OPENPROMFS from using iget() and read_inode()David Howells1-15/+30
2008-02-07iget: stop UFS from using iget() and read_inode()David Howells4-23/+33
2008-02-07iget: stop the SYSV filesystem from using iget() and read_inode()David Howells4-14/+22
2008-02-07iget: stop ROMFS from using iget() and read_inode()David Howells1-14/+32
2008-02-07iget: stop QNX4 from using iget() and read_inode()David Howells2-18/+37
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells1-32/+28
2008-02-07iget: stop the MINIX filesystem from using iget() and read_inode()David Howells3-18/+33
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells4-31/+40
2008-02-07iget: stop JFFS2 from using iget() and read_inode()David Howells4-26/+39
2008-02-07iget: stop ISOFS from using read_inode()David Howells4-32/+58