summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-08-012-14/+32
|\
| * [JFFS2] Fix allocation of summary bufferDavid Woodhouse2008-08-012-14/+32
* | [PATCH] pass struct path * to do_add_mount()Al Viro2008-08-014-11/+11
* | [PATCH] switch mtd and dm-table to lookup_bdev()Al Viro2008-08-011-0/+1
* | [patch 3/4] vfs: remove unused nameidata argument of may_create()Miklos Szeredi2008-08-011-8/+7Star
* | [PATCH] devpts: switch to IDAAlexey Dobriyan2008-08-011-8/+8
* | [PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan2008-08-011-5/+5
* | [PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan2008-08-011-12/+9Star
* | [PATCH] fix bdev leak in block_dev.c do_open()Al Viro2008-08-011-1/+3
* | [PATCH] fix races and leaks in vfs_quota_on() usersAl Viro2008-08-014-22/+33
* | [PATCH] clean dup2() up a bitAl Viro2008-08-011-26/+27
* | [PATCH] merge locate_fd() and get_unused_fd()Al Viro2008-08-013-129/+75Star
* | Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: TreeStephen Smalley2008-08-011-1/+1
* | romfs_readpage: don't report errors for pages beyond i_sizeLinus Torvalds2008-07-301-14/+23
* | fs/buffer.c: uninline __remove_assoc_queue()Thomas Petazzoni2008-07-301-1/+1
* | omfs: sparse annotationsHarvey Harrison2008-07-303-7/+7
* | VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon2008-07-301-2/+2
|/
* eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen2008-07-291-12/+18
* bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()Yoichi Yuasa2008-07-291-1/+0Star
* vfs: pagecache usage optimization for pagesize!=blocksizeHisashi Hifumi2008-07-294-76/+130
* exec: include pagemap.h again to fix buildHugh Dickins2008-07-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2008-07-283-3/+7
|\
| * dlm: fix uninitialized variable for search_rsb_list callersBenny Halevy2008-07-141-0/+1
| * dlm: release socket on errorMasatake YAMATO2008-07-141-1/+3
| * dlm: fix basts for granted CW waiting PR/CWDavid Teigland2008-07-141-1/+2
| * dlm: check for null in device_writeMasatake YAMATO2008-07-141-1/+1
* | sh: Initial ELF FDPIC support.Paul Mundt2008-07-281-1/+1
* | binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt2008-07-281-20/+25
* | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-07-282-4/+5
|\ \
| * | NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeTrond Myklebust2008-07-281-1/+2
| * | nfs_remount oops when rebooting + possible fixMarc Zyngier2008-07-281-3/+3
* | | task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi2008-07-281-5/+5
|/ /
* | task IO accounting: improve code readabilityAndrea Righi2008-07-271-41/+16Star
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-07-274-5/+4Star
|\ \
| * \ Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse2008-07-25195-5071/+40294
| |\ \
| * | | [JFFS2] Use .unlocked_ioctlStoyan Gaydarov2008-07-114-5/+4Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-2765-1020/+796Star
|\ \ \ \
| * | | | [PATCH] fix RLIM_NOFILE handlingAl Viro2008-07-273-21/+15Star
| * | | | [PATCH] get rid of corner case in dup3() entirelyAl Viro2008-07-271-9/+11
| * | | | [PATCH] get rid of indirect users of namei.hAl Viro2008-07-272-0/+2
| * | | | [PATCH] get rid of __user_path_lookup_openAl Viro2008-07-272-17/+10Star
| * | | | [PATCH] f_count may wrap aroundAl Viro2008-07-275-20/+8Star
| * | | | [PATCH] dup3 fixUlrich Drepper2008-07-271-1/+6
| * | | | [PATCH] don't pass nameidata to __ncp_lookup_validate()Al Viro2008-07-271-2/+2
| * | | | [PATCH] don't pass nameidata to gfs2_lookupi()Al Viro2008-07-275-8/+8
| * | | | [PATCH] new (local) helper: user_path_parent()Al Viro2008-07-271-80/+57Star
| * | | | [PATCH] sanitize __user_walk_fd() et.al.Al Viro2008-07-2710-222/+218Star
| * | | | [PATCH] preparation to __user_walk_fd cleanupAl Viro2008-07-272-9/+11
| * | | | [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-276-19/+15Star
| * | | | [PATCH] take noexec checks to very few callers that careAl Viro2008-07-273-9/+17