1. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  3. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  4. 5d92b75 xfs: Change how listxattr generates synthetic attributes by Andreas Gruenbacher · 9 years ago
  5. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  6. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  7. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  9. 5d50ac7 Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  10. 5c50002 vfs: remove unused wrapper block_page_mkwrite() by Ross Zwisler · 9 years ago
  11. 4e14e49 Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next by Dave Chinner · 9 years ago
  12. 7a29ac4 xfs: give all workqueues rescuer threads by Chris Mason · 9 years ago
  13. 848ccfc xfs: fix log recovery op header validation assert by Brian Foster · 9 years ago
  14. edfb8eb xfs: Fix error path in xfs_get_acl by Andreas Gruenbacher · 9 years ago
  15. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  16. 264e89a Merge branch 'xfs-dax-updates' into for-next by Dave Chinner · 9 years ago
  17. 2da5c4b Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next by Dave Chinner · 9 years ago
  18. fc0561c xfs: optimise away log forces on timestamp updates for fdatasync by Dave Chinner · 9 years ago
  19. af3b638 xfs: don't leak uuid table on rmmod by Darrick J. Wong · 9 years ago
  20. 47e1bf6 xfs: invalidate cached acl if set via ioctl by Andreas Gruenbacher · 9 years ago
  21. 09cb22d xfs: Plug memory leak in xfs_attrmulti_attr_set by Andreas Gruenbacher · 9 years ago
  22. 86a21c7 xfs: Validate the length of on-disk ACLs by Andreas Gruenbacher · 9 years ago
  23. 67d8e04 xfs: invalidate cached acl if set directly via xattr by Brian Foster · 9 years ago
  24. 13ad4fe xfs: xfs_filemap_pmd_fault treats read faults as write faults by Dave Chinner · 9 years ago
  25. 3af4928 xfs: add ->pfn_mkwrite support for DAX by Dave Chinner · 9 years ago
  26. 01a155e xfs: DAX does not use IO completion callbacks by Dave Chinner · 9 years ago
  27. 1ca1915 xfs: Don't use unwritten extents for DAX by Dave Chinner · 9 years ago
  28. 3fbbbea xfs: introduce BMAPI_ZERO for allocating zeroed extents by Dave Chinner · 9 years ago
  29. 3e12dbb xfs: fix inode size update overflow in xfs_map_direct() by Dave Chinner · 9 years ago
  30. 24ba16b xfs: clear PF_NOFREEZE for xfsaild kthread by Jiri Kosina · 9 years ago
  31. fcd8a39 Merge branch 'xfs-stats-fixes' into for-next by Dave Chinner · 9 years ago
  32. f9d460b xfs: fix an error code in xfs_fs_fill_super() by Dan Carpenter · 9 years ago
  33. 985ef4d xfs: stats are no longer dependent on CONFIG_PROC_FS by Dave Chinner · 9 years ago
  34. 1e2103c Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next by Dave Chinner · 9 years ago
  35. 8a56d7c Merge branch 'xfs-io-fixes' into for-next by Dave Chinner · 9 years ago
  36. 316433b Merge branch 'xfs-logging-fixes' into for-next by Dave Chinner · 9 years ago
  37. 9e92054 xfs: simplify /proc teardown & error handling by Eric Sandeen · 9 years ago
  38. ff6d6af xfs: per-filesystem stats counter implementation by Bill O'Donnell · 9 years ago
  39. 225e463 xfs: per-filesystem stats in sysfs by Bill O'Donnell · 9 years ago
  40. 847f9f6 xfs: more info from kmem deadlocks and high-level error msgs by Eric Sandeen · 9 years ago
  41. 91f9f5f xfs: avoid null *src in memcpy call in xlog_write by Eric Sandeen · 9 years ago
  42. dbd5c8c xfs: pass total block res. as total xfs_bmapi_write() parameter by Brian Foster · 9 years ago
  43. 51fcbfe xfs: avoid dependency on Linux XATTR_SIZE_MAX by Jan Tulak · 9 years ago
  44. 4e24761 xfs: prefix XATTR_LIST_MAX with XFS_ by Jan Tulak · 9 years ago
  45. fef4ded libxfs: fix two comment typos by Geliang Tang · 9 years ago
  46. 0a50f16 xfs: add an xfs_zero_eof() tracepoint by Brian Foster · 9 years ago
  47. 3136e8b xfs: always drain dio before extending aio write submission by Brian Foster · 9 years ago
  48. a45086e xfs: validate metadata LSNs against log on v5 superblocks by Brian Foster · 9 years ago
  49. 5bf97b1 xfs: Print name and pid when memory allocation loops by Tetsuo Handa · 9 years ago
  50. b7cdc66 xfs: log local to remote symlink conversions correctly on v5 supers by Brian Foster · 9 years ago
  51. 009c6e8 xfs: add missing ilock around dio write last extent alignment by Brian Foster · 9 years ago
  52. 5cb13dc cancel the setfilesize transation when io error happen by Zhaohongjiang · 9 years ago
  53. 80529c4 xfs: pass xfsstats structures to handlers and macros by Bill O'Donnell · 9 years ago
  54. a27c2640 xfs: consolidate sysfs ops by Bill O'Donnell · 9 years ago
  55. 50cf5b7 xfs: remove unused procfs code by Bill O'Donnell · 9 years ago
  56. 32f0ea0 xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/stats by Bill O'Donnell · 9 years ago
  57. bb230c1 xfs: create global stats and stats_clear in sysfs by Bill O'Donnell · 9 years ago
  58. acd76e7 xfs: huge page fault support by Matthew Wilcox · 9 years ago
  59. c94c2ac dax: move DAX-related functions to a new header by Matthew Wilcox · 9 years ago
  60. 77a7880 Merge tag 'xfs-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  61. 7d9071a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  62. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  63. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  64. 5d54b8c Merge branch 'xfs-misc-fixes-for-4.3-4' into for-next by Dave Chinner · 9 years ago
  65. 1a7ccad xfs: fix error gotos in xfs_setattr_nonsize by Eric Sandeen · 9 years ago
  66. 8774cf8 xfs: add mssing inode cache attempts counter increment by Lucas Stach · 9 years ago
  67. c9eb256 xfs: return errors from partial I/O failures to files by David Jeffery · 9 years ago
  68. dfdd4ac libxfs: bad magic number should set da block buffer error by Darrick J. Wong · 9 years ago
  69. 70b33a7 Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next by Dave Chinner · 9 years ago
  70. f79af0b xfs: fix non-debug build warnings by Dave Chinner · 9 years ago
  71. 2ccf4a9 xfs: collapse allocsize and biosize mount option handling by Eric Sandeen · 9 years ago
  72. 0375423 xfs: Fix file type directory corruption for btree directories by Jan Kara · 9 years ago
  73. b6a9947 xfs: lockdep annotations throw warnings on non-debug builds by Dave Chinner · 9 years ago
  74. c184f85 xfs: Fix uninitialized return value in xfs_alloc_fix_freelist() by Jan Kara · 9 years ago
  75. aa49338 Merge branch 'xfs-misc-fixes-for-4.3-2' into for-next by Dave Chinner · 9 years ago
  76. 3403ccc xfs: inode lockdep annotations broke non-lockdep build by Dave Chinner · 9 years ago
  77. 3d751af xfs: flush entire file on dio read/write to cached file by Brian Foster · 10 years ago
  78. ffeecc5 xfs: Fix xfs_attr_leafblock definition by Jan Kara · 10 years ago
  79. 2f123bc libxfs: readahead of dir3 data blocks should use the read verifier by Darrick J. Wong · 10 years ago
  80. dbad7c9 xfs: stop holding ILOCK over filldir callbacks by Dave Chinner · 10 years ago
  81. 0952c81 xfs: clean up inode lockdep annotations by Dave Chinner · 10 years ago
  82. 7df1c17 xfs: swap leaf buffer into path struct atomically during path shift by Brian Foster · 10 years ago
  83. 1b867d3 xfs: relocate sparse inode mount warning by Brian Foster · 10 years ago
  84. 9286345 xfs: dquots should be stamped with sb_meta_uuid by Dave Chinner · 10 years ago
  85. fcfbe2c xfs: log recovery needs to validate against sb_meta_uuid by Dave Chinner · 10 years ago
  86. ac383de xfs: growfs not aware of sb_meta_uuid by Dave Chinner · 10 years ago
  87. bbf155a xfs: fix sb_meta_uuid usage by Dave Chinner · 10 years ago
  88. c400ee3 xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get by Eric Sandeen · 10 years ago
  89. 5be203a Merge branch 'xfs-efi-rework' into for-next by Dave Chinner · 10 years ago
  90. d4a97a0 xfs: add missing bmap cancel calls in error paths by Brian Foster · 10 years ago
  91. 146e54b xfs: add helper to conditionally remove items from the AIL by Brian Foster · 10 years ago
  92. f307080 xfs: fix btree cursor error cleanups by Brian Foster · 10 years ago
  93. 0ae120f xfs: clean up root inode properly on mount failure by Brian Foster · 10 years ago
  94. a3f2001 xfs: checksum log record ext headers based on record size by Brian Foster · 10 years ago
  95. fc0d165 xfs: fix broken icreate log item cancellation by Brian Foster · 10 years ago
  96. 78d57e4 xfs: icreate log item recovery and cancellation tracepoints by Brian Foster · 10 years ago
  97. f0b2efa xfs: don't leave EFIs on AIL on mount failure by Brian Foster · 10 years ago
  98. e32a1d1 xfs: use EFI refcount consistently in log recovery by Brian Foster · 10 years ago
  99. 6bc43af xfs: ensure EFD trans aborts on log recovery extent free failure by Brian Foster · 10 years ago
  100. 8d99fe9 xfs: fix efi/efd error handling to avoid fs shutdown hangs by Brian Foster · 10 years ago