aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs
AgeCommit message (Expand)AuthorFilesLines
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon1-2/+2
2013-02-22new helper: file_inode(file)Al Viro3-3/+3
2012-12-20reiserfs: drop vmtruncateMarco Stornelli3-6/+13
2012-11-19reiserfs: Move quota calls out of write lockJan Kara3-7/+25
2012-11-19reiserfs: Protect reiserfs_quota_write() with write lockJan Kara1-0/+4
2012-11-19reiserfs: Protect reiserfs_quota_on() with write lockJan Kara1-3/+8
2012-11-19reiserfs: Fix lock ordering during remountJan Kara1-7/+20
2012-10-09tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-1/+5
2012-10-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-18/+32
2012-09-21userns: Convert reiserfs to use kuid and kgid where appropriateEric W. Biederman2-16/+30
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2012-09-04reiserfs: Make reiserfs_xattr_handlers staticSachin Kamat1-1/+1
2012-08-15reiserfs: fix deadlocks with quotasJeff Mahoney2-3/+1
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-0/+5
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro2-2/+2
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-06-01reiserfs: get rid of resierfs_sync_superArtem Bityutskiy3-11/+55
2012-06-01reiserfs: mark the superblock as dirty a bit laterArtem Bityutskiy1-2/+1
2012-06-01reiserfs: remove useless superblock dirtyingArtem Bityutskiy1-1/+0
2012-06-01reiserfs: clean-up function return typeArtem Bityutskiy2-6/+4
2012-06-01reiserfs: cleanup reiserfs_fill_super a bitArtem Bityutskiy1-10/+10
2012-05-29->encode_fh() API changeAl Viro2-20/+14
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds1-2/+2
2012-05-15reiserfs: Remove i_mutex use from reiserfs_quota_write()Jan Kara1-5/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-0/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds29-51/+3164
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-4/+4
2012-03-20kill reiserfs_fs_{i,sb}.hAl Viro1-2/+597
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro28-28/+2354
2012-03-20kill pointless includes of reiserfs_fs_{i,sb}.hAl Viro5-6/+0
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro7-6/+82
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro10-9/+133
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-4/+2
2012-03-20reiserfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-03Merge branch 'master' into for-nextJiri Kosina3-79/+69
2012-02-03reiserfs: fix printk typo in lbalance.cMasanari Iida1-1/+1
2012-01-10reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-10reiserfs: don't lock journal_init()Frederic Weisbecker2-43/+31
2012-01-10reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2-22/+24
2012-01-10reiserfs: delete comments referring to the BKLDavidlohr Bueso1-7/+4
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-11/+16
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-06reiserfs: Properly display mount options in /proc/mountsJan Kara2-10/+197
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03reiserfs: propagate umode_tAl Viro2-2/+2
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03vfs: mnt_drop_write_file()Al Viro1-2/+2
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-2/+2
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-5/+5
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi2-8/+8
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-9/+4
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-8/+2
2011-09-15fs: Convert vmalloc/memset to vzallocJoe Perches2-9/+4
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris1-2/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-3/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-5/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds2-9/+5
2011-07-25reiserfs: use hweight_long()Akinobu Mita1-5/+1
2011-07-25reiserfs: use proper little-endian bitopsAkinobu Mita2-4/+4
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-77/+34
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig3-22/+4
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-23/+7
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-23/+18
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2-9/+5
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+0
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2-3/+19
2011-07-20reiserfs: make reiserfs default to barrier=flushChristoph Hellwig1-0/+1
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig1-3/+2
2011-07-20fs: move inode_dio_wait calls into ->setattrChristoph Hellwig1-0/+3
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-2/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro3-11/+12
2011-07-18security: new security_inode_init_security API adds function callbackMimi Zohar1-2/+2
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-13/+0
2011-06-20reiserfs_permission() doesn't need to bail out in RCU modeAl Viro1-2/+0
2011-05-28reiserfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2-6/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+1
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-05-26vfs: remove dget() from dentry_unhash()Sage Weil1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi4-6/+6
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2-3/+3
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-3/+1
2011-03-17fs: change to new flag variablematt mooney1-3/+1
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-5/+7
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-03-16Merge branch 'next' into for-linusJames Morris2-5/+7
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-4/+0
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+6
2011-03-10reiserfs xattr ->d_revalidate() shouldn't care about RCUAl Viro1-2/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2-5/+7
2011-03-03fix reiserfs mkdir() breakageAl Viro1-1/+1
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris2-5/+7
2011-02-01reiserfs: make commit_wq use the default concurrency levelTejun Heo1-1/+1
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-11/+6
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-14/+7
2011-01-13reiserfs: make sure va_end() is always called after va_start().Jesper Juhl1-2/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-11/+6
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-4/+10
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-12-02reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker1-2/+4
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann4-4/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-3/+3
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-12/+5
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-23/+16
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25new helper: inode_unhashed()Al Viro1-1/+1
2010-10-25fs: kill block_prepare_writeChristoph Hellwig3-21/+14
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+5
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-3/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock2-3/+5
2010-10-01reiserfs: fix unwanted reiserfs lock recursionFrederic Weisbecker1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesFrederic Weisbecker1-1/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-09-10reiserfs: replace barriers with explicit flush / FUA usageChristoph Hellwig1-86/+20
2010-08-18remove SWRITE* I/O typesChristoph Hellwig1-1/+1
2010-08-18fix reiserfs_evict_inode end_writeback second callSergey Senozhatsky1-0/+1
2010-08-11reiserfs: remove unused local `wait'Changli Gao1-1/+0
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-83/+111
2010-08-09convert reiserfs to ->evict_inode()Al Viro2-10/+11
2010-08-09always call inode_change_ok early in ->setattrChristoph Hellwig1-4/+4
2010-08-09remove inode_setattrChristoph Hellwig1-45/+52
2010-08-09introduce __block_write_beginChristoph Hellwig1-2/+1
2010-08-09sort out blockdev_direct_IO variantsChristoph Hellwig1-1/+16
2010-08-09Fix reiserfs_file_release()Al Viro3-24/+30
2010-06-16Merge branch 'master' into for-nextJiri Kosina9-53/+56
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-17/+31
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig2-8/+5
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-27reiserfs: Fix resuming of quotas on remount read-writeJan Kara1-2/+10
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+4
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+8
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-27/+17
2010-05-21reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-14/+4
2010-05-21reiserfs: constify xattr_handlerStephen Hemminger5-13/+13
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-1/+2
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+2
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe2-16/+5
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
2010-04-24reiserfs: fix corruption during shrinking of xattrsJeff Mahoney1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney2-15/+4
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-6/+4
2010-03-30reiserfs: Fix locking BUG during mount failureJeff Mahoney1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo9-0/+9
2010-03-24reiserfs: properly honor read-only devicesJeff Mahoney1-6/+9
2010-03-24reiserfs: fix oops while creating privroot with selinux enabledJeff Mahoney1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-38/+56
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig3-16/+15
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig4-5/+23
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig3-4/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+6
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig2-3/+1
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2-7/+5
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig3-16/+16
2010-02-14reiserfs: Fix softlockup while waiting on an inodeFrederic Weisbecker1-0/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-28reiserfs: Fix vmalloc call under reiserfs lockFrederic Weisbecker1-0/+2
2010-01-08Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-9/+33
2010-01-07reiserfs: Relax reiserfs_xattr_set_handle() while acquiring xattr locksFrederic Weisbecker1-0/+4
2010-01-07reiserfs: Fix unreachable statementJiri Slaby1-1/+2
2010-01-07reiserfs: Don't call reiserfs_get_acl() with the reiserfs lockFrederic Weisbecker1-0/+2
2010-01-05reiserfs: Relax lock on xattr removingFrederic Weisbecker1-3/+9
2010-01-05reiserfs: Relax the lock before truncating pagesFrederic Weisbecker1-1/+10
2010-01-05reiserfs: Fix recursive lock on lchownFrederic Weisbecker1-3/+5
2010-01-03reiserfs: Fix mistake in down_write() conversionFrederic Weisbecker1-1/+1
2010-01-02Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-15/+53
2010-01-02reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker1-1/+2
2010-01-02reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker1-2/+3
2010-01-02reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker1-1/+2