1. f650080 __dentry_path() fixes by Al Viro · 11 years ago
  2. a8323da vfs: Remove second variable named error in __dentry_path by Eric W. Biederman · 11 years ago
  3. 260a459 vfs: Is mounted should be testing mnt_ns for NULL or error. by Eric W. Biederman · 11 years ago
  4. 9fe55ee Fix race when checking i_size on direct i/o read by Steven Whitehouse · 11 years ago
  5. 2796e4c hfsplus: remove can_set_xattr by Christoph Hellwig · 11 years ago
  6. 4ac7249 nfsd: use get_acl and ->set_acl by Christoph Hellwig · 11 years ago
  7. feda821 fs: remove generic_acl by Christoph Hellwig · 11 years ago
  8. 013cdf1 nfs: use generic posix ACL infrastructure for v3 Posix ACLs by Christoph Hellwig · 11 years ago
  9. e01580b gfs2: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  10. 2cc6a5a jfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  11. 2401dc2 xfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  12. 47f70d0 reiserfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  13. 702e5bc ocfs2: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  14. f2963d4 jffs2: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  15. b0a7ab5 hfsplus: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  16. a6dda0e f2fs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  17. 64e178a ext2/3/4: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  18. 996a710 btrfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  19. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  20. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  21. 2aeccbe fs: add generic xattr_acl handlers by Christoph Hellwig · 11 years ago
  22. 2982baa fs: add get_acl helper by Christoph Hellwig · 11 years ago
  23. 5c8ebd5 fs: merge xattr_acl.c into posix_acl.c by Christoph Hellwig · 11 years ago
  24. 9dad943 reiserfs: prefix ACL symbols with reiserfs_ by Christoph Hellwig · 11 years ago
  25. ac34a1b befs: iget_locked() doesn't return an ERR_PTR by Rakesh Pandit · 11 years ago
  26. e6ff9a9 fs: __fget_light() can use __fget() in slow path by Oleg Nesterov · 11 years ago
  27. ad46183 fs: factor out common code in fget_light() and fget_raw_light() by Oleg Nesterov · 11 years ago
  28. 1deb46e fs: factor out common code in fget() and fget_raw() by Oleg Nesterov · 11 years ago
  29. ce08b62 change close_files() to use rcu_dereference_raw(files->fdt) by Oleg Nesterov · 11 years ago
  30. a8d4b83 introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_my_thread_group_empty() by Oleg Nesterov · 11 years ago
  31. 2ccdc41 kill reiserfs_bdevname() by Al Viro · 11 years ago
  32. b42d570 afs: get rid of junk in fs/afs/proc.c by Al Viro · 11 years ago
  33. 479e64c nls: have register_nls() set ->owner by Al Viro · 11 years ago
  34. 36a7411 eventfd_ctx_fdget(): use fdget() instead of fget() by Al Viro · 11 years ago
  35. 1c1c874 btrfs: sanitize BTRFS_IOC_FILE_EXTENT_SAME by Al Viro · 11 years ago
  36. 208adb6 qnx4: clean qnx4_fill_super() up by Al Viro · 11 years ago
  37. 5a9ed6f efs: get rid of ->put_super() by Al Viro · 11 years ago
  38. f7f4f4d cramfs: take headers to fs/cramfs by Al Viro · 11 years ago
  39. 2309fb8 cramfs: get rid of ->put_super() by Al Viro · 11 years ago
  40. 842a859 affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount() by Al Viro · 11 years ago
  41. 96c8c44 xfs: switch to kfree_put_link() by Al Viro · 11 years ago
  42. b22e8fe ecryptfs: fix failure handling in ->readlink() by Al Viro · 11 years ago
  43. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  44. 70b23ce Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  45. 70f2fe3 nilfs2: fix segctor bug that causes file system corruption by Andreas Rohner · 11 years ago
  46. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  47. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  48. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago
  49. ef350bb Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  50. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago
  51. 06f055f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  52. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 11 years ago
  53. 152b734 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  54. 0b3a2c9 GFS2: Fix unsafe dereference in dump_holder() by Tetsuo Handa · 11 years ago
  55. f1e3268 cifs: set FILE_CREATED by Shirish Pargaonkar · 11 years ago
  56. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
  57. ebcc943 Add missing end of line termination to some cifs messages by Steve French · 11 years ago
  58. f41bfc9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  59. dc0a6b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  60. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  61. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  62. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  63. 1881686 aio: fix kioctx leak introduced by "aio: Fix a trinity splat" by Benjamin LaHaise · 11 years ago
  64. a6ddeee Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  65. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  66. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  67. 582d2f7 GFS2: Wait for async DIO in glock state changes by Steven Whitehouse · 11 years ago
  68. dfd1118 GFS2: Fix incorrect invalidation for DIO/buffered I/O by Steven Whitehouse · 11 years ago
  69. 2516b61 Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  70. 34cf865 ext4: fix deadlock when writing in ENOSPC conditions by Jan Kara · 11 years ago
  71. a5905a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  72. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  73. 33177f0 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  74. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  75. 6e708bc xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  76. 718cc6f xfs: fix infinite loop by detaching the group/project hints from user dquot by Jie Liu · 11 years ago
  77. 5c22727 xfs: fix assertion failure at xfs_setattr_nonsize by Jie Liu · 11 years ago
  78. 30d161c xfs: fix false assertion at xfs_qm_vop_create_dqattach by Jie Liu · 11 years ago
  79. 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  80. 502be2a GFS2: Fix slab memory leak in gfs2_bufdata by Bob Peterson · 11 years ago
  81. 9290a9a GFS2: Fix use-after-free race when calling gfs2_remove_from_ail by Bob Peterson · 11 years ago
  82. dfe5b9a GFS2: don't hold s_umount over blkdev_put by Steven Whitehouse · 11 years ago
  83. f9b0e05 writeback: Fix data corruption on NFS by Jan Kara · 11 years ago
  84. 56f91aa ceph: Avoid data inconsistency due to d-cache aliasing in readpage() by Li Wang · 11 years ago
  85. 86b58d1 ceph: initialize inode before instantiating dentry by Yan, Zheng · 11 years ago
  86. 8d27637 Merge branch 'akpm' (fixes from Andrew) by Linus Torvalds · 11 years ago
  87. ae5758a procfs: also fix proc_reg_get_unmapped_area() for !MMU case by Jan Beulich · 11 years ago
  88. e09f67f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  89. c9111b4 Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  90. a5c21dc dcache: allow word-at-a-time name hashing with big-endian CPUs by Will Deacon · 11 years ago
  91. 48a2f0b Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  92. 700ff4f Btrfs: fix access_ok() check in btrfs_ioctl_send() by Dan Carpenter · 12 years ago
  93. 467bb1d Btrfs: make sure we cleanup all reloc roots if error happens by Wang Shilong · 11 years ago
  94. 6646374 Btrfs: skip building backref tree for uuid and quota tree when doing balance relocation by Wang Shilong · 11 years ago
  95. c974c46 Btrfs: fix an oops when doing balance relocation by Wang Shilong · 11 years ago
  96. 639eefc Btrfs: don't miss skinny extent items on delayed ref head contention by Filipe David Borba Manana · 11 years ago
  97. e43f998 btrfs: call mnt_drop_write after interrupted subvol deletion by David Sterba · 11 years ago
  98. a7e252a Btrfs: don't clear the default compression type by Miao Xie · 11 years ago
  99. 781c2a5 nfsd: when reusing an existing repcache entry, unhash it first by Jeff Layton · 11 years ago
  100. f94c445 xfs: growfs overruns AGFL buffer on V4 filesystems by Dave Chinner · 11 years ago