1. 785a162 sysfs: make sysfs_file_ops() follow ignore_lockdep flag by Tejun Heo · 11 years ago
  2. 9d05746 vfs: allow O_PATH file descriptors for fstatfs() by Linus Torvalds · 11 years ago
  3. be5090d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  4. d64dab90 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  5. 6e4ea8e ext4: fix memory leak in xattr by Dave Jones · 11 years ago
  6. c00869f Btrfs: fix oops caused by the space balance and dead roots by Miao Xie · 11 years ago
  7. 14927d9 Btrfs: insert orphan roots into fs radix tree by Miao Xie · 11 years ago
  8. 7bf811a5 Btrfs: limit delalloc pages outside of find_delalloc_range by Josef Bacik · 11 years ago
  9. 4871c15 Btrfs: use right root when checking for hash collision by Josef Bacik · 11 years ago
  10. 8272701 sched/numa: Call task_numa_free() from do_execve() by Rik van Riel · 11 years ago
  11. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  12. dde2356 cifs: Allow LANMAN auth method for servers supporting unencapsulated authentication methods by Sachin Prabhu · 11 years ago
  13. 2f6c947 cifs: Fix inability to write files >2GB to SMB2/3 shares by Jan Klos · 11 years ago
  14. eb4c7df cifs: Avoid umount hangs with smb2 when server is unresponsive by Shirish Pargaonkar · 11 years ago
  15. c31f330 do not treat non-symlink reparse points as valid symlinks by Steve French · 11 years ago
  16. 3124eb1 sysfs: merge regular and bin file handling by Tejun Heo · 11 years ago
  17. 49fe604 sysfs: prepare open path for unified regular / bin file handling by Tejun Heo · 11 years ago
  18. 73d9714 sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c by Tejun Heo · 11 years ago
  19. 2f0c6b7 sysfs: add sysfs_bin_read() by Tejun Heo · 11 years ago
  20. f9b9a62 sysfs: prepare path write for unified regular / bin file handling by Tejun Heo · 11 years ago
  21. 3ff65d3 sysfs: collapse fs/sysfs/bin.c::fill_read() into read() by Tejun Heo · 11 years ago
  22. 9127016 sysfs: skip bin_buffer->buffer while reading by Tejun Heo · 11 years ago
  23. 13c589d sysfs: use seq_file when reading regular files by Tejun Heo · 11 years ago
  24. 8ef445f sysfs: use transient write buffer by Tejun Heo · 11 years ago
  25. bcafe4e sysfs: add sysfs_open_file->sd and ->file by Tejun Heo · 11 years ago
  26. 58282d8 sysfs: rename sysfs_buffer to sysfs_open_file by Tejun Heo · 11 years ago
  27. c75ec76 sysfs: add sysfs_open_file_mutex by Tejun Heo · 11 years ago
  28. 375b611 sysfs: remove sysfs_buffer->ops by Tejun Heo · 11 years ago
  29. e62063d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  30. aea585e sysfs: remove sysfs_buffer->needs_read_fill by Tejun Heo · 11 years ago
  31. 89e51da sysfs: remove unused sysfs_buffer->pos by Tejun Heo · 11 years ago
  32. b208c2f btrfs: Fix crash due to not allocating integrity data for a bioset by Darrick J. Wong · 11 years ago
  33. 1329dfc Merge branch 'for-linus' into for-linus-3.12 by Chris Mason · 11 years ago
  34. a5c984c Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  35. 3dbecf0 Merge tag 'xfs-for-linus-v3.12-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  36. 1357272 Btrfs: fix a use-after-free bug in btrfs_dev_replace_finishing by Ilya Dryomov · 11 years ago
  37. 964fb15 Btrfs: eliminate races in worker stopping code by Ilya Dryomov · 11 years ago
  38. 385fe0b Btrfs: fix crash of compressed writes by Liu Bo · 11 years ago
  39. 60e7cd3 Btrfs: fix transid verify errors when recovering log tree by Josef Bacik · 11 years ago
  40. b2a42f7 xfs: Use kmem_free() instead of free() by Thierry Reding · 11 years ago
  41. 9b3b77f xfs: fix memory leak in xlog_recover_add_to_trans by tinguely@sgi.com · 11 years ago
  42. 6d31349 xfs: dirent dtype presence is dependent on directory magic numbers by Dave Chinner · 11 years ago
  43. 89c6c89 xfs: lockdep needs to know about 3 dquot-deep nesting by Dave Chinner · 11 years ago
  44. 15c83d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  45. e46c772 GFS2: Protect quota sync generation by Steven Whitehouse · 11 years ago
  46. aabd7c7 GFS2: Inline qd_trylock into gfs2_quota_unlock by Steven Whitehouse · 11 years ago
  47. 1bf59bf GFS2: Make two similar quota code fragments into a function by Steven Whitehouse · 11 years ago
  48. bef292a GFS2: Remove obsolete quota tunable by Steven Whitehouse · 11 years ago
  49. 250f7c3 sysfs: introduce [__]sysfs_remove() by Tejun Heo · 11 years ago
  50. bcdde7e sysfs: make __sysfs_remove_dir() recursive by Tejun Heo · 11 years ago
  51. 26ea12d kobject: grab an extra reference on kobject->sd to allow duplicate deletes by Tejun Heo · 11 years ago
  52. d69ac5a sysfs: remove sysfs_addrm_cxt->parent_sd by Tejun Heo · 11 years ago
  53. 981d901 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  54. 26e43a1 GFS2: Move gfs2_icbit_munge into quota.c by Steven Whitehouse · 11 years ago
  55. 9e07f2c GFS2: Speed up starting point selection for block allocation by Steven Whitehouse · 11 years ago
  56. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  57. 9987524 NFSv4: Ensure that we disable the resend timeout for NFSv4 by Trond Myklebust · 11 years ago
  58. a6f951d NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk() by Trond Myklebust · 11 years ago
  59. 517bf8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  60. c2d22ec fs/super.c: fix lru_list leak for real by Al Viro · 11 years ago
  61. 698fa1d fuse: no RCU mode in fuse_access() by Miklos Szeredi · 11 years ago
  62. 6314efe fuse: readdirplus: fix RCU walk by Miklos Szeredi · 11 years ago
  63. 3c70b8e fuse: don't check_submounts_and_drop() in RCU walk by Miklos Szeredi · 11 years ago
  64. f927318 Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  65. 522d6d3 Merge branch 'akpm' (fixes from Andrew Morton) by Linus Torvalds · 11 years ago
  66. 7f42ec3 nilfs2: fix issue with race condition of competition between segments for dirty blocks by Vyacheslav Dubeyko · 11 years ago
  67. 7202365 fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing by Dan Aloni · 11 years ago
  68. 13f3583 afs: dget_parent() can't return a negative dentry by Al Viro · 11 years ago
  69. 7b9a237 ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate() by Al Viro · 11 years ago
  70. 4947555 sysv: Add forgotten superblock lock init for v7 fs by Lubomir Rintel · 11 years ago
  71. 88502b9 Merge 3.12-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  72. 367156d NFS: Give "flavor" an initial value to fix a compile warning by Anna Schumaker · 11 years ago
  73. 58a8cf1 NFSv4.1: try SECINFO_NO_NAME flavs until one works by Weston Andros Adamson · 11 years ago
  74. acd65e5 NFSv4.1: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds by Trond Myklebust · 11 years ago
  75. 52b26a3 NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails by Trond Myklebust · 11 years ago
  76. ddd23eb Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  77. f1fe29b NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open() by David Howells · 11 years ago
  78. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  79. 8fb883f FS-Cache: Add use/unuse/wake cookie wrappers by David Howells · 11 years ago
  80. e1f8826 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  81. af5c269 GFS2: Clean up reservation removal by Steven Whitehouse · 11 years ago
  82. 5e9ae2e aio: fix use-after-free in aio_migratepage by Benjamin LaHaise · 11 years ago
  83. cfec0bc sysfs: @name comes before @ns by Tejun Heo · 11 years ago
  84. 388975c sysfs: clean up sysfs_get_dirent() by Tejun Heo · 11 years ago
  85. cb26a31 sysfs: drop kobj_ns_type handling by Tejun Heo · 11 years ago
  86. 4b30ee5 sysfs: remove ktype->namespace() invocations in symlink code by Tejun Heo · 11 years ago
  87. e34ff49 sysfs: remove ktype->namespace() invocations in directory code by Tejun Heo · 11 years ago
  88. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  89. bcac376 sysfs: drop semicolon from to_sysfs_dirent() definition by Tejun Heo · 11 years ago
  90. 997def2 xfs: fix node forward in xfs_node_toosmall by Mark Tinguely · 11 years ago
  91. 5bc2afc NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method by Trond Myklebust · 11 years ago
  92. ffe67b5 [CIFS] update cifs.ko version by Steve French · 11 years ago
  93. 05c715f [CIFS] Remove ext2 flags that have been moved to fs.h by Steve French · 11 years ago
  94. a153e67 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  95. 99d7a88 fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume by Goldwyn Rodrigues · 11 years ago
  96. 2f6cf0d block: Fix bio_copy_data() by Kent Overstreet · 11 years ago
  97. 566055d xfs: log recovery lsn ordering needs uuid check by Dave Chinner · 11 years ago
  98. b771af2 xfs: fix XFS_IOC_FREE_EOFBLOCKS definition by Dave Chinner · 11 years ago
  99. b313a5f xfs: asserting lock not held during freeing not valid by Dave Chinner · 11 years ago
  100. 4885235 xfs: lock the AIL before removing the buffer item by Dave Chinner · 11 years ago