1. 054475d fs/minix: return f_fsid for statfs(2) by Coly Li · 15 years ago
  2. 2430c4d fs/isofs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  3. 604d295 fs/hpfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  4. 25564dd fs/hfsplus: return f_fsid for statfs(2) by Coly Li · 15 years ago
  5. 7dd2c00 fs/hfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  6. aac49b7 fs/fat: return f_fsid for statfs(2) by Coly Li · 15 years ago
  7. 514c91a fs/efs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  8. 94ea77a fs/cramfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  9. 8587246 fs/befs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  10. a6a2a73 fs/affs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  11. accb401 fs/adfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  12. 10c7db2 preadv/pwritev: switch compat readv/preadv/writev/pwritev from fget to fget_light by Gerd Hoffmann · 15 years ago
  13. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  14. 6949a63 preadv/pwritev: create compat_writev() by Gerd Hoffmann · 15 years ago
  15. dac1213 preadv/pwritev: create compat_readv() by Gerd Hoffmann · 15 years ago
  16. 98310e5 cramfs: propagate uncompression errors by David VomLehn · 15 years ago
  17. ab4ad55 bin_elf_fdpic: check the return value of clear_user by Mike Frysinger · 15 years ago
  18. 880fe76 hppfs: hppfs_read_file() may return -ERROR by Roel Kluin · 15 years ago
  19. 695f6ae ext3: avoid false EIO errors by Jan Kara · 15 years ago
  20. de18f3b ext3: return -EIO not -ESTALE on directory traversal through deleted inode by Bryan Donlan · 15 years ago
  21. 45f9021 ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c by Wei Yongjun · 15 years ago
  22. ecca9af jbd: fix oops in jbd_journal_init_inode() on corrupted fs by Jan Kara · 15 years ago
  23. 039fd8c ext3: remove the BKL in ext3/ioctl.c by Cyrus Massoumi · 15 years ago
  24. 97f76d3 vfs: check bh->b_blocknr only if BH_Mapped is set by Nikanth Karthikesan · 15 years ago
  25. d2caa3c5 writeback: guard against jiffies wraparound on inode->dirtied_when checks (try #3) by Jeff Layton · 15 years ago
  26. b6fac63 vfs: skip I_CLEAR state inodes by Wu Fengguang · 15 years ago
  27. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 15 years ago
  28. 4fe7041 Merge branch 'for-linus' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  29. 395d734 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  30. cc85906 Merge branch 'devel' into for-linus by Trond Myklebust · 15 years ago
  31. ad5b365 NSM: Fix unaligned accesses in nsm_init_private() by Mans Rullgard · 15 years ago
  32. c226fd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  33. 8f63aaa8b autofs4: fix lookup deadlock by Ian Kent · 15 years ago
  34. 56fcef7 autofs4: cleanup expire code duplication by Ian Kent · 15 years ago
  35. 00fcf2c ecryptfs: use kzfree() by Johannes Weiner · 15 years ago
  36. c3b1b1c ramfs: add support for "mode=" mount option by Wu Fengguang · 15 years ago
  37. 3951088 epoll keyed wakeups: make eventfd use keyed wakeups by Davide Libenzi · 15 years ago
  38. 2dfa4ee epoll keyed wakeups: teach epoll about hints coming with the wakeup key by Davide Libenzi · 15 years ago
  39. bcd0b23 eventfd: improve support for semaphore-like behavior by Davide Libenzi · 15 years ago
  40. 4f0989d epoll: use real type instead of void * by Tony Battersby · 15 years ago
  41. e057e15 epoll: clean up ep_modify by Tony Battersby · 15 years ago
  42. d1bc90d epoll: remove unnecessary xchg by Tony Battersby · 15 years ago
  43. d030588 epoll: remember the event if epoll_wait returns -EFAULT by Tony Battersby · 15 years ago
  44. abff55c epoll: don't use current in irq context by Tony Battersby · 15 years ago
  45. bb57c3e epoll: remove debugging code by Davide Libenzi · 15 years ago
  46. 296e236 epoll: fix epoll's own poll (update) by Davide Libenzi · 15 years ago
  47. 5071f97 epoll: fix epoll's own poll by Davide Libenzi · 15 years ago
  48. 63cd8854 ntfs: remove private wrapper of endian helpers by Harvey Harrison · 15 years ago
  49. c2d7543 filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystems by Eric Sandeen · 15 years ago
  50. 327c0e9 vmscan: fix it to take care of nodemask by KAMEZAWA Hiroyuki · 15 years ago
  51. 2678958 ramfs-nommu: use generic lru cache by Johannes Weiner · 15 years ago
  52. 851a039 mm: page_mkwrite change prototype to match fault: fix sysfs by Hugh Dickins · 15 years ago
  53. 56a76f8 fs: fix page_mkwrite error cases in core code and btrfs by Nick Piggin · 15 years ago
  54. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  55. 2584e51 mm: reintroduce and deprecate rlimit based access for SHM_HUGETLB by Ravikiran G Thirumalai · 15 years ago
  56. 8a0bdec mm: fix SHM_HUGETLB to work with users in hugetlb_shm_group by Ravikiran G Thirumalai · 15 years ago
  57. e3a7cca vfs: add/use account_page_dirtied() by Edward Shishkin · 15 years ago
  58. 0f043a8 proc tty: remove struct tty_operations::read_proc by Alexey Dobriyan · 15 years ago
  59. ae149b6 proc tty: add struct tty_operations::proc_fops by Alexey Dobriyan · 15 years ago
  60. d57e62b Btrfs: try to free metadata pages when we free btree blocks by Chris Mason · 15 years ago
  61. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  62. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  63. cf2f7d7 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 15 years ago
  64. 3a355cc reiserfs: xattr_create is unused with xattrs disabled by Jeff Mahoney · 15 years ago
  65. a9caa3d Revert "proc: revert /proc/uptime to ->read_proc hook" by Alexey Dobriyan · 16 years ago
  66. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
  67. 3dec7f5 proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc by Alexey Dobriyan · 16 years ago
  68. 09729a9 proc: fix sparse warnings in pagemap_read() by Milind Arun Choudhary · 16 years ago
  69. 1681bc3 proc: move fs/proc/inode-alloc.txt comment into a source file by Randy Dunlap · 16 years ago
  70. e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 15 years ago
  71. ee93961 reiserfs: rename [cn]_* variables by Jeff Mahoney · 15 years ago
  72. d68caa9 reiserfs: rename p_._ variables by Jeff Mahoney · 15 years ago
  73. a063ae1 reiserfs: rename p_s_tb to tb by Jeff Mahoney · 15 years ago
  74. 995c762 reiserfs: rename p_s_inode to inode by Jeff Mahoney · 15 years ago
  75. ad31a4f reiserfs: rename p_s_bh to bh by Jeff Mahoney · 15 years ago
  76. a9dd364 reiserfs: rename p_s_sb to sb by Jeff Mahoney · 15 years ago
  77. 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 15 years ago
  78. 3cd6dbe reiserfs: cleanup path functions by Jeff Mahoney · 15 years ago
  79. fba4ebb reiserfs: factor out buffer_info initialization by Jeff Mahoney · 15 years ago
  80. 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 15 years ago
  81. a41f1a4 reiserfs: use generic readdir for operations across all xattrs by Jeff Mahoney · 15 years ago
  82. 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 15 years ago
  83. 48b32a3 reiserfs: use generic xattr handlers by Jeff Mahoney · 15 years ago
  84. 8ecbe55 reiserfs: remove i_has_xattr_dir by Jeff Mahoney · 15 years ago
  85. 8b6dd72 reiserfs: make per-inode xattr locking more fine grained by Jeff Mahoney · 15 years ago
  86. d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 15 years ago
  87. 6c17675 reiserfs: simplify xattr internal file lookups/opens by Jeff Mahoney · 15 years ago
  88. a72bdb1 reiserfs: Clean up xattrs when REISERFS_FS_XATTR is unset by Jeff Mahoney · 15 years ago
  89. 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 15 years ago
  90. 010f5a2 reiserfs: remove link detection code by Jeff Mahoney · 15 years ago
  91. ec6ea56 reiserfs: xattr reiserfs_get_page takes offset instead of index by Jeff Mahoney · 15 years ago
  92. f437c52 reiserfs: small variable cleanup by Jeff Mahoney · 15 years ago
  93. 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 15 years ago
  94. 1e5e59d reiserfs: introduce reiserfs_error() by Jeff Mahoney · 15 years ago
  95. 32e8b10 reiserfs: rearrange journal abort by Jeff Mahoney · 15 years ago
  96. c3a9c21 reiserfs: rework reiserfs_panic by Jeff Mahoney · 15 years ago
  97. 78b6513 reiserfs: add locking around error buffer by Jeff Mahoney · 15 years ago
  98. cacbe3d reiserfs: prepare_error_buf wrongly consumes va_arg by Jeff Mahoney · 15 years ago
  99. 45b03d5 reiserfs: rework reiserfs_warning by Jeff Mahoney · 15 years ago
  100. 1d889d9 reiserfs: make some warnings informational by Jeff Mahoney · 15 years ago