Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
[safe/jmp/linux-2.6] / fs / reiserfs /
2009-12-17 Jan Karareiserfs: truncate blocks not used by a write
2009-12-17 Linus TorvaldsRevert "task_struct: make journal_info conditional"
2009-12-16 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-12-16 Alexey Dobriyanreiserfs: don't compile procfs.o at all if no support
2009-12-16 Alexey Dobriyanreiserfs: remove /proc/fs/reiserfs/version
2009-12-15 Hiroshi Shimamototask_struct: make journal_info conditional
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-09 Linus TorvaldsMerge branch 'reiserfs/kill-bkl' of git://git./linux...
2009-12-04 Adam Buchbinderreiserfs: fix misspelling of "journaled"
2009-11-20 Frederic Weisbeckerkill-the-bkl/reiserfs: turn GFP_ATOMIC flag to GFP_NOFS...
2009-10-14 Frederic Weisbeckerkill-the-bkl/reiserfs: drop the fs race watchdog from...
2009-10-14 Frederic Weisbeckerkill-the-bkl/reiserfs: definitely drop the bkl from...
2009-10-14 Frederic Weisbeckerkill-the-bkl/reiserfs: always lock the ioctl path
2009-10-05 Frederic Weisbeckerkill-the-bkl/reiserfs: fix reiserfs lock to cpu_add_rem...
2009-09-22 Alexey Dobriyanconst: make struct super_block::s_qcop const
2009-09-22 Alexey Dobriyanconst: make struct super_block::dq_op const
2009-09-17 Frederic Weisbeckerkill-the-bkl/reiserfs: Fix induced mm->mmap_sem to...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: panic in case of lock imbalance
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: fix recursive reiserfs write...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: fix recursive reiserfs lock...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: fix "reiserfs lock" / "inode...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: move the concurrent tree accesse...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: acquire the inode mutex safely
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: unlock only when needed in searc...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: use mutex_lock in reiserfs_mutex...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: factorize the locking in reiserf...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: reduce number of contentions...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: don't hold the write recursively...
2009-09-14 Frederic Weisbeckerkill-the-bkl/reiserfs: lock only once on reiserfs_get_b...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: release the write lock on flush_...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: release the write lock inside...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: release the write lock inside...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: release write lock while resched...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: release the write lock before...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: only acquire the write lock...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: lock only once in reiserfs_trunc...
2009-09-14 Frederic Weisbeckerkill-the-BKL/reiserfs: provide a tool to lock only...
2009-09-14 Frederic Weisbeckerreiserfs, kill-the-BKL: fix unsafe j_flush_mutex lock
2009-09-14 Frederic Weisbeckerreiserfs: kill-the-BKL
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-07-08 Alexey Dobriyanheaders: mnt_namespace.h redux
2009-06-24 Al Virohelpers for acl caching + switch to those
2009-06-24 Al Viroswitch reiserfs to inode->i_acl
2009-06-24 Al Viroswitch reiserfs to usual conventions for caching ACLs
2009-06-24 Al Viroreiserfs: minimal fix for ACL caching
2009-06-24 Christoph Hellwigreiserfs: remove stray unlock_super in reiserfs_resize
2009-06-18 Jeff Mahoneyreiserfs: fix warnings with gcc 4.4
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Christoph Hellwigenforce ->sync_fs is only called for rw superblock
2009-06-12 Christoph Hellwigremove ->write_super call in generic_shutdown_super
2009-06-12 Jeff Mahoneyreiserfs: allow exposing privroot w/ xattrs enabled
2009-05-17 Jeff Mahoneyreiserfs: fixup perms when xattrs are disabled
2009-05-17 Jeff Mahoneyreiserfs: deal with NULL xattr root w/ xattrs disabled
2009-05-17 Jeff Mahoneyreiserfs: clean up ifdefs
2009-05-09 Al ViroFix races around the access to ->s_options
2009-05-09 Jeff Mahoneyreiserfs: remove privroot hiding in lookup
2009-05-09 Jeff Mahoneyreiserfs: dont associate security.* with xattr files
2009-05-09 Jeff Mahoneyreiserfs: fixup xattr_root caching
2009-05-09 Al ViroAlways lookup priv_root on reiserfs mount and keep it
2009-05-09 Jeff Mahoneyreiserfs: Expand i_mutex to enclose lookup_one_len
2009-04-03 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-03 Coly Lifs/reiserfs: return f_fsid for statfs(2)
2009-04-01 Al ViroNew helper - current_umask()
2009-03-30 Linus TorvaldsMerge branch 'proc-linus' of git://git./linux/kernel...
2009-03-30 Jeff Mahoneyreiserfs: xattr_create is unused with xattrs disabled
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-30 Linus TorvaldsMerge branch 'reiserfs-updates' from Jeff Mahoney
2009-03-30 Jeff Mahoneyreiserfs: rename [cn]_* variables
2009-03-30 Jeff Mahoneyreiserfs: rename p_._ variables
2009-03-30 Jeff Mahoneyreiserfs: rename p_s_tb to tb
2009-03-30 Jeff Mahoneyreiserfs: rename p_s_inode to inode
2009-03-30 Jeff Mahoneyreiserfs: rename p_s_bh to bh
2009-03-30 Jeff Mahoneyreiserfs: rename p_s_sb to sb
2009-03-30 Jeff Mahoneyreiserfs: strip trailing whitespace
2009-03-30 Jeff Mahoneyreiserfs: cleanup path functions
2009-03-30 Jeff Mahoneyreiserfs: factor out buffer_info initialization
2009-03-30 Jeff Mahoneyreiserfs: add atomic addition of selinux attributes...
2009-03-30 Jeff Mahoneyreiserfs: use generic readdir for operations across...
2009-03-30 Jeff Mahoneyreiserfs: journaled xattrs
2009-03-30 Jeff Mahoneyreiserfs: use generic xattr handlers
2009-03-30 Jeff Mahoneyreiserfs: remove i_has_xattr_dir
2009-03-30 Jeff Mahoneyreiserfs: make per-inode xattr locking more fine grained
2009-03-30 Jeff Mahoneyreiserfs: eliminate per-super xattr lock
2009-03-30 Jeff Mahoneyreiserfs: simplify xattr internal file lookups/opens
2009-03-30 Jeff Mahoneyreiserfs: Clean up xattrs when REISERFS_FS_XATTR is...
2009-03-30 Jeff Mahoneyreiserfs: remove IS_PRIVATE helpers
2009-03-30 Jeff Mahoneyreiserfs: remove link detection code
2009-03-30 Jeff Mahoneyreiserfs: xattr reiserfs_get_page takes offset instead...
2009-03-30 Jeff Mahoneyreiserfs: small variable cleanup
2009-03-30 Jeff Mahoneyreiserfs: use reiserfs_error()
2009-03-30 Jeff Mahoneyreiserfs: introduce reiserfs_error()
2009-03-30 Jeff Mahoneyreiserfs: rearrange journal abort
2009-03-30 Jeff Mahoneyreiserfs: rework reiserfs_panic
2009-03-30 Jeff Mahoneyreiserfs: add locking around error buffer
2009-03-30 Jeff Mahoneyreiserfs: prepare_error_buf wrongly consumes va_arg
2009-03-30 Jeff Mahoneyreiserfs: rework reiserfs_warning
2009-03-30 Jeff Mahoneyreiserfs: make some warnings informational
next