aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-14dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-14d_path: Make d_path() use a struct pathJan Blunck6-13/+10
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck5-10/+11
2008-02-14Use struct path in struct svc_expkeyJan Blunck1-17/+13
2008-02-14Use struct path in struct svc_exportJan Blunck8-67/+65
2008-02-14d_path: Make get_dcookie() use a struct path argumentJan Blunck1-19/+15
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
2008-02-14d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-14One less parameter to __d_pathJan Blunck1-7/+5
2008-02-14Make set_fs_{root,pwd} take a struct pathJan Blunck2-22/+18
2008-02-14Use struct path in fs_structJan Blunck4-85/+67
2008-02-14Introduce path_get()Jan Blunck1-2/+15
2008-02-14Use path_put() in a few places instead of {mnt,d}put()Jan Blunck2-12/+6
2008-02-14Introduce path_put()Jan Blunck28-94/+100
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck32-346/+372
2008-02-14Remove path_release_on_umount()Jan Blunck2-11/+3
2008-02-14FLAT binaries: drop BINFMT_FLAT bad header magic warningMike Frysinger1-4/+4
2008-02-14inotify: make variables static in inotify_user.cHarvey Harrison1-3/+3
2008-02-13udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1
2008-02-13udf: fix directory offset handlingJan Kara1-7/+7
2008-02-13fs/smbfs/inode.c: fix warning message deprecating smbfsSergio Luis1-1/+1
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz17-129/+114
2008-02-13kernel-doc: fix fs/pipe.c notationRandy Dunlap1-5/+5
2008-02-11Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+33
2008-02-10NLM: don't requeue block if it was invalidated while GRANT_MSG was in flightJeff Layton1-0/+11
2008-02-10NLM: don't reattempt GRANT_MSG when there is already an RPC in flightJeff Layton1-4/+13
2008-02-10NLM: have server-side RPC clients default to soft RPC tasksJeff Layton1-2/+9
2008-02-10NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton1-0/+1
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank1-1/+1
2008-02-10ext4: Add new "development flag" to the ext4 filesystemTheodore Tso1-0/+11
2008-02-10ext4: Don't panic in case of corrupt bitmapAneesh Kumar K.V1-14/+21
2008-02-10ext4: allocate struct ext4_allocation_context from a kmem cacheEric Sandeen1-45/+82
2008-02-10JBD2: Clear buffer_ordered flag for barried IO request on successDave Kleikamp1-1/+2
2008-02-10ext4: Fix Direct I/O lockingJan Kara1-54/+53
2008-02-10ext4: Fix circular locking dependency with migrate and rm.Aneesh Kumar K.V1-43/+74
2008-02-05allow in-inode EAs on ext4 root inodeEric Sandeen1-7/+1
2008-02-10ext4: Fix null bh pointer dereference in mballocAneesh Kumar K.V1-1/+1
2008-02-05deprecate smbfs in favour of cifsAndrew Morton2-14/+21
2008-02-05uml: fix hostfs tv_usec calculationsDominique Quatravaux1-4/+4
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan2-11/+20
2008-02-05VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley1-7/+8
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley1-2/+28
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu1-2/+16
2008-02-05skip writing data pages when inode is under I_SYNCQi Yong1-12/+1
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli1-1/+2
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall3-2/+8
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall1-1/+83
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall1-0/+50
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall3-2/+204
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall1-207/+210