summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-09-10dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-09-10fs: bump inode and dentry counters to longGlauber Costa
2013-09-10Add missing unlocks to error paths of mountpoint_last.Dave Jones
2013-09-10... and fold the renamed __vfs_follow_link() into its only callerAl Viro
2013-09-10fs: remove vfs_follow_linkChristoph Hellwig
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-10vfs: make sure we don't have a stale root path if unlazy_walk() failsLinus Torvalds
2013-09-10xfs: don't assert fail on bad inode numbersDave Chinner
2013-09-10xfs: aborted buf items can be in the AIL.Dave Chinner
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner
2013-09-10xfs: fix memory allocation failures with ACLsDave Chinner
2013-09-10xfs: ensure we copy buffer type in da btree root splitsDave Chinner
2013-09-10xfs: set remote symlink buffer type for recoveryDave Chinner
2013-09-10xfs: recovery of swap extents operations for CRC filesystemsDave Chinner
2013-09-10NFSv4.1 fix decode_free_stateidAndy Adamson
2013-09-10xfs: swap extents operations for CRC filesystemsDave Chinner
2013-09-09CIFS: Respect epoch value from create lease context v2Pavel Shilovsky
2013-09-09CIFS: Add create lease v2 context for SMB3Pavel Shilovsky
2013-09-09CIFS: Move parsing lease buffer to ops structPavel Shilovsky
2013-09-09CIFS: Move creating lease buffer to ops structPavel Shilovsky
2013-09-09CIFS: Store lease state itself rather than a mapped oplock valuePavel Shilovsky
2013-09-09xfs: check magic numbers in dir3 leaf verifier firstDave Chinner
2013-09-09xfs: fix some minor sparse warningsDave Chinner
2013-09-09xfs: fix endian warning in xlog_recover_get_buf_lsn()Dave Chinner
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2013-09-09direct-io: Use return from cmpxchg to decide of assignment happenedOlof Johansson
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long
2013-09-09aio: rcu_read_lock protection for new rcu_dereference callsArtem Savkov
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-09-09Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-09-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2013-09-09aio: fix race in ring buffer page lookup introduced by page migration supportBenjamin LaHaise
2013-09-08autofs4 - fix device ioctl mount lookupIan Kent
2013-09-08vfs: fix dentry RCU to refcounting possibly sleeping dput()Linus Torvalds
2013-09-08introduce kern_path_mountpoint()Al Viro
2013-09-08rename user_path_umountat() to user_path_mountpoint_at()Al Viro
2013-09-08take unlazy_walk() into umount_lookup_last()Al Viro
2013-09-08CIFS: Replace clientCanCache* bools with an integerPavel Shilovsky
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds
2013-09-08[CIFS] quiet sparse compile warningSteve French
2013-09-08cifs: Start using per session key for smb2/3 for signature generationShirish Pargaonkar
2013-09-08cifs: Add a variable specific to NTLMSSP for key exchange.Shirish Pargaonkar
2013-09-08cifs: Process post session setup code in respective dialect functions.Shirish Pargaonkar
2013-09-08CIFS: convert to use le32_add_cpu()Wei Yongjun
2013-09-08CIFS: Fix missing lease breakPavel Shilovsky