summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-51/+80
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds11-16/+16
2011-01-13cramfs: generate unique inode number for better inode cache usageStefani Seibold1-41/+69
2011-01-13aio: remove unused aio_run_iocbs()Jeff Moyer1-22/+5
2011-01-13aio: remove unnecessary checkNamhyung Kim1-1/+1
2011-01-13fs/char_dev.c: remove unused cdev_index()Namhyung Kim1-13/+0
2011-01-13/proc/kcore: fix seekingDave Anderson1-1/+1
2011-01-13proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2-3/+3
2011-01-13proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan1-4/+1
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek1-1/+1
2011-01-13proc: use single_open() correctlyJovi Zhang1-26/+3
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan3-15/+6
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan6-31/+31
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan4-9/+12
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches1-14/+8
2011-01-13reiserfs: make sure va_end() is always called after va_start().Jesper Juhl1-2/+2
2011-01-13befs: don't pass huge structs by valueJesper Juhl2-9/+9
2011-01-13pipe: use event aware wakeupsDavide Libenzi1-5/+5
2011-01-13binfmt_elf: cleanupsMikael Pettersson1-14/+9
2011-01-13epoll: convert max_user_watches to longRobin Holt1-8/+12
2011-01-13fs/select.c: fix information leak to userspaceVasiliy Kulikov1-0/+2
2011-01-13fs/ext4/inode.c: use pr_warn_ratelimited()Andrew Morton1-1/+2
2011-01-13ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo1-3/+7
2011-01-13ceph: Makefile: Remove unnessary codeTracey Dent1-22/+1
2011-01-13ceph: associate requests with opening sessionsSage Weil1-2/+4
2011-01-13ceph: drop redundant r_mds fieldSage Weil3-7/+11
2011-01-13ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil4-16/+32
2011-01-13ceph: add dir_layout to inodeSage Weil4-1/+25
2011-01-12NTFS: writev() fix and maintenance/contact details updateAnton Altaparmakov3-22/+21
2011-01-12Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds39-3814/+7414
2011-01-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-180/+164
2011-01-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds22-376/+543
2011-01-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds13-140/+521
2011-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds7-872/+877
2011-01-11ext4: fix trimming starting with block 0 with small blocksizeJan Kara1-0/+6
2011-01-11ext4: revert buggy trim overflow patchTheodore Ts'o1-6/+0
2011-01-11Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfsLinus Torvalds38-1920/+1997
2011-01-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-532/+842
2011-01-11NFS fix the setting of exchange id flagAndy Adamson1-4/+21
2011-01-11fs/9p: Don't set dentry->d_op in create routinesAneesh Kumar K.V2-19/+0
2011-01-11fs/9p: fix spelling typoEric Van Hensbergen1-1/+1
2011-01-11fs/9p: TREADLINK bugfixM. Mohan Kumar1-36/+22
2011-01-11fs/9p: Simplify the .L create operationAneesh Kumar K.V1-47/+28
2011-01-11fs/9p: Move dotl inode operations into a seperate fileAneesh Kumar K.V4-862/+916
2011-01-11fs/9p: fix menu presentationRandy Dunlap1-1/+4
2011-01-11fs/9p: Fix the return error on default acl removalAneesh Kumar K.V1-1/+1
2011-01-11fs/9p: Remove unnecessary semicolonsJoe Perches2-2/+2
2011-01-11Merge branch 'master' into for-linus-mergedAlex Elder38-1920/+1997
2011-01-11Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+2
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust22-117/+197