summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * nfsd: Fix unnecessary deny bits in NFSv4 ACLFrank Filz2009-08-241-1/+1
| * nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton2009-08-211-2/+5
| * nfsd: add support for NFSv4 callbacks over IPv6Jeff Layton2009-08-211-4/+11
| * nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton2009-08-212-81/+11
| * nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton2009-08-211-13/+19
| * sunrpc: add routine for comparing addressesJeff Layton2009-08-214-5/+5
| * Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-21232-3895/+6761
| |\
| * | nfsd41: encode replay sequence from the slot valuesAndy Adamson2009-07-282-36/+37
| * | nfsd41: rename nfsd4_enc_uncached_replayAndy Adamson2009-07-281-2/+2
| * | nfsd41: Use separate DRC for setclientidAndy Adamson2009-07-283-29/+40
| * | nfsd41: change check_slot_seqid parametersAndy Adamson2009-07-281-11/+13
| * | nfsd41: remove redundant forechannel max requests checkAndy Adamson2009-07-281-4/+0
| * | nfsd41: hange from page to memory based drc limitsAndy Adamson2009-07-282-22/+19
| * | nfsd41: reserve less memory for DRCAndy Adamson2009-07-281-2/+1
| * | nfsd41: minor set_forechannel_maxreqs cleanupAndy Adamson2009-07-281-8/+7
| * | nfsd41: reclaim DRC memory on session freeAndy Adamson2009-07-281-0/+3
| * | nfsd: minor write_pool_threads exit cleanupJ. Bruce Fields2009-07-281-5/+1
| * | Fix memory leak in write_pool_threadsEric Sesterhenn2009-07-281-0/+1
| * | nfsd41: use globals for DRC limitsAndy Adamson2009-07-142-9/+20
| * | NFSv4: ACL in operations 'open' and 'create' should be usedYu Zhiguo2009-07-141-5/+42
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-229-9/+9
|\ \ \
| * | | trivial: remove unnecessary semicolonsJoe Perches2009-09-215-5/+5
| * | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-213-3/+3
| * | | trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-211-1/+1
* | | | mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin2009-09-221-46/+1
* | | | hugetlbfs: allow the creation of files suitable for MAP_PRIVATE on the vfs in...Eric B Munson2009-09-221-4/+17
* | | | tmpfs: depend on shmemHugh Dickins2009-09-221-0/+1
* | | | mm: add get_dump_pageHugh Dickins2009-09-222-67/+33
* | | | oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro2009-09-221-8/+10
* | | | oom: make oom_score to per-process valueKOSAKI Motohiro2009-09-221-1/+1
* | | | oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-221-4/+20
* | | | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-1/+1
* | | | kcore: /proc/kcore should use vreadKAMEZAWA Hiroyuki2009-09-221-33/+2
* | | | pagemap clear_refs: modify to specify anon or mapped vma clearingMoussa A. Ba2009-09-221-4/+24
* | | | ksm: identify PageKsm pagesHugh Dickins2009-09-221-0/+5
* | | | mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-0/+2
* | | | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+2
* | | | const: make block_device_operations constAlexey Dobriyan2009-09-223-3/+3
* | | | const: make lock_manager_operations constAlexey Dobriyan2009-09-223-4/+4
* | | | const: make file_lock_operations constAlexey Dobriyan2009-09-223-3/+3
* | | | const: mark remaining inode_operations as constAlexey Dobriyan2009-09-2212-27/+27
* | | | const: mark remaining address_space_operations constAlexey Dobriyan2009-09-2212-15/+15
* | | | const: mark remaining export_operations constAlexey Dobriyan2009-09-222-2/+2
* | | | const: mark remaining super_operations constAlexey Dobriyan2009-09-227-10/+10
* | | | const: make struct super_block::s_qcop constAlexey Dobriyan2009-09-228-9/+9
* | | | const: make struct super_block::dq_op constAlexey Dobriyan2009-09-226-6/+6
* | | | fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara2009-09-221-6/+8
* | | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-3/+3
|\ \ \ \
| * | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
| |/ / /
* | | | Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-212-5/+7
|\ \ \ \