Age | Commit message (Expand) | Author | Files | Lines |
2010-12-07 | autofs4 - remove ioctl mutex (bz23142) | Ian Kent | 1 | -11/+1 |
2010-12-07 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -10/+15 |
2010-12-06 | Revert "vfs: show unreachable paths in getcwd and proc" | Eric W. Biederman | 1 | -1/+1 |
2010-12-03 | reiserfs: don't acquire lock recursively in reiserfs_acl_chmod | Frederic Weisbecker | 1 | -2/+4 |
2010-12-02 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 8 | -83/+188 |
2010-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 11 | -80/+127 |
2010-12-01 | xfs: only run xfs_error_test if error injection is active | Dave Chinner | 2 | -2/+6 |
2010-12-01 | xfs: avoid moving stale inodes in the AIL | Dave Chinner | 1 | -6/+25 |
2010-12-01 | xfs: delayed alloc blocks beyond EOF are valid after writeback | Dave Chinner | 2 | -2/+20 |
2010-12-01 | xfs: push stale, pinned buffers on trylock failures | Dave Chinner | 1 | -19/+16 |
2010-12-01 | xfs: fix failed write truncation handling. | Dave Chinner | 3 | -54/+121 |
2010-12-01 | exec: copy-and-paste the fixes into compat_do_execve() paths | Oleg Nesterov | 2 | -17/+19 |
2010-12-01 | exec: make argv/envp memory visible to oom-killer | Oleg Nesterov | 1 | -2/+30 |
2010-11-30 | cifs: fix parsing of hostname in dfs referrals | Jeff Layton | 1 | -1/+1 |
2010-11-30 | NFS: Fix a readdirplus bug | Trond Myklebust | 1 | -5/+1 |
2010-11-30 | cifs: display fsc in /proc/mounts | Suresh Jayaraman | 1 | -0/+2 |
2010-11-30 | cifs: enable fscache iff fsc mount option is used explicitly | Suresh Jayaraman | 1 | -6/+6 |
2010-11-30 | cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is set | Suresh Jayaraman | 1 | -0/+5 |
2010-11-30 | cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4) | Shirish Pargaonkar | 4 | -26/+40 |
2010-11-30 | cifs: Misc. cleanup in cifsacl handling [try #4] | Shirish Pargaonkar | 3 | -7/+17 |
2010-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 15 | -114/+572 |
2010-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 1 | -7/+8 |
2010-11-29 | cifs: trivial comment fix for cifs_invalidate_mapping | Suresh Jayaraman | 1 | -1/+3 |
2010-11-29 | Btrfs: don't use migrate page without CONFIG_MIGRATION | Chris Mason | 1 | -1/+6 |
2010-11-29 | Btrfs: deal with DIO bios that span more than one ordered extent | Chris Mason | 3 | -4/+89 |
2010-11-29 | Un-inline get_pipe_info() helper function | Linus Torvalds | 1 | -0/+12 |
2010-11-29 | Export 'get_pipe_info()' to other users | Linus Torvalds | 2 | -12/+1 |
2010-11-29 | Rename 'pipe_info()' to 'get_pipe_info()' | Linus Torvalds | 1 | -10/+9 |
2010-11-27 | Btrfs: setup blank root and fs_info for mount time | Josef Bacik | 2 | -7/+33 |
2010-11-27 | Btrfs: fix fiemap | Josef Bacik | 1 | -9/+54 |
2010-11-27 | Btrfs - fix race between btrfs_get_sb() and umount | Ian Kent | 1 | -0/+6 |
2010-11-27 | Btrfs: update inode ctime when using links | Josef Bacik | 1 | -0/+1 |
2010-11-27 | Btrfs: make sure new inode size is ok in fallocate | Josef Bacik | 1 | -0/+4 |
2010-11-27 | Btrfs: fix typo in fallocate to make it honor actual size | Josef Bacik | 1 | -4/+5 |
2010-11-27 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 6 | -32/+55 |
2010-11-27 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -25/+6 |
2010-11-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2 | -3/+3 |
2010-11-25 | reiserfs: fix inode mutex - reiserfs lock misordering | Frederic Weisbecker | 1 | -4/+3 |
2010-11-25 | pagemap: set pagemap walk limit to PMD boundary | Naoya Horiguchi | 1 | -1/+2 |
2010-11-25 | fuse: fix attributes after open(O_TRUNC) | Ken Sumrall | 1 | -0/+10 |
2010-11-24 | nilfs2: fix typo in comment of nilfs_dat_move function | Ryusuke Konishi | 1 | -1/+1 |
2010-11-23 | nilfs2: nilfs_iget_for_gc() returns ERR_PTR | Dan Carpenter | 1 | -2/+2 |
2010-11-22 | NFS: Ensure we return the dirent->d_type when it is known | Trond Myklebust | 5 | -3/+21 |
2010-11-22 | NFS: Correct the array bound calculation in nfs_readdir_add_to_array | Trond Myklebust | 1 | -4/+5 |
2010-11-22 | NFS: Don't ignore errors from nfs_do_filldir() | Trond Myklebust | 1 | -9/+9 |
2010-11-22 | NFS: Fix the error handling in "uncached_readdir()" | Trond Myklebust | 1 | -3/+2 |
2010-11-22 | NFS: Fix a page leak in uncached_readdir() | Trond Myklebust | 1 | -2/+3 |
2010-11-22 | NFS: Fix a page leak in nfs_do_filldir() | Trond Myklebust | 1 | -5/+5 |
2010-11-22 | NFS: Assume eof if the server returns no readdir records | Trond Myklebust | 1 | -3/+7 |
2010-11-22 | NFS: Buffer overflow in ->decode_dirent() should not be fatal | Trond Myklebust | 3 | -3/+3 |