aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven51-92/+92
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven56-99/+99
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven15-55/+55
2007-02-12[PATCH] ufs2 write: block allocation updateEvgeniy Dushistov4-178/+297
2007-02-12[PATCH] ufs2 write: inodes writeEvgeniy Dushistov3-57/+206
2007-02-12[PATCH] ufs2 write: mount as rwEvgeniy Dushistov1-5/+4
2007-02-12[PATCH] eCryptfs: add flush_dcache_page() callsMichael Halcrow1-0/+6
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow7-68/+49
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow3-94/+39
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow2-6/+23
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow5-11/+113
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow7-146/+348
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow3-7/+46
2007-02-12[PATCH] eCryptfs: Public key; packet managementMichael Halcrow7-170/+777
2007-02-12[PATCH] eCryptfs: Public key transport mechanismMichael Halcrow4-4/+859
2007-02-12[PATCH] include/linux/nfsd/const.h: remove NFS_SUPER_MAGICAdrian Bunk1-0/+1
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever7-18/+22
2007-02-12[PATCH] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printingChuck Lever6-20/+26
2007-02-12[PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapperChuck Lever3-23/+29
2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman1-6/+12
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-1/+1
2007-02-12[PATCH] Minix V3 supportAndries Brouwer7-111/+208
2007-02-12[PATCH] FS: speed up rw_verify_area()Eric Dumazet1-1/+1
2007-02-12[PATCH] warning fix: unsigned->signedTomasz Kvarsin1-6/+6
2007-02-12[PATCH] reiserfs: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-2/+3
2007-02-12[PATCH] inotify: read return val fixNick Piggin1-1/+9
2007-02-12[PATCH] remove sb->s_files and file_list_lock usage in dquot.cChristoph Hellwig1-14/+18
2007-02-12[PATCH] move remove_dquot_ref to dqout.cChristoph Hellwig2-31/+20
2007-02-12[PATCH] Fix d_path for lazy unmountsAndreas Gruenbacher1-70/+80
2007-02-12[PATCH] NTFS: rename incorrect check of NTFS_DEBUG with just DEBUGRobert P. J. Day1-1/+1
2007-02-12[PATCH] register_chrdev_region() don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton1-0/+7
2007-02-12[PATCH] Make XFS use BH_Unwritten and BH_Delay correctlyDavid Chinner1-3/+0
2007-02-12[PATCH] Make BH_Unwritten a first class bufferhead flag V2David Chinner2-11/+3
2007-02-11Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds63-1189/+885
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds4-6/+18
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan2-12/+16
2007-02-11[PATCH] jbd layer function called instead of fs specific oneDmitriy Monakhov2-4/+4
2007-02-11[PATCH] Remove unused kernel config option ZISOFS_FSRobert P. J. Day1-6/+0
2007-02-11[PATCH] buffer: memorder fixNick Piggin1-0/+1
2007-02-11[PATCH] extend the set of "__attribute__" shortcut macrosRobert P. J. Day2-4/+0
2007-02-11[PATCH] remove ext[34]_inc_count and _dec_countEric Sandeen2-36/+6
2007-02-11[PATCH] return ENOENT from ext3_link when racing with unlinkEric Sandeen2-0/+12
2007-02-11[PATCH] fix umask when noACL kernel meets extN tuned for ACLsHugh Dickins3-0/+12
2007-02-11[PATCH] seq_file conversion: codaAlexey Dobriyan1-37/+39
2007-02-11[PATCH] ext4: refuse ro to rw remount of fs with orphan inodesEric Sandeen1-0/+16
2007-02-11[PATCH] ext3: refuse ro to rw remount of fs with orphan inodesEric Sandeen1-0/+16
2007-02-11[PATCH] proc_misc warning fixAndrew Morton1-7/+12
2007-02-11[PATCH] msdos partitions: fix logic error in AIX detectionOlaf Hering1-4/+4
2007-02-11[PATCH] relax check for AIX in msdos partition tableOlaf Hering1-1/+11
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton7-9/+10