summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-02-07iget: stop FUSE from using iget() and read_inode()David Howells1-6/+0
2008-02-07iget: stop FreeVXFS from using iget() and read_inode()David Howells4-23/+40
2008-02-07iget: stop FAT from using iget() and read_inode()David Howells1-4/+2
2008-02-07iget: stop EXT4 from using iget() and read_inode()David Howells5-69/+86
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells5-71/+88
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells4-29/+46
2008-02-07iget: stop EFS from using iget() and read_inode()David Howells3-24/+40
2008-02-07iget: stop CIFS from using iget() and read_inode()David Howells3-7/+24
2008-02-07iget: stop BFS from using iget() and read_inode()David Howells3-13/+27
2008-02-07iget: stop BEFS from using iget() and read_inode()David Howells1-14/+25
2008-02-07iget: stop autofs from using iget() and read_inode()David Howells3-13/+37
2008-02-07iget: stop AFFS from using iget() and read_inode()David Howells5-19/+32
2008-02-07iget: use iget_failed() in GFS2David Howells1-1/+1
2008-02-07iget: use iget_failed() in AFSDavid Howells1-4/+1
2008-02-07iget: introduce a function to register iget failureDavid Howells1-0/+14
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells16-24/+24
2008-02-07fs menu: small reorgRandy Dunlap1-47/+46
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok1-54/+75
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok2-9/+21
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok1-80/+84
2008-02-07gfs2: make gfs2_glock.gl_owner_pid be a struct pid *Pavel Emelyanov2-8/+13
2008-02-07gfs2: make gfs2_holder.gh_owner_pid be a struct pid *Pavel Emelyanov3-9/+15
2008-02-079p: transport API reorganizationEric Van Hensbergen2-43/+13
2008-02-079p: fix mmap to be read-onlyEric Van Hensbergen1-2/+2
2008-02-079p: add support for sticky bitAnthony Liguori1-0/+5
2008-02-079p: fix bug in attach-per-userEric Van Hensbergen1-2/+2
2008-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds1-1/+1
2008-02-07brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar1-1/+1
2008-02-06ext3: fix lock inversion in direct IOJan Kara1-54/+52
2008-02-06ext3: remove unused code from ext3_find_entry()Mariusz Kozlowski1-4/+0
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita3-14/+3
2008-02-06ext[234]: remove unused argument for ext[234]_find_goal()Akinobu Mita3-16/+8
2008-02-06ext[234]: use ext[234]_get_group_desc()Akinobu Mita3-27/+12
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita3-4/+4
2008-02-06ext3: change the default behaviour on errorAneesh Kumar K.V1-8/+8
2008-02-06ext3: return after ext3_error in case of failuresAneesh Kumar K.V1-2/+6
2008-02-06make jbd/journal.c:__journal_abort_hard() staticAdrian Bunk1-1/+1
2008-02-06BKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2Andi Kleen2-2/+2
2008-02-06BKL-removal: remove incorrect BKL comment in ext2Andi Kleen1-1/+0
2008-02-06BKL-removal: convert ext2 over to use unlocked_ioctlAndi Kleen4-14/+7
2008-02-06ext3: add block bitmap validationAneesh Kumar K.V1-8/+70
2008-02-06ext2: add block bitmap validationAneesh Kumar K.V1-9/+72
2008-02-06fuse: limit queued background requestsMiklos Szeredi3-46/+74
2008-02-06fuse: save space in struct fuse_reqMiklos Szeredi2-13/+13
2008-02-06fuse: fix attribute caching after createMiklos Szeredi1-0/+1
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen3-17/+63
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland3-10/+10
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow3-8/+10
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen2-20/+7
2008-02-06ecryptfs: make show_options reflect actual mount optionsEric Sandeen1-21/+31