aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ufs/inode.c
Commit message (Expand)AuthorAge
* ufs: Remove dead quota codeJan Kara2010-05-24
* ufs: add ufs speciffic ->setattr callDmitry Monakhov2010-05-21
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
|/
* ufs: sector_t cannot be negativeRoel Kluin2009-06-18
* ufs: ensure fast symlinks are NUL-terminatedDuane Griffin2009-03-27
* ufs: don't truncate longer ufs2 fast symlinksDuane Griffin2009-03-27
* ufs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-28
* drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.hMike Frysinger2008-02-08
* iget: stop UFS from using iget() and read_inode()David Howells2008-02-07
* ufs: move non-layout parts of ufs_fs.h to fs/ufs/Christoph Hellwig2007-10-17
* ufs: convert to new aopsNick Piggin2007-10-16
* ufs proper handling of zero link caseEvgeniy Dushistov2007-04-17
* [PATCH] ufs: zeroize the rest of block in truncateEvgeniy Dushistov2007-03-16
* [PATCH] ufs2: more correct work with timeEvgeniy Dushistov2007-03-16
* [PATCH] ufs2 write: block allocation updateEvgeniy Dushistov2007-02-12
* [PATCH] ufs2 write: inodes writeEvgeniy Dushistov2007-02-12
* [PATCH] ufs: alloc metadata null page fixEvgeniy Dushistov2007-01-30
* [PATCH] fix garbage instead of zeroes in UFSEvgeniy Dushistov2007-01-06
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* [PATCH] ufs: write to hole in big fileEvgeniy Dushistov2006-08-27
* [PATCH] ufs: truncate should allocate block for last byteEvgeniy Dushistov2006-07-01
* [PATCH] ufs: printk() fixAndrew Morton2006-06-29
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28
* [PATCH] ufs: ufs_read_inode cleanupEvgeniy Dushistov2006-06-27
* [PATCH] fs/ufs/inode.c: make 2 functions staticAdrian Bunk2006-06-25
* [PATCH] ufs: missed brelse and wrong baseblkEvgeniy Dushistov2006-06-25
* [PATCH] ufs: zero metadataEvgeniy Dushistov2006-06-25
* [PATCH] ufs: little directory lookup optimizationEvgeniy Dushistov2006-06-25
* [PATCH] ufs: easy debugEvgeniy Dushistov2006-06-25
* [PATCH] ufs: directory and page cache: install aopsEvgeniy Dushistov2006-06-25
* [PATCH] ufs: change block number on the flyEvgeniy Dushistov2006-06-25
* [PATCH] ufs: right block allocationEvgeniy Dushistov2006-06-25
* [PATCH] ufs: fix hang during `rm'Evgeniy Dushistov2006-02-03
* [PATCH] ufs cleanupEvgeniy2006-01-14
* [PATCH] update filesystems for new delete_inode behaviorMark Fasheh2005-09-09
* Linux-2.6.12-rc2Linus Torvalds2005-04-16
t; 2006-12-22 11:55:47 -0500 [PATCH] Add cscope generated files to .gitignore' href='/cgit/cgit.cgi/litmus-rt.git/commit/.gitignore?h=v2.6.27&id=132e2bc3ee7181c178314ced49da9944b76411c2'>132e2bc3ee71
3f1b0e1f2875


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50











                                                        
    
       
   
     
          



                         
    
    







                         
                           



                        
                          
 

                      



               


              


      
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c
*.i
*.lst
*.symtypes

#
# Top-level generic files
#
tags
TAGS
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

*.orig
*.rej