aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12reiserfs: convert to fileattrMiklos Szeredi1-66/+55
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-2/+2
2020-04-07reiserfs: clean up several indentation issuesColin Ian King1-5/+6
2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong1-6/+4
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara1-1/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani1-2/+2
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Al Viro1-1/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-01-22wrappers for ->i_mutex accessAl Viro1-1/+1
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick1-1/+1
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsJeff Mahoney1-2/+2
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleJeff Mahoney1-9/+14
2013-08-08reiserfs: locking, handle nested locks properlyJeff Mahoney1-4/+3
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-1/+1
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-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-2/+2
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-4/+2
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-01-07reiserfs: Fix unreachable statementJiri Slaby1-1/+2
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Frederic Weisbecker1-8/+3
2009-10-14kill-the-bkl/reiserfs: always lock the ioctl pathFrederic Weisbecker1-27/+39
2009-09-14reiserfs: kill-the-BKLFrederic Weisbecker1-2/+4
2009-03-30reiserfs: strip trailing whitespaceJeff Mahoney1-1/+1
2008-04-28reiserfs: unpack tails on quota filesJan Kara1-3/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen1-22/+41
2007-11-14Forbid user to change file flags on quota filesJan Kara1-0/+3
2007-10-16reiserfs: convert to new aopsVladimir Saveliev1-4/+6
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma1-3/+2
2006-12-08[PATCH] struct path: convert reiserfsJosef Sipek1-1/+1
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver [try #6]David Howells1-0/+35
2006-08-06[PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreChris Mason1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeLinus Torvalds1-96/+101
2005-06-29[PATCH] reiserfs: Check if attrs are enabled for attr ioctlsJeff Mahoney1-0/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+151