Age | Commit message (Expand) | Author | Files | Lines |
2009-06-20 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 8 | -12/+12 |
2009-06-19 | inotify: inotify_destroy_mark_entry could get called twice | Eric Paris | 3 | -29/+8 |
2009-06-19 | block: rename CONFIG_LBD to CONFIG_LBDAF | Bartlomiej Zolnierkiewicz | 8 | -12/+12 |
2009-06-19 | nfsd41: Backchannel: minorversion support for the back channel | Andy Adamson | 2 | -1/+3 |
2009-06-19 | nfsd41: Backchannel: cleanup nfs4.0 callback encode routines | Andy Adamson | 1 | -8/+16 |
2009-06-19 | Merge branch 'devel-for-2.6.31' into for-2.6.31 | Trond Myklebust | 13 | -217/+626 |
2009-06-19 | nfsd41: Remove ip address collision detection case | Mike Sager | 1 | -12/+6 |
2009-06-19 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 19 | -324/+1714 |
2009-06-19 | seq_file: add function to write binary data | Peter Oberparleiter | 1 | -0/+20 |
2009-06-19 | elf_core_dump: use rcu_read_lock() to access ->real_parent | Oleg Nesterov | 2 | -4/+12 |
2009-06-19 | reiserfs: fix warnings with gcc 4.4 | Jeff Mahoney | 2 | -7/+8 |
2009-06-19 | ufs: sector_t cannot be negative | Roel Kluin | 1 | -9/+1 |
2009-06-19 | isofs: cleanup mount option processing | Jan Kara | 4 | -45/+40 |
2009-06-19 | isofs: fix setting of uid and gid to 0 | Jan Kara | 2 | -14/+14 |
2009-06-19 | isofs: let mode and dmode mount options override rock ridge mode setting | Jan Kara | 2 | -12/+41 |
2009-06-19 | ext3: make sure inode is deleted from orphan list after truncate | Jan Kara | 1 | -9/+11 |
2009-06-19 | jbd: clean up journal_try_to_free_buffers() | Hisashi Hifumi | 1 | -48/+0 |
2009-06-19 | ext3: fix chain verification in ext3_get_blocks() | Jan Kara | 1 | -1/+1 |
2009-06-19 | ext2: Do not update mtime of a moved directory | Jan Kara | 3 | -5/+7 |
2009-06-19 | proc: vmcore - use kzalloc in get_new_element() | Cyrill Gorcunov | 1 | -6/+1 |
2009-06-19 | procfs: remove sparse errors in proc_devtree.c | Michal Simek | 1 | -5/+5 |
2009-06-19 | epoll: fix nested calls support | Davide Libenzi | 1 | -9/+12 |
2009-06-19 | proc: export statistics for softirq to /proc | Keika Kobayashi | 3 | -0/+60 |
2009-06-18 | nfsd: optimise the starting of zero threads when none are running. | NeilBrown | 1 | -2/+4 |
2009-06-18 | nfsd: don't take nfsd_mutex twice when setting number of threads. | NeilBrown | 2 | -5/+15 |
2009-06-18 | fs: Provide empty .set_page_dirty() aop for anon inodes | Peter Zijlstra | 1 | -0/+15 |
2009-06-18 | udf: Use device size when drive reported bogus number of written blocks | Jan Kara | 1 | -1/+6 |
2009-06-18 | nfs: remove unnecessary NFS_INO_INVALID_ACL checks | James Morris | 2 | -4/+0 |
2009-06-18 | NFS: More "sloppy" parsing problems | Chuck Lever | 1 | -34/+108 |
2009-06-18 | NFS: Invalid mount option values should always fail, even with "sloppy" | Chuck Lever | 1 | -96/+61 |
2009-06-18 | NFS: Remove unused XDR decoder functions | Chuck Lever | 1 | -29/+0 |
2009-06-18 | NFS: Update MNT and MNT3 reply decoding functions | Chuck Lever | 4 | -14/+55 |
2009-06-18 | NFS: add XDR decoder for mountd version 3 auth-flavor lists | Chuck Lever | 2 | -0/+43 |
2009-06-18 | NFS: add new file handle decoders to in-kernel mountd client | Chuck Lever | 1 | -0/+39 |
2009-06-18 | NFS: Add separate mountd status code decoders for each mountd version | Chuck Lever | 1 | -0/+116 |
2009-06-18 | NFS: remove unused function in fs/nfs/mount_clnt.c | Chuck Lever | 1 | -8/+0 |
2009-06-18 | NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argument | Chuck Lever | 1 | -5/+44 |
2009-06-18 | NFS: Clean up MNT program definitions | Chuck Lever | 2 | -4/+31 |
2009-06-18 | lockd: Don't bother with RPC ping for NSM upcalls | Chuck Lever | 1 | -0/+1 |
2009-06-18 | lockd: Update NSM state from SM_MON replies | Chuck Lever | 2 | -7/+13 |
2009-06-18 | NFS: Fix false error return from nfs_callback_up() if ipv6.ko is not available | Chuck Lever | 1 | -1/+3 |
2009-06-18 | NFS: Return error code from nfs_callback_up() to user space | Chuck Lever | 1 | -4/+8 |
2009-06-18 | NFS: Do not display the setting of the "intr" mount option | Chuck Lever | 1 | -1/+0 |
2009-06-18 | NFS: add support for splice writes | Suresh Jayaraman | 1 | -0/+31 |
2009-06-18 | Merge commit 'linux-pnfs/nfs41-for-2.6.31' into nfsv41-for-2.6.31 | Trond Myklebust | 17 | -296/+3307 |
2009-06-18 | jbd2: clean up jbd2_journal_try_to_free_buffers() | Hisashi Hifumi | 1 | -49/+0 |
2009-06-18 | nfs41: Backchannel: CB_SEQUENCE validation | Ricardo Labiaga | 1 | -4/+67 |
2009-06-18 | nfs41: Backchannel: New find_client_with_session() | Ricardo Labiaga | 1 | -0/+36 |
2009-06-18 | nfs41: Backchannel: Add a backchannel slot table to the session | Ricardo Labiaga | 1 | -12/+36 |
2009-06-18 | nfs41: Backchannel: Refactor nfs4_init_slot_table() | Ricardo Labiaga | 1 | -7/+19 |