aboutsummaryrefslogtreecommitdiffstats
path: root/fs/qnx6 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds2-25/+15
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds2-10/+11
2013-09-07lockref: add ability to mark lockrefs "dead"Linus Torvalds2-0/+41
2013-09-07lockref: fix docbook argument namesLinus Torvalds1-4/+4
2013-09-07Revert "Input: introduce BTN/ABS bits for drums and guitars"Linus Torvalds5-433/+3
2013-09-07um: Add irq chip um/mask handlersRichard Weinberger1-0/+4
2013-09-07um: prctl: Do not include linux/ptrace.hRichard Weinberger1-1/+1
2013-09-07um: Run UML in it's own session.Richard Weinberger1-0/+2
2013-09-07um: Cleanup SIGTERM handlingRichard Weinberger8-12/+16
2013-09-07um: ubd: Introduce submit_request()Richard Weinberger1-13/+19
2013-09-07um: ubd: Add REQ_FLUSH suppportRichard Weinberger3-1/+50
2013-09-07um: Implement probe_kernel_read()Richard Weinberger4-1/+78
2013-09-07um: hostfs: Fix writebackRichard Weinberger1-1/+8
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"Herbert Xu12-43/+1082
2013-09-06NVMe: Merge issue on character device bring-upKeith Busch1-4/+8
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng1-4/+4
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng3-11/+1
2013-09-06tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet1-1/+4
2013-09-06net: add documentation for BQL helpersFlorian Fainelli1-0/+26
2013-09-06mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker1-10/+0
2013-09-06bnx2x: Restore a call to config_initEilon Greenstein1-6/+3
2013-09-06bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov1-0/+2
2013-09-06tcp: fix no cwnd growth after timeoutYuchung Cheng1-4/+2
2013-09-06net: netlink: filter particular protocols from analyzersDaniel Borkmann1-0/+30
2013-09-06tile: refresh tile defconfig filesChris Metcalf2-268/+60
2013-09-06tile: rework <asm/cmpxchg.h>Chris Metcalf7-164/+156
2013-09-06ceph: trivial buildbot warnings fixMilosz Tanski2-4/+4
2013-09-06ceph: Do not do invalidate if the filesystem is mounted nofscMilosz Tanski1-0/+4
2013-09-06ceph: page still marked private_2Milosz Tanski2-1/+14
2013-09-06ceph: ceph_readpage_to_fscache didn't check if markedMilosz Tanski1-0/+3
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski2-0/+9
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski10-13/+666
2013-09-06hwmon: (emc6w201) Do not declare enum variableGuenter Roeck1-1/+1
2013-09-06hwmon: (w83792d) Update module authorShane Huang3-5/+4
2013-09-06fscache: Netfs function for cleanup post readpagesMilosz Tanski3-1/+55
2013-09-06FS-Cache: Fix heading in documentationDavid Howells1-1/+1
2013-09-06CacheFiles: Implement interface to check cache consistencyDavid Howells3-0/+63
2013-09-06FS-Cache: Add interface to check consistency of a cached objectDavid Howells7-28/+154
2013-09-05net: stmmac: fix bad merge conflict resolutionOlof Johansson1-0/+1
2013-09-05constify dcache.c inlined helpers where possibleAl Viro1-6/+6
2013-09-05fuse: drop dentry on failed revalidateAnand Avati1-0/+2
2013-09-05fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi1-8/+18
2013-09-05fuse: use d_materialise_unique()Miklos Szeredi1-43/+26
2013-09-05sysfs: use check_submounts_and_drop()Miklos Szeredi1-12/+8
2013-09-05nfs: use check_submounts_and_drop()Miklos Szeredi1-5/+4
2013-09-05gfs2: use check_submounts_and_drop()Miklos Szeredi1-6/+3
2013-09-05afs: use check_submounts_and_drop()Miklos Szeredi1-7/+3
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi3-6/+39
2013-09-05vfs: check submounts and drop atomicallyMiklos Szeredi2-0/+66
2013-09-05vfs: add d_walk()Miklos Szeredi1-161/+148