summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* CRED: Wrap task credential accesses in the Ext4 filesystemDavid Howells2008-11-142-3/+3
* CRED: Wrap task credential accesses in the Ext3 filesystemDavid Howells2008-11-142-3/+3
* CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells2008-11-142-3/+3
* CRED: Wrap task credential accesses in the eCryptFS filesystemDavid Howells2008-11-142-16/+22
* CRED: Wrap task credential accesses in the devpts filesystemDavid Howells2008-11-141-2/+2
* CRED: Wrap task credential accesses in the Coda filesystemDavid Howells2008-11-142-4/+4
* CRED: Wrap task credential accesses in the CIFS filesystemDavid Howells2008-11-147-17/+17
* CRED: Wrap task credential accesses in the BFS filesystemDavid Howells2008-11-141-2/+2
* CRED: Wrap task credential accesses in the autofs4 filesystemDavid Howells2008-11-142-4/+4
* CRED: Wrap task credential accesses in the autofs filesystemDavid Howells2008-11-141-2/+2
* CRED: Wrap task credential accesses in the AFFS filesystemDavid Howells2008-11-142-4/+4
* CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-143-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-038-30/+86
|\
| * cifs: fix renaming one hardlink on top of anotherJeff Layton2008-11-031-1/+3
| * [CIFS] fix error in smb_send2Steve French2008-10-303-4/+7
| * [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-295-25/+76
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2008-11-031-18/+20
|\ \
| * | proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan2008-10-271-18/+20
* | | saner FASYNC handling on file closeAl Viro2008-11-014-7/+4Star
* | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-313-0/+3
|\ \ \
| * | | NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2008-10-302-0/+2
| * | | nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields2008-10-301-0/+1
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-10-315-63/+46Star
|\ \ \ \
| * | | | delay capable() check in ext4_has_free_blocks()Eric Sandeen2008-10-281-12/+14
| * | | | merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2008-10-282-43/+17Star
| * | | | jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o2008-10-291-4/+4
| * | | | ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai2008-10-281-4/+7
| * | | | ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai2008-10-281-3/+7
| |/ / /
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-301-8/+3Star
|\ \ \ \
| * | | | NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust2008-10-281-8/+3Star
| | |_|/ | |/| |
* | | | fs: remove excess kernel-docRandy Dunlap2008-10-301-1/+0Star
* | | | ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen2008-10-301-7/+8
* | | | fs: remove prepare_write/commit_writeNick Piggin2008-10-304-6/+5Star
|/ / /
* / / Switch to a valid email address...Alan Cox2008-10-274-4/+4
|/ /
* | epoll: avoid double-inserts in case of EFAULTDavide Libenzi2008-10-261-2/+9
* | select: deal with math overflow from borderline valid userland dataArjan van de Ven2008-10-262-4/+6
* | ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o2008-10-261-12/+8Star
* | ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o2008-10-261-12/+8Star
|/
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-2324-965/+895Star
|\
| * proc: remove fs/proc/proc_misc.cAlexey Dobriyan2008-10-233-67/+2Star
| * proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2008-10-232-6/+3Star
| * proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan2008-10-233-135/+148
| * proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2008-10-232-9/+13
| * proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-231-3/+0Star
| * proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-231-17/+0Star
| * proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan2008-10-231-16/+0Star
| * proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-13/+0Star
| * proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-12/+0Star
| * proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-13/+0Star
| * proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-231-14/+0Star