1. ae6c19c xfs: fix ->write_inode return values by Christoph Hellwig · 15 years ago
  2. 7d7e5d3 xfs: use doalloc flag in xfs_qm_dqattach_one() by Mitsuo Hayasaka · 15 years ago
  3. 626ff2d xfs: Fix possible memory corruption in xfs_readlink by Carlos Maiolino · 15 years ago
  4. 70f589c xfs: fix buffer flushing during unmount by Christoph Hellwig · 15 years ago
  5. 5b9d69b xfs: Return -EIO when xfs_vn_getattr() failed by Mitsuo Hayasaka · 15 years ago
  6. 3da97f9 xfs: avoid direct I/O write vs buffered I/O race by Christoph Hellwig · 15 years ago
  7. 16ba92e xfs: dont serialise direct IO reads on page cache by Dave Chinner · 15 years ago
  8. afd717d xfs: fix xfs_mark_inode_dirty during umount by Christoph Hellwig · 15 years ago
  9. e62cccf xfs: fix error handling for synchronous writes by Christoph Hellwig · 15 years ago
  10. 124e352 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 15 years ago
  11. 3bbea6b hfs: add sanity check for file name length by Dan Carpenter · 15 years ago
  12. ef52f39 ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complaining by Jiaying Zhang · 15 years ago
  13. 656460c VFS: we need to set LOOKUP_JUMPED on mountpoint crossing by Al Viro · 15 years ago
  14. 8185df4 VFS: fix statfs() automounter semantics regression by Dan McGee · 15 years ago
  15. f53881e block: make gendisk hold a reference to its queue by Tejun Heo · 15 years ago
  16. 628ee98 ext4: fix race in xattr block allocation path by Eric Sandeen · 15 years ago
  17. 3c60744 ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry by Theodore Ts'o · 15 years ago
  18. 3791571 ext4: ext4_mkdir should dirty dir_block with newly created directory inode by Darrick J. Wong · 15 years ago
  19. a848dee ext4: ext4_rename should dirty dir_bh with the correct directory by Darrick J. Wong · 15 years ago
  20. d24f405 ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodes by Theodore Ts'o · 15 years ago
  21. 4f0bf01 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files by Linus Torvalds · 15 years ago
  22. bfcf609 binfmt_elf: fix PIE execution with randomization disabled by Jiri Kosina · 15 years ago
  23. eb4b2df vfs pathname lookup: Add LOOKUP_AUTOMOUNT flag by Linus Torvalds · 15 years ago
  24. 6c36547 VFS: Fix the remaining automounter semantics regressions by Trond Myklebust · 15 years ago
  25. def3f17 vfs: automount should ignore LOOKUP_FOLLOW by Miklos Szeredi · 15 years ago
  26. f537ffa VFS: Fix automount for negative autofs dentries by David Howells · 15 years ago
  27. b0917c3 readlinkat: ensure we return ENOENT for the empty pathname for normal lookups by Andy Whitcroft · 15 years ago
  28. b5e074a /proc/self/numa_maps: restore "huge" tag for hugetlb vmas by Andrew Morton · 15 years ago
  29. 2f8c09a vfs: add "device" tag to /proc/self/mountstats by Bryan Schumaker · 15 years ago
  30. b2f0a73 hppfs: missing include by Al Viro · 15 years ago
  31. 0dc8985 nfsd4: ignore WANT bits in open downgrade by J. Bruce Fields · 15 years ago
  32. 279b483 nfsd4: fix open downgrade, again by J. Bruce Fields · 15 years ago
  33. 0a52cb1 nfsd4: permit read opens of executable-only files by J. Bruce Fields · 15 years ago
  34. e3d0b28 nfsd4: fix seqid_mutating_error by J. Bruce Fields · 15 years ago
  35. 80931f7 nfsd4: stop using nfserr_resource for transitory errors by J. Bruce Fields · 15 years ago
  36. 6176ebe nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir() by Bernd Schubert · 15 years ago
  37. 60eb9e7 nfs: don't try to migrate pages with active requests by Jeff Layton · 15 years ago
  38. 363d037 nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pages by Jeff Layton · 15 years ago
  39. b04a575 Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when syncing" by Trond Myklebust · 15 years ago
  40. 3dbbae2 epoll: fix spurious lockdep warnings by Nelson Elhage · 15 years ago
  41. e842a3e CIFS: Fix DFS handling in cifs_get_file_info by Pavel Shilovsky · 15 years ago
  42. 2d925a5 CIFS: Fix incorrect max RFC1002 write size value by Pavel Shilovsky · 15 years ago
  43. d2a0110 hfsplus: Fix kfree of wrong pointers in hfsplus_fill_super() error path by Seth Forshee · 15 years ago
  44. c7eead1 xfs: revert to using a kthread for AIL pushing by Christoph Hellwig · 15 years ago
  45. e7bde7c xfs: force the log if we encounter pinned buffers in .iop_pushbuf by Christoph Hellwig · 15 years ago
  46. 838599d xfs: do not update xa_last_pushed_lsn for locked items by Christoph Hellwig · 15 years ago
  47. f5d5ee3 xfs: use a cursor for bulk AIL insertion by Dave Chinner · 15 years ago
  48. eedc638 xfs: start periodic workers later by Christoph Hellwig · 15 years ago
  49. f24d545 CIFS: Fix ERR_PTR dereference in cifs_get_root by Pavel Shilovsky · 15 years ago
  50. c53c89a hfsplus: ensure bio requests are not smaller than the hardware sectors by Seth Forshee · 15 years ago
  51. 37b2b41 fuse: fix memory leak by Miklos Szeredi · 15 years ago
  52. 2b7eea6 exec: do not call request_module() twice from search_binary_handler() by Tetsuo Handa · 15 years ago
  53. 890ecd3 btrfs: fix d_off in the first dirent by Hidetoshi Seto · 15 years ago
  54. cfdf798 writeback: update dirtied_when for synced inode to prevent livelock by Wu Fengguang · 15 years ago
  55. ac69306 writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stage by Wu Fengguang · 16 years ago
  56. e2d598a teach /proc/$pid/numa_maps about transparent hugepages by Dave Hansen · 15 years ago
  57. b879781 break out numa_maps gather_pte_stats() checks by Dave Hansen · 15 years ago
  58. a19dcc7 make /proc/$pid/numa_maps gather_stats() take variable page size by Dave Hansen · 15 years ago
  59. 562960c Fix the conflict between rwpidforward and rw mount options by Steve French · 15 years ago
  60. 862bee3 cifs: fix possible memory corruption in CIFSFindNext by Jeff Layton · 15 years ago
  61. 97abc52 restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir() by Al Viro · 15 years ago
  62. 101e357 fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 15 years ago
  63. 8bdb14f fs/9p: Always ask new inode in lookup for cache mode disabled by Aneesh Kumar K.V · 15 years ago
  64. a111278 fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 15 years ago
  65. 29a3e86 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 15 years ago
  66. e279cdc fs/9p: Add fid before dentry instantiation by Aneesh Kumar K.V · 15 years ago
  67. 7c0e1af 9p: close ACL leaks by Al Viro · 15 years ago
  68. 926fa0b fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 15 years ago
  69. 6170eea fs/9p: Fix invalid mount options/args by Prem Karat · 15 years ago
  70. e38b21e fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 15 years ago
  71. 97e5a85 Avoid dereferencing a 'request_queue' after last close. by NeilBrown · 15 years ago
  72. 4ca4e81 fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message by Miklos Szeredi · 15 years ago
  73. 45df4b8 ext4: fix nomblk_io_submit option so it correctly converts uninit blocks by Theodore Ts'o · 15 years ago
  74. 4eddd2a ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. by Tao Ma · 15 years ago
  75. 2526f36 ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode by Jiaying Zhang · 15 years ago
  76. 2fb522e ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 15 years ago
  77. 966ef7d Btrfs: fix an oops of log replay by liubo · 15 years ago
  78. a2ea186 Btrfs: detect wether a device supports discard by Josef Bacik · 15 years ago
  79. e25d2c7 NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resets by Trond Myklebust · 15 years ago
  80. f4bc412 NFSv4.1: Fix the callback 'highest_used_slotid' behaviour by Trond Myklebust · 15 years ago
  81. b861a25 pnfs-obj: Bug when we are running out of bio by Boaz Harrosh · 15 years ago
  82. 3be1216 pnfs-obj: Fix the comp_index != 0 case by Boaz Harrosh · 15 years ago
  83. b3ff2fd possible memory corruption on mount by Steve French · 15 years ago
  84. f10df41 befs: Validate length of long symbolic links. by Timo Warns · 15 years ago
  85. b732c7a cifs: demote cERROR in build_path_from_dentry to cFYI by Jeff Layton · 15 years ago
  86. 8b18080 ext4: Properly count journal credits for long symlinks by Eric Sandeen · 15 years ago
  87. 1ae2a2c ext3: Properly count journal credits for long symlinks by Eric Sandeen · 15 years ago
  88. 8c9729a eCryptfs: Return error when lower file pointer is NULL by Tyler Hicks · 15 years ago
  89. ed60157 Ecryptfs: Add mount option to check uid of device being mounted = expect uid by John Johansen · 15 years ago
  90. 407529f cifs: convert prefixpath delimiters in cifs_build_path_to_root by Jeff Layton · 15 years ago
  91. cae28d9 cifs: cope with negative dentries in cifs_get_root by Jeff Layton · 15 years ago
  92. 6fd70fa CIFS: Fix missing a decrement of inFlight value by Pavel Shilovsky · 15 years ago
  93. 5288092 GFS2: Fix mount hang caused by certain access pattern to sysfs files by Steven Whitehouse · 15 years ago
  94. 8cd3f19 proc: fix a race in do_io_accounting() by Vasiliy Kulikov · 15 years ago
  95. c14acb1 NFS: Fix spurious readdir cookie loop messages by Trond Myklebust · 15 years ago
  96. 1fcb9d4 NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation() by Trond Myklebust · 15 years ago
  97. 4beae54 nfsd4: fix file leak on open_downgrade by J. Bruce Fields · 15 years ago
  98. ecf6c74 nfsd4: remember to put RW access on stateid destruction by J. Bruce Fields · 15 years ago
  99. f6d7de0 nfsd: don't break lease on CLAIM_DELEGATE_CUR by Casey Bodley · 15 years ago
  100. efc977b eCryptfs: Unlock keys needed by ecryptfsd by Tyler Hicks · 15 years ago