aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-14fs: force_reval_path drop rcu-walk before d_invalidateNick Piggin1-0/+10
2011-01-13nfsd: break lease on unlink, link, and renameJ. Bruce Fields1-4/+23
2011-01-13nfsd4: break lease on nfsd setattrJ. Bruce Fields1-8/+4
2011-01-13nfsd: don't support msnfs export optionJ. Bruce Fields2-43/+2
2011-01-13nfsd4: initialize cb_per_clientJ. Bruce Fields1-0/+1
2011-01-13fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi1-1/+1
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-1/+3
2011-01-13mm: smaps: export mlock informationNikanth Karthikesan1-2/+5
2011-01-13fs/mpage.c: consolidate codeHai Shan1-32/+17
2011-01-13sync_inode_metadata: fix commentAndrew Morton1-2/+2
2011-01-13writeback: avoid livelocking WB_SYNC_ALL writebackJan Kara1-4/+23
2011-01-13writeback: stop background/kupdate works from livelocking other worksJan Kara1-0/+10
2011-01-13writeback: trace wakeup event for background writebackWu Fengguang1-0/+1
2011-01-13writeback: integrated background writeback workJan Kara1-15/+46
2011-01-13ecryptfs: fix broken buildLinus Torvalds1-3/+2
2011-01-13Squashfs: simplify CONFIG_SQUASHFS_LZO handlingPhillip Lougher3-9/+6
2011-01-13Squashfs: move squashfs_i() definition from squashfs.hPhillip Lougher10-13/+6
2011-01-13Squashfs: get rid of default n in KconfigPhillip Lougher1-3/+0
2011-01-13Squashfs: add missing check in zlib_wrapperPhillip Lougher1-0/+5
2011-01-13Squashfs: remove unnecessary variable in zlib_wrapperPhillip Lougher1-5/+4
2011-01-13Squashfs: Add XZ compression configuration optionPhillip Lougher4-0/+28
2011-01-13Squashfs: add XZ compression supportPhillip Lougher2-0/+154
2011-01-13NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust1-1/+5
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-698/+347
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds94-396/+740
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-51/+80
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus 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-13Merge branch 'for-2.6.38/event-handling' into for-2.6.38/coreJens Axboe2-96/+34