aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2007-10-17lib: percpu_counter_init error handlingGravatar Peter Zijlstra 3-15/+42
2007-10-17lib: percpu_counter_sum_positiveGravatar Peter Zijlstra 3-5/+5
2007-10-17lib: percpu_counter_subGravatar Peter Zijlstra 3-3/+3
2007-10-17lib: percpu_counter_addGravatar Peter Zijlstra 6-11/+11
2007-10-17nfs: remove congestion_end()Gravatar Peter Zijlstra 1-3/+1
2007-10-17x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineGravatar Mark Nelson 2-8/+8
2007-10-17partially fix up the lookup_one_noperm messGravatar Christoph Hellwig 2-24/+37
2007-10-17SELinux: Improve read/write performanceGravatar Yuichi Nakamura 1-0/+4
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 2-17/+8
2007-10-16lockdep: fixup the inode dir annotationGravatar Peter Zijlstra 1-9/+9
2007-10-16ecryptfs: clean up page flag handlingGravatar Michael Halcrow 4-33/+39
2007-10-16eCryptfs: replace magic numbersGravatar Michael Halcrow 1-3/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheGravatar Michael Halcrow 5-539/+1
2007-10-16eCryptfs: initialize persistent lower file on inode createGravatar Michael Halcrow 1-6/+7
2007-10-16eCryptfs: fix data typesGravatar Michael Halcrow 3-16/+21
2007-10-16eCryptfs: convert mmap functions to use persistent fileGravatar Michael Halcrow 1-96/+103
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileGravatar Michael Halcrow 3-121/+44
2007-10-16eCryptfs: update metadata read/write functionsGravatar Michael Halcrow 5-133/+114
2007-10-16eCryptfs: set up and destroy persistent lower fileGravatar Michael Halcrow 3-7/+103
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeGravatar Michael Halcrow 5-306/+290
2007-10-16eCryptfs: read_write.c routinesGravatar Michael Halcrow 4-2/+379
2007-10-16ecryptfs: fix error handlingGravatar Michael Halcrow 1-21/+20
2007-10-16eCryptfs: remove assignments in if-statementsGravatar Michael Halcrow 7-64/+89
2007-10-16eCryptfs: remove header_extent_sizeGravatar Michael Halcrow 4-36/+52
2007-10-16eCryptfs: Use generic_file_splice_read()Gravatar Michael Halcrow 1-17/+2
2007-10-16eCryptfs: make needlessly global symbols staticGravatar Michael Halcrow 3-32/+26
2007-10-16eCryptfs: remove unnecessary variable initializationsGravatar Michael Halcrow 1-3/+3
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cGravatar Michael Halcrow 2-38/+79
2007-10-16eCryptfs: comments for some structsGravatar Michael Halcrow 1-5/+21
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Gravatar Michael Halcrow 4-11/+11
2007-10-16eCryptfs: collapse flag set into one statementGravatar Michael Halcrow 1-2/+1
2007-10-16eCryptfs: remove unnecessary BUG_ONGravatar Michael Halcrow 1-3/+0
2007-10-16ecryptfs: printk warning fixesGravatar Andrew Morton 2-9/+9
2007-10-16eCryptfs: update comment and debug statementGravatar Michael Halcrow 2-4/+0
2007-10-16eCryptfs: fix Tag 11 writing codeGravatar Michael Halcrow 1-17/+22
2007-10-16eCryptfs: fix Tag 11 parsing codeGravatar Michael Halcrow 1-49/+27
2007-10-16eCryptfs: fix Tag 3 parsing codeGravatar Michael Halcrow 1-54/+35
2007-10-16eCryptfs: fix Tag 1 parsing codeGravatar Michael Halcrow 1-45/+33
2007-10-16eCryptfs: kmem_cache objects for multiple keys; init/exit functionsGravatar Michael Halcrow 1-8/+36
2007-10-16eCryptfs: use list_for_each_entry_safe() when wiping auth toksGravatar Michael Halcrow 1-11/+4
2007-10-16eCryptfs: add key list structure; search keyringGravatar Michael Halcrow 4-401/+742
2007-10-16fs/nfsd/export.c: make 3 functions staticGravatar Adrian Bunk 1-9/+8
2007-10-16uml: fix hostfs styleGravatar Jeff Dike 3-172/+202
2007-10-16uml: remove unneeded if from hostfsGravatar Jeff Dike 1-1/+1
2007-10-16UML: remove unnecessary hostfs_getattr()Gravatar Miklos Szeredi 1-9/+0
2007-10-16hugetlbfs read() supportGravatar Badari Pulavarty 1-0/+125
2007-10-16hugetlb: allow extending ftruncate on hugetlbfsGravatar Ken Chen 1-7/+1
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Gravatar Mel Gorman 1-0/+14
2007-10-16Group short-lived and reclaimable kernel allocationsGravatar Mel Gorman 6-13/+17
2007-10-16fs: remove some AOP_TRUNCATED_PAGEGravatar Nick Piggin 1-30/+10