Age | Commit message (Expand) | Author | Files | Lines |
2009-06-22 | NFS: Correct the NFS mount path when following a referral | Trond Myklebust | 1 | -0/+24 |
2009-06-22 | NFS: Fix nfs_path() to always return a '/' at the beginning of the path | Trond Myklebust | 1 | -0/+5 |
2009-06-22 | NFSv4: Replace nfs4_path_walk() with VFS path lookup in a private namespace | Trond Myklebust | 1 | -21/+157 |
2009-06-22 | VFS: Add VFS helper functions for setting up private namespaces | Trond Myklebust | 1 | -8/+37 |
2009-06-22 | VFS: Uninline the function put_mnt_ns() | Trond Myklebust | 1 | -2/+6 |
2009-06-22 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2 | -54/+2 |
2009-06-22 | Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsd | Linus Torvalds | 17 | -597/+1142 |
2009-06-22 | Merge branch 'for-2.6.31' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 24 | -510/+3930 |
2009-06-22 | Making fs/minix/minix.h double including safe | Hitoshi Mitake | 1 | -0/+5 |
2009-06-20 | nfs41: Move initialization of nfs4_opendata seq_res to nfs4_init_opendata_res | Benny Halevy | 1 | -1/+1 |
2009-06-20 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+15 |
2009-06-20 | fat: Fix the removal of opts->fs_dmask | OGAWA Hirofumi | 1 | -1/+1 |
2009-06-19 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 3 | -29/+8 |
2009-06-19 | 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-18 | nfsd41: Backchannel: minorversion support for the back channel | Andy Adamson | 2 | -1/+3 |
2009-06-18 | nfsd41: Backchannel: cleanup nfs4.0 callback encode routines | Andy Adamson | 1 | -8/+16 |
2009-06-18 | Merge branch 'devel-for-2.6.31' into for-2.6.31 | Trond Myklebust | 13 | -217/+626 |
2009-06-18 | nfsd41: Remove ip address collision detection case | Mike Sager | 1 | -12/+6 |
2009-06-18 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 19 | -324/+1714 |
2009-06-18 | seq_file: add function to write binary data | Peter Oberparleiter | 1 | -0/+20 |
2009-06-18 | elf_core_dump: use rcu_read_lock() to access ->real_parent | Oleg Nesterov | 2 | -4/+12 |
2009-06-18 | reiserfs: fix warnings with gcc 4.4 | Jeff Mahoney | 2 | -7/+8 |
2009-06-18 | ufs: sector_t cannot be negative | Roel Kluin | 1 | -9/+1 |
2009-06-18 | isofs: cleanup mount option processing | Jan Kara | 4 | -45/+40 |
2009-06-18 | isofs: fix setting of uid and gid to 0 | Jan Kara | 2 | -14/+14 |
2009-06-18 | isofs: let mode and dmode mount options override rock ridge mode setting | Jan Kara | 2 | -12/+41 |
2009-06-18 | ext3: make sure inode is deleted from orphan list after truncate | Jan Kara | 1 | -9/+11 |
2009-06-18 | jbd: clean up journal_try_to_free_buffers() | Hisashi Hifumi | 1 | -48/+0 |
2009-06-18 | ext3: fix chain verification in ext3_get_blocks() | Jan Kara | 1 | -1/+1 |
2009-06-18 | ext2: Do not update mtime of a moved directory | Jan Kara | 3 | -5/+7 |
2009-06-18 | proc: vmcore - use kzalloc in get_new_element() | Cyrill Gorcunov | 1 | -6/+1 |
2009-06-18 | procfs: remove sparse errors in proc_devtree.c | Michal Simek | 1 | -5/+5 |
2009-06-18 | epoll: fix nested calls support | Davide Libenzi | 1 | -9/+12 |
2009-06-18 | 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-17 | nfs: remove unnecessary NFS_INO_INVALID_ACL checks | James Morris | 2 | -4/+0 |
2009-06-17 | NFS: More "sloppy" parsing problems | Chuck Lever | 1 | -34/+108 |
2009-06-17 | NFS: Invalid mount option values should always fail, even with "sloppy" | Chuck Lever | 1 | -96/+61 |
2009-06-17 | NFS: Remove unused XDR decoder functions | Chuck Lever | 1 | -29/+0 |
2009-06-17 | NFS: Update MNT and MNT3 reply decoding functions | Chuck Lever | 4 | -14/+55 |
2009-06-17 | NFS: add XDR decoder for mountd version 3 auth-flavor lists | Chuck Lever | 2 | -0/+43 |
2009-06-17 | NFS: add new file handle decoders to in-kernel mountd client | Chuck Lever | 1 | -0/+39 |
2009-06-17 | NFS: Add separate mountd status code decoders for each mountd version | Chuck Lever | 1 | -0/+116 |
2009-06-17 | NFS: remove unused function in fs/nfs/mount_clnt.c | Chuck Lever | 1 | -8/+0 |
2009-06-17 | NFS: Use xdr_stream-based XDR encoder for MNT's dirpath argument | Chuck Lever | 1 | -5/+44 |
2009-06-17 | NFS: Clean up MNT program definitions | Chuck Lever | 2 | -4/+31 |