summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2013-11-12Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
2013-11-11Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-339/+448
2013-11-08Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-57/+464
2013-11-08Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds31-453/+1475
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring45-269/+353
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds4-43/+121
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-1121/+934
2013-11-05NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust2-9/+0
2013-11-05NFSv4: Sanity check the server reply in _nfs4_server_capabilitiesTrond Myklebust1-5/+20
2013-11-05NFSv4.2: encode_readdir - only ask for labels when doing readdirplusTrond Myklebust1-13/+12
2013-11-05nfs: set security label when revalidating inodeJeff Layton1-0/+2
2013-11-04GFS2: Use generic list_lru for quotaSteven Whitehouse4-66/+85
2013-11-04GFS2: Rename quota qd_lru_lock qd_lockSteven Whitehouse1-35/+35
2013-11-04GFS2: Use reflink for quota data cacheSteven Whitehouse2-15/+29
2013-11-02Query network adapter info at mount time for debuggingSteve French1-0/+30
2013-11-02Fix unused variable warning when CIFS POSIX disabledSteve French1-1/+1
2013-11-02Allow setting per-file compression via CIFS protocolSteve French5-4/+94
2013-11-02Query File System AlignmentSteven French4-4/+76
2013-11-02Query device characteristics at mount time from server on SMB2/3 not just on ...Steven French3-10/+28
2013-11-02cifs: Send a logoff request before removing a smb sessionShirish Pargaonkar3-9/+37
2013-11-02cifs: Make big endian multiplex ID sequences monotonic on the wireTim Gardner6-10/+35
2013-11-01sysfs: rename sysfs_assoc_lock and explain what it's aboutTejun Heo3-10/+30
2013-11-01sysfs: use generic_file_llseek() for sysfs_file_operationsTejun Heo1-1/+1
2013-11-01NFS: Fix a missing initialisation when reading the SELinux labelTrond Myklebust1-3/+3
2013-11-01nfs: fix oops when trying to set SELinux labelJeff Layton1-4/+4
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar31-76/+168
2013-11-01vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds1-2/+3
2013-10-31nfs: fix inverted test for delegation in nfs4_reclaim_open_stateJeff Layton1-1/+1
2013-10-30sysfs: return correct error code on unimplemented mmap()Vladimir Zapolskiy1-1/+0
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki1-2/+1
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki1-3/+1
2013-10-30sysfs: separate out dup filename warning into a separate functionTejun Heo2-11/+20
2013-10-30sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.cTejun Heo3-30/+39
2013-10-30sysfs: remove unused sysfs_get_dentry() prototypeTejun Heo1-1/+0
2013-10-30sysfs: honor bin_attr.attr.ignore_lockdepTejun Heo1-1/+3
2013-10-30sysfs: merge sysfs_elem_bin_attr into sysfs_elem_attrTejun Heo3-12/+9
2013-10-29Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust18-244/+276
2013-10-29nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields1-1/+7
2013-10-29nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c'Geyslan G. Bem1-6/+6
2013-10-29nfs: Use PTR_ERR_OR_ZERO in 'nfs41_callback_up' functionGeyslan G. Bem1-2/+1
2013-10-29nfs: Remove useless 'error' assignmentGeyslan G. Bem1-2/+1
2013-10-28NFS: add support for multiple sec= mount optionsWeston Andros Adamson5-70/+143
2013-10-28NFS: stop using NFS_MOUNT_SECFLAVOUR server flagWeston Andros Adamson4-7/+8
2013-10-28NFS: cache parsed auth_info in nfs_serverWeston Andros Adamson3-2/+4
2013-10-28NFS: separate passed security flavs from selectedWeston Andros Adamson4-35/+35
2013-10-28NFSv4: make nfs_find_best_sec staticWeston Andros Adamson2-2/+1
2013-10-28NFS: Fix possible endless state recovery waitChuck Lever1-4/+6
2013-10-28NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGRChuck Lever2-1/+18