summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* brk randomization: introduce CONFIG_COMPAT_BRKIngo Molnar2008-02-061-1/+1
* deprecate smbfs in favour of cifsAndrew Morton2008-02-052-14/+21
* uml: fix hostfs tv_usec calculationsDominique Quatravaux2008-02-051-4/+4
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-052-11/+20
* VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley2008-02-051-7/+8
* VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley2008-02-051-2/+28
* writeback: speed up writeback of big dirty filesFengguang Wu2008-02-051-2/+16
* skip writing data pages when inode is under I_SYNCQi Yong2008-02-051-12/+1Star
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-051-1/+2
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-053-2/+8
* maps4: add /proc/kpageflags interfaceMatt Mackall2008-02-051-1/+83
* maps4: add /proc/kpagecount interfaceMatt Mackall2008-02-051-0/+50
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-053-2/+204
* maps4: regroup task_mmu by interfaceMatt Mackall2008-02-051-207/+210
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-053-53/+37Star
* maps4: simplify interdependence of maps and smapsMatt Mackall2008-02-051-26/+26
* maps4: use pagewalker in clear_refs and smapsMatt Mackall2008-02-051-78/+17Star
* maps4: add proportional set size accounting in smapsFengguang Wu2008-02-051-1/+27
* hugetlb: allow sticky directory mount optionKen Chen2008-02-051-1/+1
* bufferhead: revert constructor removalChristoph Lameter2008-02-051-3/+15
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-054-7/+4Star
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-0519-96/+71Star
* timerfd: new timerfd APIDavide Libenzi2008-02-052-74/+165
* exec: rework the group exit and fix the race with killOleg Nesterov2008-02-051-9/+4Star
* get_task_comm(): return the resultAndrew Morton2008-02-051-1/+2
* lockdep: annotate epollPeter Zijlstra2008-02-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-0414-16/+16
|\
| * fs/binfmt_elf.c: spello fixOhad Ben-Cohen2008-02-031-1/+1
| * fs/: Spelling fixesJoe Perches2008-02-039-11/+11
| * Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-032-2/+2
| * Typoes: "whith" -> "with"Robert P. J. Day2008-02-031-1/+1
| * Fix a small number of "memeber" typoes.Robert P. J. Day2008-02-031-1/+1
* | Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-041-61/+64
|\ \
| * | pid-namespaces-vs-locks-interactionVitaliy Gusev2008-02-031-6/+23
| * | file locks: Use wait_event_interruptible_timeout()Matthew Wilcox2008-02-031-28/+4Star
| * | locks: clarify posix_locks_deadlockJ. Bruce Fields2008-02-031-30/+40
| |/
* / vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-041-4/+0Star
|/
* Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-0223-375/+466
|\
| * NLM: tear down RPC clients in nlm_shutdown_hostsJeff Layton2008-02-011-1/+6
| * nfsd: more careful input validation in nfsctl write methodsJ. Bruce Fields2008-02-011-1/+4
| * lockd: minor log message fixJ. Bruce Fields2008-02-011-1/+1
| * knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields2008-02-011-2/+0Star
| * svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-011-1/+1
| * knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-012-6/+61
| * svc: Add svc API that queries for a transport instanceTom Tucker2008-02-011-14/+2Star
| * svc: Make close transport independentTom Tucker2008-02-012-5/+5
| * svc: Change services to use new svc_create_xprt serviceTom Tucker2008-02-013-13/+12Star
| * Leak in nlmsvc_testlock for async GETFL caseOleg Drokin2008-02-011-1/+1
| * nfsd4: clean up access_valid, deny_valid checks.J. Bruce Fields2008-02-011-4/+9
| * nfsd: allow root to set uid and gid on createJ. Bruce Fields2008-02-011-19/+28