1. 617588d locks: introduce new FL_DELEG lock flag by J. Bruce Fields · 13 years ago
  2. 6cedba8 vfs: take i_mutex on renamed file by J. Bruce Fields · 13 years ago
  3. 40bd22c vfs: rename I_MUTEX_QUOTA now that it's not used for quotas by J. Bruce Fields · 12 years ago
  4. 27555516 vfs: don't use PARENT/CHILD lock classes for non-directories by J. Bruce Fields · 12 years ago
  5. 375e289 vfs: pull ext4's double-i_mutex-locking into common code by J. Bruce Fields · 12 years ago
  6. f27c929 exportfs: fix quadratic behavior in filehandle lookup by J. Bruce Fields · 11 years ago
  7. efbf201 exportfs: better variable name by J. Bruce Fields · 11 years ago
  8. bbf7a8a exportfs: move most of reconnect_path to helper function by J. Bruce Fields · 11 years ago
  9. e4b70eb exportfs: eliminate unused "noprogress" counter by J. Bruce Fields · 11 years ago
  10. a056cc8 exportfs: stop retrying once we race with rename/remove by J. Bruce Fields · 11 years ago
  11. 0dbc018 exportfs: clear DISCONNECTED on all parents sooner by J. Bruce Fields · 11 years ago
  12. 78cee9a exportfs: more detailed comment for path_reconnect by J. Bruce Fields · 11 years ago
  13. 854ff5c exportfs: BUG_ON in crazy corner case by Christoph Hellwig · 11 years ago
  14. 13a2c3b dcache: fix outdated DCACHE_NEED_LOOKUP comment by J. Bruce Fields · 11 years ago
  15. f80de2c dcache: don't clear DCACHE_DISCONNECTED too early by J. Bruce Fields · 12 years ago
  16. e1a24bb dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries by J. Bruce Fields · 12 years ago
  17. 7632e46 dcache: use IS_ROOT to decide where dentry is hashed by J. Bruce Fields · 12 years ago
  18. b19f133 ocfs2: get rid of impossible checks by Al Viro · 11 years ago
  19. fbad2bd qnx4: i_sb is never NULL by Al Viro · 11 years ago
  20. 950ee95 exportfs: fix 32-bit nfsd handling of 64-bit inode numbers by J. Bruce Fields · 11 years ago
  21. b7a6ec5 vfs: split out vfs_getattr_nosec by J. Bruce Fields · 11 years ago
  22. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  23. b18825a VFS: Put a small type field into struct dentry::d_flags by David Howells · 11 years ago
  24. afabada elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) by Al Viro · 11 years ago
  25. ec57941 constify do_coredump() argument by Al Viro · 11 years ago
  26. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  27. 078d8e6 ... and kill anon_inode_getfile_private() by Al Viro · 11 years ago
  28. 71ad749 rework aio migrate pages to use aio fs by Benjamin LaHaise · 11 years ago
  29. 6987843 take anon inode allocation to libfs.c by Al Viro · 11 years ago
  30. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  31. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  32. 2507a4f make dump_emit() use vfs_write() instead of banging at ->f_op->write directly by Al Viro · 11 years ago
  33. 1ad6701 binfmt_elf: count notes towards coredump limit by Al Viro · 11 years ago
  34. 43a5d54 aout: switch to dump_emit by Al Viro · 11 years ago
  35. cdc3d56 switch elf_coredump_extra_notes_write() to dump_emit() by Al Viro · 11 years ago
  36. e6c1baa convert the rest of binfmt_elf_fdpic to dump_emit() by Al Viro · 11 years ago
  37. 13046ec binfmt_elf: convert writing actual dump pages to dump_emit() by Al Viro · 11 years ago
  38. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  39. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  40. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  41. 11d100d coda_revalidate_inode(): switch to passing inode... by Al Viro · 11 years ago
  42. b61625d fold __d_shrink() into its only remaining caller by Al Viro · 11 years ago
  43. eee5cc2 get rid of s_files and files_lock by Al Viro · 11 years ago
  44. 8b61e74 get rid of {lock,unlock}_rcu_walk() by Al Viro · 11 years ago
  45. 48a066e RCU'd vfsmounts by Al Viro · 11 years ago
  46. 42c3260 switch shrink_dcache_for_umount() to use of d_walk() by Al Viro · 11 years ago
  47. 6678d83 block: Consolidate duplicated bio_trim() implementations by Kent Overstreet · 11 years ago
  48. 170d800 block: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  49. 8077c0d bdi: test bdi_init failure by Mikulas Patocka · 11 years ago
  50. dd1f723 ext4: use prandom_u32() instead of get_random_bytes() by Theodore Ts'o · 11 years ago
  51. 1d15bd2 f2fs: fix memory leak after kobject init failed in fill_super by Chao Yu · 11 years ago
  52. fb51b5e f2fs: cleanup waiting routine for writeback pages in cp by Changman Lee · 11 years ago
  53. f275411 ext4: remove unreachable code after ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  54. 8efdf2b Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  55. c224b76 Merge tag 'nfs-for-3.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  56. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  57. a1212d2 Revert "sysfs: drop kobj_ns_type handling" by Linus Torvalds · 11 years ago
  58. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  59. 359d992 xfs: simplify kmem_{zone_}zalloc by Gu Zheng · 11 years ago
  60. d123031 xfs: add tracepoints to AGF/AGI read operations by Dave Chinner · 11 years ago
  61. 750b9c9 xfs: trace AIL manipulations by Dave Chinner · 11 years ago
  62. 1ca7d67 seqcount: Add lockdep functionality to seqcount/seqlock structures by John Stultz · 11 years ago
  63. 3b03f72 f2fs: avoid to use a NULL point in destroy_segment_manager by Chao Yu · 11 years ago
  64. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  65. 9410d22 audit: call audit_bprm() only once to add AUDIT_EXECVE information by Richard Guy Briggs · 11 years ago
  66. 14e972b audit: add child record before the create to handle case where create fails by Jeff Layton · 11 years ago
  67. 81407c8 audit: allow unsetting the loginuid (with priv) by Eric Paris · 11 years ago
  68. 7ba3ec5 ext2: Fix fs corruption in ext2_get_xip_mem() by Jan Kara · 11 years ago
  69. ce128de fuse: writepages: protect secondary requests from fuse file release by Maxim Patlasov · 11 years ago
  70. 41b6e41 fuse: writepages: update bdi writeout when deleting secondary request by Maxim Patlasov · 11 years ago
  71. 6eaf478 fuse: writepages: crop secondary requests by Maxim Patlasov · 11 years ago
  72. f601108 fuse: writepages: roll back changes if request not found by Maxim Patlasov · 11 years ago
  73. b78800b Revert "nfsd: remove_stid can be incorporated into nfs4_put_delegation" by J. Bruce Fields · 11 years ago
  74. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  75. b944dba NFSv4: Sanity check the server reply in _nfs4_server_capabilities by Trond Myklebust · 11 years ago
  76. d204c5d NFSv4.2: encode_readdir - only ask for labels when doing readdirplus by Trond Myklebust · 11 years ago
  77. 3da580a nfs: set security label when revalidating inode by Jeff Layton · 11 years ago
  78. 2732036 xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering by Dave Chinner · 11 years ago
  79. 13fd8a5 Merge branch 'aio-fix' of http://evilpiepirate.org/git/linux-bcache by Benjamin LaHaise · 11 years ago
  80. da0169b ext4: remove unreachable code in ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  81. 18da65e quota: info leak in quota_getquota() by Dan Carpenter · 11 years ago
  82. 2147dbf GFS2: Use generic list_lru for quota by Steven Whitehouse · 11 years ago
  83. 7d80823 GFS2: Rename quota qd_lru_lock qd_lock by Steven Whitehouse · 11 years ago
  84. 9b9f039 GFS2: Use reflink for quota data cache by Steven Whitehouse · 11 years ago
  85. 4bf08ff f2fs: remove unnecessary TestClearPageError when wait pages writeback by Chao Yu · 11 years ago
  86. c481e9f Query network adapter info at mount time for debugging by Steve French · 11 years ago
  87. f10d9ba Fix unused variable warning when CIFS POSIX disabled by Steve French · 11 years ago
  88. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  89. af6a12e Query File System Alignment by Steven French · 11 years ago
  90. 2167114 Query device characteristics at mount time from server on SMB2/3 not just on cifs mounts by Steven French · 11 years ago
  91. 7f48558 cifs: Send a logoff request before removing a smb session by Shirish Pargaonkar · 11 years ago
  92. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  93. 0cae60f sysfs: rename sysfs_assoc_lock and explain what it's about by Tejun Heo · 11 years ago
  94. 044e3bc sysfs: use generic_file_llseek() for sysfs_file_operations by Tejun Heo · 11 years ago
  95. 3378b7f nfsd4: fix discarded security labels on setattr by J. Bruce Fields · 11 years ago
  96. fcb63a9 NFS: Fix a missing initialisation when reading the SELinux label by Trond Myklebust · 11 years ago
  97. 12207f6 nfs: fix oops when trying to set SELinux label by Jeff Layton · 11 years ago
  98. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  99. dcb9917 ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea() by Theodore Ts'o · 11 years ago
  100. 358eec1 vfs: decrapify dput(), fix cache behavior under normal load by Linus Torvalds · 11 years ago