Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | switch coda | Al Viro | 2011-01-12 | 2 | -3/+2 | |
| * | | | | switch hpfs | Al Viro | 2011-01-12 | 4 | -9/+3 | |
| * | | | | switch btrfs, close races | Al Viro | 2011-01-12 | 3 | -12/+3 | |
| * | | | | switch ocfs2, close races | Al Viro | 2011-01-12 | 3 | -10/+2 | |
| * | | | | switch gfs2, close races | Al Viro | 2011-01-12 | 3 | -14/+3 | |
| * | | | | switch cifs | Al Viro | 2011-01-12 | 5 | -41/+7 | |
| * | | | | switch nfs to ->s_d_op | Al Viro | 2011-01-12 | 3 | -10/+1 | |
| * | | | | switch adfs | Al Viro | 2011-01-12 | 2 | -3/+2 | |
| * | | | | switch hfsplus | Al Viro | 2011-01-12 | 2 | -2/+1 | |
| * | | | | switch hfs | Al Viro | 2011-01-12 | 2 | -4/+1 | |
| * | | | | minixfs: kill dead code | Al Viro | 2011-01-12 | 1 | -2/+0 | |
| * | | | | switch sysv | Al Viro | 2011-01-12 | 2 | -5/+4 | |
| * | | | | switch fuse | Al Viro | 2011-01-12 | 2 | -7/+4 | |
| * | | | | switch jfs to ->s_d_op, close exportfs races | Al Viro | 2011-01-12 | 2 | -12/+4 | |
| * | | | | switch fat to ->s_d_op, close exportfs races there | Al Viro | 2011-01-12 | 4 | -45/+25 | |
| * | | | | fix isofs d_op handling | Al Viro | 2011-01-12 | 2 | -8/+7 | |
| * | | | | per-superblock default ->d_op | Al Viro | 2011-01-12 | 1 | -0/+4 | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-01-13 | 9 | -51/+80 | |
|\ \ \ \ \ | ||||||
| * | | | | | ceph: fsc->*_wq's aren't used in memory reclaim path | Tejun Heo | 2011-01-12 | 1 | -3/+7 | |
| * | | | | | ceph: Makefile: Remove unnessary code | Tracey Dent | 2011-01-12 | 1 | -22/+1 | |
| * | | | | | ceph: associate requests with opening sessions | Sage Weil | 2011-01-12 | 1 | -2/+4 | |
| * | | | | | ceph: drop redundant r_mds field | Sage Weil | 2011-01-12 | 3 | -7/+11 | |
| * | | | | | ceph: implement DIRLAYOUTHASH feature to get dir layout from MDS | Sage Weil | 2011-01-12 | 4 | -16/+32 | |
| * | | | | | ceph: add dir_layout to inode | Sage Weil | 2011-01-12 | 4 | -1/+25 | |
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 11 | -16/+16 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 152 | -1548/+2489 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | anon_inodes: fix wrong function name in comment | Namhyung Kim | 2010-12-10 | 1 | -3/+3 | |
| * | | | | | | | fix comment typos concerning "consistent" | Uwe Kleine-König | 2010-12-10 | 2 | -2/+2 | |
| * | | | | | | | coda: kill redundant cast in coda_alloc_inode() | Jesper Juhl | 2010-12-10 | 1 | -1/+1 | |
| * | | | | | | | ext4: fix redirty_page_for_writepage() typo in comment | Wu Fengguang | 2010-11-15 | 1 | -1/+1 | |
| * | | | | | | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 6 | -8/+8 | |
| * | | | | | | | Kconfig: typo: and -> an | Michael Witten | 2010-11-01 | 1 | -1/+1 | |
* | | | | | | | | cramfs: generate unique inode number for better inode cache usage | Stefani Seibold | 2011-01-13 | 1 | -41/+69 | |
* | | | | | | | | aio: remove unused aio_run_iocbs() | Jeff Moyer | 2011-01-13 | 1 | -22/+5 | |
* | | | | | | | | aio: remove unnecessary check | Namhyung Kim | 2011-01-13 | 1 | -1/+1 | |
* | | | | | | | | fs/char_dev.c: remove unused cdev_index() | Namhyung Kim | 2011-01-13 | 1 | -13/+0 | |
* | | | | | | | | /proc/kcore: fix seeking | Dave Anderson | 2011-01-13 | 1 | -1/+1 | |
* | | | | | | | | proc: move proc_console.c to fs/proc/consoles.c | Alexey Dobriyan | 2011-01-13 | 2 | -3/+3 | |
* | | | | | | | | proc: less LOCK/UNLOCK in remove_proc_entry() | Alexey Dobriyan | 2011-01-13 | 1 | -4/+1 | |
* | | | | | | | | kpagecount: add slab page checking because _mapcount is in a union | Petr Holasek | 2011-01-13 | 1 | -1/+1 | |
* | | | | | | | | proc: use single_open() correctly | Jovi Zhang | 2011-01-13 | 1 | -26/+3 | |
* | | | | | | | | proc: ->low_ino cleanup | Alexey Dobriyan | 2011-01-13 | 3 | -15/+6 | |
* | | | | | | | | proc: use seq_puts()/seq_putc() where possible | Alexey Dobriyan | 2011-01-13 | 6 | -31/+31 | |
* | | | | | | | | proc: use unsigned long inside /proc/*/statm | Alexey Dobriyan | 2011-01-13 | 4 | -9/+12 | |
* | | | | | | | | fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps | Joe Perches | 2011-01-13 | 1 | -14/+8 | |
* | | | | | | | | reiserfs: make sure va_end() is always called after va_start(). | Jesper Juhl | 2011-01-13 | 1 | -2/+2 | |
* | | | | | | | | befs: don't pass huge structs by value | Jesper Juhl | 2011-01-13 | 2 | -9/+9 | |
* | | | | | | | | pipe: use event aware wakeups | Davide Libenzi | 2011-01-13 | 1 | -5/+5 | |
* | | | | | | | | binfmt_elf: cleanups | Mikael Pettersson | 2011-01-13 | 1 | -14/+9 | |
* | | | | | | | | epoll: convert max_user_watches to long | Robin Holt | 2011-01-13 | 1 | -8/+12 |