- 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
- c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 2e6c97e reiserfs: Handle error from dquot_initialize() by Jan Kara · 9 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
- 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
- 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
- e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
- 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
- 17093991 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
- 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 22e7478 reiserfs: call truncate_setsize under tailpack mutex by Jeff Mahoney · 10 years ago
- 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
- a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
- d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 11 years ago
- a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 11 years ago
- cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 11 years ago
- 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 11 years ago
- 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 11 years ago
- 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 11 years ago
- 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 11 years ago
- 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- d2d0395 reiserfs: locking, release lock around quota operations by Jeff Mahoney · 11 years ago
- 278f667 reiserfs: locking, handle nested locks properly by Jeff Mahoney · 11 years ago
- 4c05141 reiserfs: locking, push write lock out of xattr code by Jeff Mahoney · 11 years ago
- 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- a1457c0 reiserfs: fix deadlock with nfs racing on create/lookup by Jeff Mahoney · 11 years ago
- bad5483 reiserfs: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
- d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
- a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
- 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 12 years ago
- cfac4b4 reiserfs: drop vmtruncate by Marco Stornelli · 12 years ago
- 7af1168 reiserfs: Move quota calls out of write lock by Jan Kara · 12 years ago
- 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
- 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- df81465 userns: Convert reiserfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
- 48d1788 reiserfs: fix deadlocks with quotas by Jeff Mahoney · 12 years ago
- b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
- dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
- f466c6f move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h by Al Viro · 13 years ago
- a3063ab move reiserfs_acl.h to fs/reiserfs/acl.h by Al Viro · 13 years ago
- c45ac88 take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.h by Al Viro · 13 years ago
- 8e07189 reiserfs: propagate umode_t by Al Viro · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
- 4482a08 reiserfs: cache negative ACLs for v1 stat format by Christoph Hellwig · 13 years ago
- aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
- 562c72a fs: move inode_dio_wait calls into ->setattr by Christoph Hellwig · 13 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
- 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
- ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
- f4ae2fa fix reiserfs_evict_inode end_writeback second call by Sergey Senozhatsky · 14 years ago
- 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- 845a2cc convert reiserfs to ->evict_inode() by Al Viro · 14 years ago
- db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
- 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
- 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
- eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
- 0e4f6a7 Fix reiserfs_file_release() by Al Viro · 14 years ago
- 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
- 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
- a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
- 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 15 years ago
- 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 15 years ago
- 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 15 years ago
- b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
- 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 15 years ago
- 175359f reiserfs: Fix softlockup while waiting on an inode by Frederic Weisbecker · 15 years ago
- 82062e7 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- 108d394 reiserfs: Relax the lock before truncating pages by Frederic Weisbecker · 15 years ago
- 5fe1533f reiserfs: Fix recursive lock on lchown by Frederic Weisbecker · 15 years ago
- 45d28b0 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 15 years ago
- ec8e2f7 reiserfs: truncate blocks not used by a write by Jan Kara · 15 years ago
- cb1c2e5 reiserfs: Fix reiserfs lock and journal lock inversion dependency by Frederic Weisbecker · 15 years ago
- 1d2c6cf kill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS in reiserfs_get_block() by Frederic Weisbecker · 15 years ago
- 27b3a5c kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0() by Frederic Weisbecker · 15 years ago
- 7e94277 kill-the-bkl/reiserfs: fix recursive reiserfs write lock in reiserfs_commit_write() by Frederic Weisbecker · 15 years ago
- d6f5b0a kill-the-bkl/reiserfs: factorize the locking in reiserfs_write_end() by Frederic Weisbecker · 16 years ago
- 26931309 kill-the-bkl/reiserfs: lock only once on reiserfs_get_block() by Frederic Weisbecker · 16 years ago
- 22c963a kill-the-BKL/reiserfs: lock only once in reiserfs_truncate_file by Frederic Weisbecker · 16 years ago
- 8ebc423 reiserfs: kill-the-BKL by Frederic Weisbecker · 16 years ago
- 281eede switch reiserfs to inode->i_acl by Al Viro · 15 years ago
- e1c5024 Merge branch 'reiserfs-updates' from Jeff Mahoney by Linus Torvalds · 16 years ago
- 995c762 reiserfs: rename p_s_inode to inode by Jeff Mahoney · 16 years ago
- 0222e65 reiserfs: strip trailing whitespace by Jeff Mahoney · 16 years ago
- 57fe60d reiserfs: add atomic addition of selinux attributes during inode creation by Jeff Mahoney · 16 years ago
- 0ab2621 reiserfs: journaled xattrs by Jeff Mahoney · 16 years ago
- d984561 reiserfs: eliminate per-super xattr lock by Jeff Mahoney · 16 years ago
- 6dfede69 reiserfs: remove IS_PRIVATE helpers by Jeff Mahoney · 16 years ago
- 0030b64 reiserfs: use reiserfs_error() by Jeff Mahoney · 16 years ago
- c3a9c21 reiserfs: rework reiserfs_panic by Jeff Mahoney · 16 years ago