Age | Commit message (Expand) | Author | Files | Lines |
2013-11-11 | CIFS: Fix symbolic links usage | Pavel Shilovsky | 6 | -49/+55 |
2013-11-08 | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 14 | -57/+464 |
2013-11-08 | Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 31 | -453/+1475 |
2013-11-07 | Revert "sysfs: drop kobj_ns_type handling" | Linus Torvalds | 4 | -43/+121 |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 9 | -1121/+934 |
2013-11-04 | NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security | Trond Myklebust | 2 | -9/+0 |
2013-11-04 | NFSv4: Sanity check the server reply in _nfs4_server_capabilities | Trond Myklebust | 1 | -5/+20 |
2013-11-04 | NFSv4.2: encode_readdir - only ask for labels when doing readdirplus | Trond Myklebust | 1 | -13/+12 |
2013-11-04 | nfs: set security label when revalidating inode | Jeff Layton | 1 | -0/+2 |
2013-11-02 | Query network adapter info at mount time for debugging | Steve French | 1 | -0/+30 |
2013-11-02 | Fix unused variable warning when CIFS POSIX disabled | Steve French | 1 | -1/+1 |
2013-11-02 | Allow setting per-file compression via CIFS protocol | Steve French | 5 | -4/+94 |
2013-11-02 | Query File System Alignment | Steven French | 4 | -4/+76 |
2013-11-02 | Query device characteristics at mount time from server on SMB2/3 not just on ... | Steven French | 3 | -10/+28 |
2013-11-02 | cifs: Send a logoff request before removing a smb session | Shirish Pargaonkar | 3 | -9/+37 |
2013-11-02 | cifs: Make big endian multiplex ID sequences monotonic on the wire | Tim Gardner | 6 | -10/+35 |
2013-11-01 | sysfs: rename sysfs_assoc_lock and explain what it's about | Tejun Heo | 3 | -10/+30 |
2013-11-01 | sysfs: use generic_file_llseek() for sysfs_file_operations | Tejun Heo | 1 | -1/+1 |
2013-11-01 | NFS: Fix a missing initialisation when reading the SELinux label | Trond Myklebust | 1 | -3/+3 |
2013-11-01 | nfs: fix oops when trying to set SELinux label | Jeff Layton | 1 | -4/+4 |
2013-10-31 | vfs: decrapify dput(), fix cache behavior under normal load | Linus Torvalds | 1 | -2/+3 |
2013-10-31 | nfs: fix inverted test for delegation in nfs4_reclaim_open_state | Jeff Layton | 1 | -1/+1 |
2013-10-30 | sysfs: return correct error code on unimplemented mmap() | Vladimir Zapolskiy | 1 | -1/+0 |
2013-10-30 | Revert "select: use freezable blocking call" | Rafael J. Wysocki | 1 | -2/+1 |
2013-10-30 | Revert "epoll: use freezable blocking call" | Rafael J. Wysocki | 1 | -3/+1 |
2013-10-29 | sysfs: separate out dup filename warning into a separate function | Tejun Heo | 2 | -11/+20 |
2013-10-29 | sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c | Tejun Heo | 3 | -30/+39 |
2013-10-29 | sysfs: remove unused sysfs_get_dentry() prototype | Tejun Heo | 1 | -1/+0 |
2013-10-29 | sysfs: honor bin_attr.attr.ignore_lockdep | Tejun Heo | 1 | -1/+3 |
2013-10-29 | sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr | Tejun Heo | 3 | -12/+9 |
2013-10-28 | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe... | Trond Myklebust | 18 | -244/+276 |
2013-10-28 | nfs: use IS_ROOT not DCACHE_DISCONNECTED | J. Bruce Fields | 1 | -1/+7 |
2013-10-28 | nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c' | Geyslan G. Bem | 1 | -6/+6 |
2013-10-28 | nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' function | Geyslan G. Bem | 1 | -2/+1 |
2013-10-28 | nfs: Remove useless 'error' assignment | Geyslan G. Bem | 1 | -2/+1 |
2013-10-28 | NFS: add support for multiple sec= mount options | Weston Andros Adamson | 5 | -70/+143 |
2013-10-28 | NFS: stop using NFS_MOUNT_SECFLAVOUR server flag | Weston Andros Adamson | 4 | -7/+8 |
2013-10-28 | NFS: cache parsed auth_info in nfs_server | Weston Andros Adamson | 3 | -2/+4 |
2013-10-28 | NFS: separate passed security flavs from selected | Weston Andros Adamson | 4 | -35/+35 |
2013-10-28 | NFSv4: make nfs_find_best_sec static | Weston Andros Adamson | 2 | -2/+1 |
2013-10-28 | NFS: Fix possible endless state recovery wait | Chuck Lever | 1 | -4/+6 |
2013-10-28 | NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR | Chuck Lever | 2 | -1/+18 |
2013-10-28 | NFS: Handle SEQ4_STATUS_LEASE_MOVED | Chuck Lever | 1 | -2/+3 |
2013-10-28 | NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW | Chuck Lever | 1 | -1/+7 |
2013-10-28 | NFS: Migration support for RELEASE_LOCKOWNER | Chuck Lever | 1 | -0/+16 |
2013-10-28 | NFS: Implement support for NFS4ERR_LEASE_MOVED | Chuck Lever | 1 | -0/+9 |
2013-10-28 | NFS: Support NFS4ERR_LEASE_MOVED recovery in state manager | Chuck Lever | 2 | -1/+74 |
2013-10-28 | NFS: Add method to detect whether an FSID is still on the server | Chuck Lever | 3 | -2/+195 |
2013-10-28 | NFS: Handle NFS4ERR_MOVED during delegation recall | Chuck Lever | 1 | -0/+3 |
2013-10-28 | NFS: Add migration recovery callouts in nfs4proc.c | Chuck Lever | 1 | -2/+20 |