summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[PATCH] hpfs: cleanup ->setattrChristoph Hellwig4-13/+22
2008-10-23[PATCH] make O_EXCL in nd->intent.flags visible in nd->flagsAl Viro3-6/+6
2008-10-23[PATCH] get rid of path_lookup_create()Al Viro1-39/+22
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro3-29/+24
2008-10-23[PATCH] switch nfsd to kern_path()Al Viro4-58/+56
2008-10-23[PATCH] sanitize svc_export_parse()Al Viro1-42/+35
2008-10-23[PATCH] switch quota_on-related stuff to kern_path()Al Viro4-37/+37
2008-10-23[PATCH] no need for noinline stuff in fs/namespace.c anymoreAl Viro1-12/+5
2008-10-23[PATCH] finally get rid of nameidata in namespace.cAl Viro1-60/+59
2008-10-23[PATCH] new helper - kern_path()Al Viro1-0/+10
2008-10-23cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton1-13/+28
2008-10-23cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton1-79/+8
2008-10-23[CIFS] improve setlease handlingSteve French5-2/+67
2008-10-229p: fix format warningEric Van Hensbergen1-1/+1
2008-10-22nfsd: clean up expkey_parse error casesJ. Bruce Fields1-14/+11
2008-10-22nfsd: Drop reference in expkey_parse error casesKrishna Kumar1-2/+6
2008-10-22nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar1-1/+5
2008-10-22NFSD: Fix BUG during NFSD shutdown processingChuck Lever1-0/+4
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner3-294/+297
2008-10-21[CIFS] fix saving of resume key before CIFSFindNextJeff Layton1-1/+2
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro1-2/+6
2008-10-21[PATCH] sanitize blkdev_get() and friendsAl Viro3-45/+24
2008-10-21[PATCH] remember mode of reiserfs journalAl Viro1-2/+4
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro4-20/+25
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro7-22/+22
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro1-13/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+15
2008-10-21[PATCH] move block_device_operations to blkdev.hAl Viro1-0/+1
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-0/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro8-17/+19
2008-10-20binfmt_elf_fdpic: Update for cputime changes.Paul Mundt1-12/+7
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+19
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-16/+11
2008-10-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-2/+13
2008-10-20cifs: make cifs_rename handle -EACCES errorsJeff Layton1-52/+122
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan6-267/+269
2008-10-20[CIFS] fix build errorSteve French1-1/+1
2008-10-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds7-57/+156
2008-10-20Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-8/+21
2008-10-20Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds20-167/+1178
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-200/+203
2008-10-20fs/Kconfig: move CIFS outAlexey Dobriyan2-142/+143
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman1-1/+1
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-3/+0
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath1-0/+22
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov1-4/+3
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan1-0/+16
2008-10-20seq_file: don't call bitmap_scnprintf_len()Lai Jiangshan1-7/+8
2008-10-20hfsplus: fix possible deadlock when handling corrupted extentsEric Sesterhenn1-0/+3
2008-10-20hfsplus: missing O_LARGEFILE checkAlan Cox1-0/+2