Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-27switch simple cases of fget_light to fdgetAl Viro
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-06vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds
2011-03-21vfs: cleanup do_vfs_ioctl()Namhyung Kim
2011-02-03fs: make block fiemap mapping length at least blocksize longJosef Bacik
2011-01-17fs: fix address space warnings in ioctl_fiemap()Namhyung Kim
2010-11-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2010-11-20fs: Do not dispatch FITRIM through separate super_operationLukas Czerner
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-28fs: Add FITRIM ioctlLukas Czerner
2010-08-14bkl: Remove locked .ioctl file operationArnd Bergmann
2010-05-22Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik
2010-04-23Cleanup generic block based fiemapJosef Bacik
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey
2009-09-24vfs: explicitly cast s_maxbytes in fiemap_check_rangesJeff Layton
2009-06-24fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs io...Ankit Jain
2009-06-17No instance of ->bmap() needs BKLAl Viro
2009-05-14vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypesAneesh Kumar K.V
2009-05-07fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik
2009-03-16Rationalize fasync return valuesJonathan Corbet
2009-03-16Move FASYNC bit handling to f_op->fasync()Jonathan Corbet
2009-03-16Use f_lock to protect f_flagsJonathan Corbet
2009-01-14[CVE-2009-0029] System call wrappers part 15Heiko Carstens
2009-01-10filesystem freeze: implement generic freeze featureTakashi Sato
2009-01-05GFS2: Support for FIEMAP ioctlSteven Whitehouse
2008-12-06Fix a race condition in FASYNC handlingJonathan Corbet
2008-10-12provide generic_block_fiemap() only with BLOCK=yAdrian Bunk
2008-10-04generic block based fiemap implementationJosef Bacik
2008-10-09vfs: vfs-level fiemap interfaceMark Fasheh
2008-04-29make vfs_ioctl() staticAdrian Bunk
2008-02-09fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig
2008-02-07VFS: factor out three helpers for FIBMAP/FIONBIO/FIOASYNC file ioctlsErez Zadok
2008-02-07VFS: swap do_ioctl and vfs_ioctl namesErez Zadok
2008-02-07VFS: apply coding standards to fs/ioctl.cErez Zadok
2007-07-16drop obsolete sys_ioctl exportChristoph Hellwig
2007-07-16revert "vanishing ioctl handler debugging"Andrew Morton
2007-06-05vanishing ioctl handler debuggingAndrew Morton
2007-05-08vfs: remove superflous sb == NULL checksChristoph Hellwig
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-12[PATCH] capable/capability.h (fs/)Randy Dunlap
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds