aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-19reiserfs: Remove i_attrs_to_sd_attrs()Gravatar Jan Kara 1-1/+0
2016-09-27fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsGravatar Deepa Dinamani 1-2/+2
2016-05-02reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()Gravatar Al Viro 1-1/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-1/+1
2014-08-08fs/reiserfs: use linux/uaccess.hGravatar Fabian Frederick 1-1/+1
2014-05-06reiserfs: cleanup, remove leading whitespace from labelsGravatar Jeff Mahoney 1-2/+2
2014-05-06reiserfs: cleanup, reformat comments to normal kernel styleGravatar Jeff Mahoney 1-9/+14
2013-08-08reiserfs: locking, handle nested locks properlyGravatar Jeff Mahoney 1-4/+3
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hGravatar Al Viro 1-1/+1
2012-01-03vfs: mnt_drop_write_file()Gravatar Al Viro 1-2/+2
2012-01-03switch a bunch of places to mnt_want_write_file()Gravatar Al Viro 1-2/+2
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-2/+2
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingGravatar Frederic Weisbecker 1-4/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-25fs: kill block_prepare_writeGravatar Christoph Hellwig 1-4/+2
2010-10-01reiserfs: fix unwanted reiserfs lock recursionGravatar Frederic Weisbecker 1-2/+3
2010-10-01reiserfs: fix dependency inversion between inode and reiserfs mutexesGravatar Frederic Weisbecker 1-1/+1
2010-01-07reiserfs: Fix unreachable statementGravatar Jiri Slaby 1-1/+2
2009-10-14kill-the-bkl/reiserfs: definitely drop the bkl from reiserfs_ioctl()Gravatar Frederic Weisbecker 1-8/+3
2009-10-14kill-the-bkl/reiserfs: always lock the ioctl pathGravatar Frederic Weisbecker 1-27/+39
2009-09-14reiserfs: kill-the-BKLGravatar Frederic Weisbecker 1-2/+4
2009-03-30reiserfs: strip trailing whitespaceGravatar Jeff Mahoney 1-1/+1
2008-04-28reiserfs: unpack tails on quota filesGravatar Jan Kara 1-3/+1
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Gravatar Dave Hansen 1-22/+41
2007-11-14Forbid user to change file flags on quota filesGravatar Jan Kara 1-0/+3
2007-10-16reiserfs: convert to new aopsGravatar Vladimir Saveliev 1-4/+6
2007-07-17Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkGravatar Satyam Sharma 1-3/+2
2006-12-08[PATCH] struct path: convert reiserfsGravatar Josef Sipek 1-1/+1
2006-09-30[PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS dr...Gravatar David Howells 1-0/+35
2006-08-06[PATCH] fix reiserfs lock inversion of bkl vs inode semaphoreGravatar Chris Mason 1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semGravatar Jes Sorensen 1-2/+2
2005-07-12reiserfs: run scripts/Lindent on reiserfs codeGravatar Linus Torvalds 1-96/+101
2005-06-29[PATCH] reiserfs: Check if attrs are enabled for attr ioctlsGravatar Jeff Mahoney 1-0/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+151